Exercise: Create a transaction with patient and observation
For this exercise, you’ll need to create a Transaction
on the https://fhir-bootcamp.medblocks.com/fhir server.
Instructions
-
Create a
Transaction
Bundle with the following :- Patient (Only Once) - Practitioner (Only Once) - Observation - Referencing Patient - Referencing Practitioner
-
The same
Transaction
bundle should only createPatient
andPractitioner
in the first execution. If you execute the sametransaction
again, it should only create a newObservation
because thePatient
andPractitioner
already exists.