HL7 CZ Laboratory IG
0.5.0 - ci-build
HL7 CZ Laboratory IG, published by HL7 Czech Republic. This guide is not an authorized publication; it is the continuous build for version 0.5.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/HL7-cz/cz-lab/ and changes regularly. See the Directory of published versions
Official URL: https://hl7.cz/fhir/lab/ConceptMap/order2FHIR-cz-lab | Version: 0.5.0 | |||
Standards status: Informative | Maturity Level: 2 | Computable Name: Order2Fhir |
eHN Order to this guide Map
It shows how the Order data set defined by the EU eHN guidelines is mapped into this guide
Mapping from (not specified) to (not specified)
Group 1 Mapping from A.2.1, A.2.2 - Order to ServiceRequest: Laboratory Order
Source Code | Relationship | Target Code | Comment |
Order.orderDetails (A.2.1 Order information) | is related to | ServiceRequest | |
Order.orderDetails.identifier (A.2.1.1 Order Id) | is related to | ServiceRequest.identifier | |
Order.orderDetails.identifier (A.2.1.1 Order Id) | is related to | ServiceRequest.requisition | if the Composite Request ID. |
Order.orderDetails.dateTime (A.2.1.2 Order date and time) | is equivalent to | ServiceRequest.authoredOn | |
Order.orderDetails.orderPlacerIdentifier (A.2.1.3 Order placer identifier) | is related to | ServiceRequest.requester.identifier | if the Composite Request ID. |
Order.orderDetails.orderPlacerName (A.2.1.4 Order placer name) | is related to | ServiceRequest.requester.name | requester.resolve().ofType(Practitioner).name |
Order.orderDetails.orderPlacerName (A.2.1.4 Order placer name) | is related to | ServiceRequest.requester.Practitioner.name | requester.resolve().ofType(PractitionerRole).Practitioner.resolve().name |
Order.orderDetails.orderPlacerContacts (A.2.1.5 Order placer contact details) | is related to | ServiceRequest.requester.telecom | requester.resolve().ofType(Practitioner).telecom |
Order.orderDetails.orderPlacerContacts (A.2.1.5 Order placer contact details) | is related to | ServiceRequest.requester.address | requester.resolve().ofType(Practitioner).address |
Order.orderDetails.orderPlacerContacts (A.2.1.5 Order placer contact details) | is related to | ServiceRequest.requester.telecom | requester.resolve().ofType(PractitionerRole).telecom |
Order.orderDetails.orderPlacerOrganization (A.2.1.6 Order placer organization) | is equivalent to | ServiceRequest.requester.organization | requester.resolve().ofType(PractitionerRole).organization.resolve() |
Order.reason (A.2.2 Order reason) | is related to | ServiceRequest.reasonCode | |
Order.reason (A.2.2 Order reason) | is related to | ServiceRequest.reasonReference | |
Order.reason.code (A.2.2.1 Problem / diagnosis / condition description) | is equivalent to | ServiceRequest.reasonCode |