How to Customize FHIR Structures: A Guide to Adding Elements to the Bundle Resource
Customizing a FHIR structure - Qlik Help
Summary
This article provides a detailed tutorial on customizing the 'Bundle' resource using the FHIR JSON schema. It teaches developers how to manually add missing elements, such as Medication and MedicationRequest, to an existing structure.
Details
This guide is a technical tutorial detailing the process of modifying the 'Bundle' resource, which is based on the FHIR specification. The article addresses a common scenario where standard FHIR structures might not automatically include all necessary resources within the `entry` element. Therefore, it provides step-by-step instructions for developers to manually append required resources (e.g., MedicationRequest or Medication). The specific steps involve double-clicking the 'Bundle' structure, right-clicking the `entry` element to create new resource elements, and then selecting the appropriate FHIR schema (like MedicationRequest) in the 'Inherits From' field for each new element. Furthermore, it instructs users on changing the Group Type property to 'Choice'. This knowledge is highly valuable for developers who need to extend or modify data structures according to specific application requirements. It helps improve the integrity and comprehensiveness of data within healthcare information systems.
Original content copyright by respective publishers