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/legalAuth2FHIR-cz-lab | Version: 0.5.0 | |||
Standards status: Informative | Maturity Level: 2 | Computable Name: LegalAuth2Fhir |
eHN Legal Authenticator Model to this guide Map
It shows how the Legal Authenticator Recipient 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.1.7 - Legal authenticator to Composition: Laboratory Report
Source Code | Relationship | Target Code | Comment |
LegalAuthenticator.identifier (A.1.6.1 Legal authenticator identifier) | is equivalent to | Composition.attester.party.identifier | attester.where(mode='legal') |
LegalAuthenticator.name (A.1.6.2 Legal authenticator name) | is equivalent to | Composition.attester.party.name | attester.where(mode='legal').party.resolve().ofType(Practitioner).name |
LegalAuthenticator.name (A.1.6.2 Legal authenticator name) | is equivalent to | Composition.attester.party.Practitioner.name | attester.where(mode='legal').party.resolve().ofType(PractitionerRole).Practitioner.resolve().name |
LegalAuthenticator.organization (A.1.6.3 Legal authenticator organization) | is equivalent to | Composition.attester.party.organization | attester.where(mode='legal').party.resolve().ofType(PractitionerRole).organization.resolve() |
LegalAuthenticator.dateTime (A.1.6.4 Authentication date and time) | is equivalent to | Composition.attester.time | attester.where(mode='legal').time |