| Package | myhealth.eu.fhir.laboratory |
| Resource Type | ConceptMap |
| Id | legalAuth2FHIR-lab-myhealtheu |
| FHIR Version | R4 |
| Source | http://fhir.ehdsi.eu/laboratory/http://fhir.ehdsi.eu/laboratory/0.1.1/ConceptMap-legalAuth2FHIR-lab-myhealtheu.html |
| URL | http://fhir.ehdsi.eu/laboratory/ConceptMap/legalAuth2FHIR-lab-myhealtheu |
| Version | 0.1.1 |
| Status | draft |
| Date | 2025-03-20T14:16:21+01:00 |
| Name | LegalAuth2Fhir |
| Title | MyHealth@EURecipient to this guide Map |
| Realm | eu |
| Description | MyHealth@EULegal Authenticator Model to this guide Map |
| Purpose | It shows how theLegal Authenticator Recipient data set defined by the EU MyHealth@EUguidelines is mapped into this guide |
No resources found
| StructureDefinition | |
| Composition-lab-myhealtheu | Composition: Laboratory |
| LegalAuthenticator | Legal authenticator |
Note: links and images are rebased to the (stated) source
Generated Narrative: ConceptMap legalAuth2FHIR-lab-myhealtheu
Mapping from (not specified) to (not specified)
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 |
{
"resourceType": "ConceptMap",
"id": "legalAuth2FHIR-lab-myhealtheu",
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"url": "http://fhir.ehdsi.eu/laboratory/ConceptMap/legalAuth2FHIR-lab-myhealtheu",
"version": "0.1.1",
"name": "LegalAuth2Fhir",
"title": "MyHealth@EURecipient to this guide Map",
"status": "draft",
"experimental": true,
"date": "2025-03-20T14:16:21+01:00",
"publisher": "MyHealth@Eu",
"contact": [
{
"name": "MyHealth@Eu",
"telecom": [
{
"system": "url",
"value": "https://health.ec.europa.eu/other-pages/basic-page/myhealtheu-flyer-addressed-patients-and-health-professionals_en"
}
]
}
],
"description": "MyHealth@EULegal Authenticator Model to this guide Map",
"jurisdiction": [
{
"coding": [
{
"system": "http://unstats.un.org/unsd/methods/m49/m49.htm",
"code": "150",
"display": "Europe"
}
]
}
],
"purpose": "It shows how theLegal Authenticator Recipient data set defined by the EU MyHealth@EUguidelines is mapped into this guide",
"group": [
{
"source": "http://fhir.ehdsi.eu/laboratory/StructureDefinition/LegalAuthenticator",
"target": "http://fhir.ehdsi.eu/laboratory/StructureDefinition/Composition-lab-myhealtheu",
"element": [
{
"code": "LegalAuthenticator.identifier",
"display": "Legal authenticator identifier",
"target": [
{
"code": "Composition.attester.party.identifier",
"equivalence": "equivalent",
"comment": "attester.where(mode='legal')"
}
]
},
{
"code": "LegalAuthenticator.name",
"display": "Legal authenticator name",
"target": [
{
"code": "Composition.attester.party.name",
"equivalence": "equivalent",
"comment": "attester.where(mode='legal').party.resolve().ofType(Practitioner).name"
}
]
},
{
"code": "LegalAuthenticator.name",
"display": "Legal authenticator name",
"target": [
{
"code": "Composition.attester.party.practitioner.name",
"equivalence": "equivalent",
"comment": "attester.where(mode='legal').party.resolve().ofType(PractitionerRole).practitioner.resolve().name"
}
]
},
{
"code": "LegalAuthenticator.organization",
"display": "Legal authenticator organization",
"target": [
{
"code": "Composition.attester.party.organization",
"equivalence": "equivalent",
"comment": "attester.where(mode='legal').party.resolve().ofType(PractitionerRole).organization.resolve()"
}
]
},
{
"code": "LegalAuthenticator.organization.name",
"display": "Organization Name",
"target": [
{
"code": "Composition.attester.party.organization.name",
"equivalence": "equivalent",
"comment": "attester.where(mode='legal').party.resolve().ofType(PractitionerRole).organization.resolve()"
}
]
},
{
"code": "LegalAuthenticator.organization.address",
"display": "Organization Address",
"target": [
{
"code": "Composition.attester.party.organization.address",
"equivalence": "equivalent",
"comment": "attester.where(mode='legal').party.resolve().ofType(PractitionerRole).organization.resolve()"
}
]
},
{
"code": "LegalAuthenticator.organization.telecom",
"display": "Organization telecom",
"target": [
{
"code": "Composition.attester.party.organization.telecom",
"equivalence": "equivalent",
"comment": "attester.where(mode='legal').party.resolve().ofType(PractitionerRole).organization.resolve()"
}
]
},
{
"code": "LegalAuthenticator.dateTime",
"display": "Authentication date and time",
"target": [
{
"code": "Composition.attester.time",
"equivalence": "equivalent",
"comment": "attester.where(mode='legal').time"
}
]
}
]
}
]
}