QIE JSON Tutorial¶
This tutorial introduces JSON (JavaScript Object Notation) as it is used inside QIE: how QIE messages can be JSON, how to look up JSON node paths, and how to build and modify JSON messages using the Code Wizard.
Chapters¶
- JSON within QIE explains what JSON is and why it matters for healthcare integration and FHIR.
- JSON Basics covers syntax, data types, JSON node paths, Code Wizard JSON functions, arrays, and special characters.
- Practice Exercise converts an HL7 ADT message to JSON step by step.