Implementation Guide FHIR end point

<https://fhir.simplifier.net/Implementation-Guide-for-NHDR>

Get all patients from the FHIR server

Sample cURL request:

Replace the <resource> variable in the URL baseurl/<resource> with the desired resource type if you want to search for other resources. For example, to retrieve data for practitioners, use baseurl/practitioners

Sample Response from the FHIR server:

Get a specific patient

Sample cURL request:

Replace the <id> variable in the URL baseurl/<resource>/<id> with the used ID. Other possible search parameters can be implemented. Please see relevant FHIR documentation to learn about the different search parameters.

Sample Response