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/EHDSMediaMap | Version: 0.1.0-ballot | |||
Draft as of 2025-07-02 | Computable Name: EHDSMediaMap | |||
Copyright/Legal: Used by permission of HL7 Europe, all rights reserved Creative Commons License |
Map for EHDSMedia
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 EHDSMedia {
<<XtEHR dataset>>
identifier
type
modality
view
subject[x]
created[x]
reason
bodysite
deviceName
device
content
note
performer
}
link EHDSMedia "https://build.fhir.org/ig/Xt-EHR/xt-ehr-common/StructureDefinition-EHDSMedia.html"
class EuDocumentReference{
<<FHIR>>
identifier
type
modality
extension[view]
subject
period
event
bodySite.concept
author
content.attachment
extension[note]
}
class EuDevice{
<<FHIR>>
name
}
class EuDevice {
<<FHIR>>
}
class EuPractitionerRole {
<<FHIR>>
}
class EuPractitioner {
<<FHIR>>
}
EHDSMedia --> EuDocumentReference
EuDocumentReference --> EuDevice : author
EuDocumentReference --> EuPractitionerRole : author
EuDocumentReference --> EuPractitioner : author
EHDSMedia --> EuDevice
Mapping from Media model to (not specified)
Group 1 Mapping from Media model to DocumentReference
Source Code | Relationship | Target Code | Comment |
identifier | is equivalent to | identifier (C.14.1 - Identifier) | |
type | is equivalent to | type (C.14.2 - Type) | part of the mimetype |
modality | is equivalent to | modality (C.14.3 - Modality) | |
view | is equivalent to | extension[view] (C.14.4 - View) | |
subject[x] | is equivalent to | subject (C.14.5 - Subject) | |
created[x] | is narrower than | period (C.14.6 - Created) | |
reason | is narrower than | event (C.14.7 - Reason) | Event codes the context or the reason for the DocumentReference. |
bodysite | is equivalent to | bodySite.concept (C.14.8 - BodySite) | |
deviceName | is equivalent to | author (C.14.9 - Device name) | |
device | is equivalent to | author (C.14.10 - Device) | |
content | is equivalent to | content.attachment (C.14.11 - Content) | |
note | is equivalent to | extension[note] (C.14.12 - Note) | |
performer | is equivalent to | author (C.14.13 - Performer) |
Group 2 Mapping from Media model to Device
Source Code | Relationship | Target Code |
deviceName | is equivalent to | name (C.14.9 - Device name) |