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

04
With the endpoint above you will get an error response, because you have to supply meta data
05
Go back to RESTFULApi FHIR Doc here , search for '/metadata' https://hl7.org/fhir/http.html#:~:text=GET%20%5Bbase%5D/-,metadata,-%7B%3Fmode%3D%5Bmode%5D%7D%20%7B%26_format

