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

  1. Create a Transaction Bundle with the following :

        - Patient (Only Once)
        - Practitioner (Only Once)
        - Observation
            - Referencing Patient
            - Referencing Practitioner
  2. You can use Postman / Insomnia to create the Transaction.

  3. The same Transaction bundle should only create Patient and Practitioner in the first execution. If you execute the same transaction again, it should only create a new Observation because the Patient and Practitioner already exists.

All the Best!

Comments (0)

No comments yet. Be the first to comment!