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
TransactionBundle with the following :- Patient (Only Once) - Practitioner (Only Once) - Observation - Referencing Patient - Referencing Practitioner -
The same
Transactionbundle should only createPatientandPractitionerin the first execution. If you execute the sametransactionagain, it should only create a newObservationbecause thePatientandPractitioneralready exists.
