Hello Community,
We have a clinical workflow for which we’d like to build a FHIR Bundle to capture all the events happening at different stages. Could you guide us on how the FHIR Bundle will handle updates to resources since these events occur at different intervals? Additionally, which FHIR resources would be suitable for constructing this bundle?
Here’s the workflow:
- A patient arrives at the health facility and is registered in the system.
- A nurse records the patient’s vital signs (e.g., height, weight, blood pressure).
- The patient meets with the doctor for a consultation.
- The doctor orders lab tests for the patient.
- The patient completes the lab tests and provides the results to the doctor.
- The doctor makes a diagnosis and prescribes medications for the patient.
- The patient visits the pharmacy to collect the prescribed medications.
- The pharmacy dispenses the medications to the patient.
- The patient’s visit ends.
Looking forward to your suggestions and best practices. Thank you!