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/EHDSLocationMap | Version: 0.1.0-ballot | |||
Draft as of 2025-05-14 | 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
Generated Narrative: ConceptMap EHDSLocationMap
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) |