This page is part of the HL7 Europe Imaging Study Report (v0.1.0-ballot: STU 1 Ballot 1) based on FHIR (HL7® FHIR® Standard) v5.0.0. This is the current published version in its permanent home (it will always be available at this URL). For a full list of available versions, see the Directory of published versions
Official URL: http://hl7.eu/fhir/imaging-r5/ConceptMap/EHDSAddressMap | Version: 0.1.0-ballot | |||
Draft as of 2025-05-14 | Computable Name: EHDSAddressMap | |||
Copyright/Legal: Used by permission of HL7 Europe, all rights reserved Creative Commons License |
Map for EHDSAddress
The figure below presents the XtEHR Imaging Logical Model DataSet representation and the FHIR profiles it maps to. For each FHIR profile the impacted fields are listed.
classDiagram
direction LR
class EHDSAddress {
<<XtEHR dataset>>
use
type
text
street
houseNumber
pOBox
city
postalCode
country
}
link EHDSAddress "https://build.fhir.org/ig/Xt-EHR/xt-ehr-common/StructureDefinition-EHDSAddress.html"
class EuAddress{
<<FHIR>>
use
type
text
line
line.extension[streetName]
line.extension[houseNumber]
line.extension[postBox]
city
postalCode
country
country.extension[countryCode]
}
EHDSAddress --> EuAddress
Generated Narrative: ConceptMap EHDSAddressMap
Mapping from Address model to (not specified)
Group 1 Mapping from Address model to Address (EU)
Source Concept Details | Relationship | Target Concept Details | ||
Codes from https://www.xt-ehr.eu/specifications/fhir/StructureDefinition/EHDSAddress | Codes from http://hl7.eu/fhir/base-r5/StructureDefinition/Address-eu | |||
use | is equivalent to | use | C.5.1 - Use | |
type | is equivalent to | type | C.5.2 - Type | |
text | is equivalent to | text | C.5.3 - Text | |
street | is narrower than | line | C.5.4 - Street | |
is equivalent to | line.extension[streetName] | C.5.4 - Street | ||
houseNumber | is narrower than | line | C.5.5 - House number | |
is equivalent to | line.extension[houseNumber] | C.5.5 - House number | ||
pOBox | is narrower than | line | C.5.6 - P.O. Box | |
is equivalent to | line.extension[postBox] | C.5.6 - P.O. Box | ||
city | is equivalent to | city | C.5.7 - City | |
postalCode | is equivalent to | postalCode | C.5.8 - Postal code | |
country | is equivalent to | country | C.5.9 - Country | |
is equivalent to | country.extension[countryCode] | C.5.9 - Country |