HL7 Europe Laboratory Report, published by HL7 Europe. This guide is not an authorized publication; it is the continuous build for version 0.2.0-ci built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/hl7-eu/laboratory/ and changes regularly. See the Directory of published versions
Official URL: http://hl7.eu/fhir/laboratory/ConceptMap/legalAuth2FHIR-eu-lab | Version: 0.2.0-ci | |||
Standards status: Informative | Maturity Level: 2 | Computable Name: LegalAuth2Fhir | ||
Copyright/Legal: Used by permission of HL7 Europe, all rights reserved Creative Commons License |
eHN Legal Authenticator Model to this guide Map
It shows how theLegal Authenticator Recipient data set defined by the EU eHN guidelines is mapped into this guide
Generated Narrative: ConceptMap legalAuth2FHIR-eu-lab
Mapping from A.1.6 - Legal authenticator to Composition: Laboratory Report
Group 1 Mapping from A.1.6 - 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 |