Australian FHIR Testing and Development Server
● OnlineBase URL: https://server.callistemon.site/fhir
Create a patient with curl:
curl -X POST https://server.callistemon.site/fhir/Patient \
-H "Content-Type: application/fhir+json" \
-d '{"resourceType":"Patient","name":[{"family":"Doe","given":["John"]}]}'