HL7 Europe Imaging Study Report
0.1.0-ballot - ci-build 150

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

ConceptMap: Map for EHDSAddress (Experimental)

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 DetailsRelationshipTarget Concept Details
Codes from https://www.xt-ehr.eu/specifications/fhir/StructureDefinition/EHDSAddressCodes from http://hl7.eu/fhir/base-r5/StructureDefinition/Address-eu
useis equivalent touseC.5.1 - Use
typeis equivalent totypeC.5.2 - Type
textis equivalent totextC.5.3 - Text
streetis narrower thanlineC.5.4 - Street
is equivalent toline.extension[streetName]C.5.4 - Street
houseNumberis narrower thanlineC.5.5 - House number
is equivalent toline.extension[houseNumber]C.5.5 - House number
pOBoxis narrower thanlineC.5.6 - P.O. Box
is equivalent toline.extension[postBox]C.5.6 - P.O. Box
cityis equivalent tocityC.5.7 - City
postalCodeis equivalent topostalCodeC.5.8 - Postal code
countryis equivalent tocountryC.5.9 - Country
is equivalent tocountry.extension[countryCode]C.5.9 - Country