MyHealth@Eu Laboratory Report
0.0.1 - qa-preview
150
MyHealth@Eu Laboratory Report - Local Development build (v0.0.1) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions
Official URL: http://fhir.ehdsi.eu/laboratory/ConceptMap/legalAuth2FHIR-lab-myhealtheu | Version: 0.0.1 | |||
Draft as of 2024-11-21 | Computable Name: LegalAuth2Fhir |
MyHealth@EULegal Authenticator Model to this guide Map
It shows how theLegal Authenticator Recipient data set defined by the EU MyHealth@EUguidelines is mapped into this guide
Generated Narrative: ConceptMap legalAuth2FHIR-lab-myhealtheu
Mapping from Legal authenticator to Composition: Laboratory
Group 1 Mapping from Legal authenticator to Composition: Laboratory
Source Code | Relationship | Target Code | Comment |
LegalAuthenticator.identifier (Legal authenticator identifier) | is equivalent to | Composition.attester.party.identifier | attester.where(mode='legal') |
LegalAuthenticator.name (Legal authenticator name) | is equivalent to | Composition.attester.party.name | attester.where(mode='legal').party.resolve().ofType(Practitioner).name |
LegalAuthenticator.name (Legal authenticator name) | is equivalent to | Composition.attester.party.practitioner.name | attester.where(mode='legal').party.resolve().ofType(PractitionerRole).practitioner.resolve().name |
LegalAuthenticator.organization (Legal authenticator organization) | is equivalent to | Composition.attester.party.organization | attester.where(mode='legal').party.resolve().ofType(PractitionerRole).organization.resolve() |
LegalAuthenticator.organization.name (Organization Name) | is equivalent to | Composition.attester.party.organization.name | attester.where(mode='legal').party.resolve().ofType(PractitionerRole).organization.resolve() |
LegalAuthenticator.organization.address (Organization Address) | is equivalent to | Composition.attester.party.organization.address | attester.where(mode='legal').party.resolve().ofType(PractitionerRole).organization.resolve() |
LegalAuthenticator.organization.telecom (Organization telecom) | is equivalent to | Composition.attester.party.organization.telecom | attester.where(mode='legal').party.resolve().ofType(PractitionerRole).organization.resolve() |
LegalAuthenticator.dateTime (Authentication date and time) | is equivalent to | Composition.attester.time | attester.where(mode='legal').time |