u 02-02-FHIR via HTTP

Notes

FHIR for Developers - FHIR vs HTTP

tutorial

Part 1 - RestApi

01

Go to RESTful Api page in the 'Documentation' tab https://hl7.org/fhir/http.html

02

go back when you can and do this part

Part 2 - Confluence example data

01

there is 'Hapi' free test data somewhere on this site i can't find https://confluence.hl7.org/

02

In the tutorial the page looks like this, he copies and uses the

http://hapi.fhir.org/baseR4 

endpoint which i can't find

03

He uses postman for the example

I have never used postman

04

With the endpoint above you will get an error response, because you have to supply meta data

06

Go back to postman postman and add /metadta to the endpoint

http://hapi.fhir.org/baseR4/metadata 

Part 3 TBD