HL7 Czech Outpatient Encounter Report Implementation Guide
0.1.0 - ci-build
HL7 Czech Outpatient Encounter Report Implementation Guide, published by HL7 Czech Republic. This guide is not an authorized publication; it is the continuous build for version 0.1.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/HL7-cz/amb/ and changes regularly. See the Directory of published versions
On the following page, you will find notes on the implementation of the ambulatory report.
They cover the composition creation and the population of this profile with corresponding data.
| Chapter | Purpose | Output / Artifact |
|---|---|---|
| Logical Model | Clinical structure of the document content | Table of elements (CZ/EN) |
| Mapping | Relationship between logical model and FHIR elements | Mapping table |
| FHIR Profiles | Formal constraints, cardinalities, references, and terminology bindings | StructureDefinition |
| Obligations | Functional and display requirements | ObligationDefinition |
| Example Instances | Reference examples and valid outputs | Bundle and linked Resources |
| Recommended Procedure | Implementation and testing steps | Workflow within the IG |
Composition.title, Composition.date, and Composition.author; document language MAY be omitted.Each obligation is linked to a specific profile or profile group it extends.
Obligations are applied in validation test scenarios – e.g., verifying correct section display or the existence of required functions during document creation.
Purpose:
Examples serve as reference implementations, demonstrating what fully valid outputs look like for each profile and data structure maturity level (L1–L3).
They represent not only a Bundle example but a complete set of interlinked FHIR resources forming a realistic clinical document with all necessary references.
Each example:
| Level | Example Content | Structure | Usage |
|---|---|---|---|
| L1 | PDF + metadata | Composition, DocumentReference |
Minimal interoperability |
| L2 | Sections + narrative text | Composition.section |
Structured narrative |
| L3 | Coded entries | Composition.section + Condition, Medication, … |
Machine interoperability |
Composition – document header and sectionsPatient – patient identificationEncounter – ambulatory episodeCondition – diagnoses (including principal diagnosis)Procedure – significant procedures and interventionsMedicationStatement, MedicationRequest, MedicationDispense – treatment informationAllergyIntolerance – allergies and intolerancesObservation – key findings, results, physiological measurementsDocumentReference – embedded PDF/narrative renditionConsent, Organization, PractitionerRole)Examples are intended to serve:
Each example must validate against the corresponding StructureDefinition and contain correctly linked references among resources.
Validation can be performed using FHIR Validator, IG Publisher, or another validation framework.
It is recommended to include validation within the test pipeline (e.g., CI/CD) as a compliance check with the profiles.