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/EHDSLocationMap | Version: 0.1.0-ballot | |||
Draft as of 2025-07-02 | Computable Name: EHDSLocationMap | |||
Copyright/Legal: Used by permission of HL7 Europe, all rights reserved Creative Commons License |
Map for EHDSLocation
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 EHDSLocation {
<<XtEHR dataset>>
identifier
name
description
type
address
position
position.longitude
position.latitude
managingOrganization
partOf
}
link EHDSLocation "https://build.fhir.org/ig/Xt-EHR/xt-ehr-common/StructureDefinition-EHDSLocation.html"
class EuLocation{
<<FHIR>>
identifier
name
description
type
address
position
position.longitude
position.latitude
managingOrganization
partOf
}
class EuOrganization {
<<FHIR>>
}
class EuLocation {
<<FHIR>>
}
EHDSLocation --> EuLocation
EuLocation --> EuOrganization : managingOrganization
EuLocation --> EuLocation : partOf
Mapping from Location model to (not specified)
Group 1 Mapping from Location model to Location (EU base)
Source Code | Relationship | Target Code | Comment |
identifier | is equivalent to | identifier (C.17.1 - Identifier) | |
name | is equivalent to | name (C.17.2 - Name) | |
description | is equivalent to | description (C.17.3 - Description) | Source is xml |
type | is equivalent to | type (C.17.4 - Type) | |
address | is equivalent to | address (C.17.5 - Address) | |
position | is equivalent to | position (C.17.6 - Position) | |
position.longitude | is equivalent to | position.longitude (C.17.6.1 - Longitude) | |
position.latitude | is equivalent to | position.latitude (C.17.6.2 - Latitude) | |
managingOrganization | is equivalent to | managingOrganization (C.17.7 - Managing organization) | |
partOf | is equivalent to | partOf (C.17.8 - Part of) |