HL7 Europe Imaging Study Report, published by HL7 Europe. This guide is not an authorized publication; it is the continuous build for version 0.1.0-ballot built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/oijauregui/ehdsimaging/tree/master and changes regularly. 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-07-02 | 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
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 |