HL7 Czech PS Implementation Guide
0.0.1 - ci-build
CZ
HL7 Czech PS Implementation Guide, published by HL7 Czech Republic. This guide is not an authorized publication; it is the continuous build for version 0.0.1 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/HL7-cz/ps/ and changes regularly. See the Directory of published versions
Below is a browsable diagram showing how the Results model is realized by the HL7 FHIR profiles defined in this guide. The mapping covers examination results, laboratory findings, vital signs, and diagnostic reports.
| Results (Logical Model) | Relationship | FHIR Target | |||
|---|---|---|---|---|---|
| Source Element | Display | Equivalence | Target (Resource.Profile) | Target Element | Comments |
| results | A.2.8 - Results | equivalent | (Composition.cz-composition-ps) | Composition.section:sectionResults.entry:result.ofType(Observation) | Default mapping: repeatable, one Observation per result item for measurements, laboratory results, vital signs, and other discrete findings. |
| results | A.2.8 - Results (imaging/pathology) | related-to | (Composition.cz-composition-ps) | Composition.section:sectionResults.entry:resultReport.ofType(DiagnosticReport) | Alternative mapping for imaging and pathology results, where DiagnosticReport is the preferred carrier (e.g., with resultsInterpreter and presentedForm). |
| Results (Logical Model) | Relationship | FHIR Target | |||
|---|---|---|---|---|---|
| Source Element | Display | Equivalence | Target (Resource.Profile) | Target Element | Comments |
| results.examinationDateTime | A.2.8.1 - Date | equivalent | (Observation) | Observation.effective[x] | |
| results.examinationType | A.2.8.2 - Examination type | related-to | (Observation) | Observation.category | Type of examination (lab / imaging / pathology / vital signs / other) should be represented in Observation.category (and may also influence profile selection). |
| results.resultDescription | A.2.8.3 - Result description | equivalent | (Observation) | Observation.note | |
| results.examinationDetail | A.2.8.4 - Examination details | equivalent | (Observation) | Observation.code | Use Observation.code for the detailed exam/test code; specimen/body structure and sample collection time should be represented using specimen/bodySite and/or extensions as available. |
| results.examinationResult | A.2.8.5 - Examination results | equivalent | (Observation) | Observation.value[x] | Numeric or coded result should be represented using Observation.value[x] (and optionally interpretation/referenceRange/method when available). |
| results.performer | A.2.8.6 - Performer | equivalent | (Observation) | Observation.performer | |
| results.validatorOrInterpreter | A.2.8.7 - Validator / Interpreter | related-to | (Observation) | Observation.performer | Observation has no dedicated 'resultsInterpreter' element in R4; if needed, represent validator/interpreter as performer and/or include details in note. For imaging/pathology, DiagnosticReport.resultsInterpreter is preferred. |
| results.examinationStatus | A.2.8.8 - Examination status | equivalent | (Observation) | Observation.status | Map to Observation.status (registered/preliminary/final/amended/corrected/cancelled/entered-in-error/unknown). |
| Results (Logical Model) | Relationship | FHIR Target | |||
|---|---|---|---|---|---|
| Source Element | Display | Equivalence | Target (Resource.Profile) | Target Element | Comments |
| results | A.2.8 - Results (imaging/pathology alternative) | related-to | (DiagnosticReport) | Composition.section:sectionResults.entry:resultReport.ofType(DiagnosticReport) | For imaging and pathology results, DiagnosticReport is often a better carrier (with resultsInterpreter). |
| results.examinationDateTime | A.2.8.1 - Date | equivalent | (DiagnosticReport) | DiagnosticReport.issued | |
| results.examinationDetail | A.2.8.4 - Examination details | equivalent | (DiagnosticReport) | DiagnosticReport.code | |
| results.resultDescription | A.2.8.3 - Result description | related-to | (DiagnosticReport) | DiagnosticReport.conclusion | |
| results.performer | A.2.8.6 - Performer | equivalent | (DiagnosticReport) | DiagnosticReport.performer | |
| results.validatorOrInterpreter | A.2.8.7 - Validator / Interpreter | equivalent | (DiagnosticReport) | DiagnosticReport.resultsInterpreter | |
| results.examinationStatus | A.2.8.8 - Examination status | equivalent | (DiagnosticReport) | DiagnosticReport.status | |