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/EHDSServiceRequestMap | Version: 0.1.0-ballot | |||
Draft as of 2025-07-02 | Computable Name: EHDSServiceRequestMap | |||
Copyright/Legal: Used by permission of HL7 Europe, all rights reserved Creative Commons License |
Map for EHDSServiceRequest
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 EHDSServiceRequest {
<<XtEHR dataset>>
serviceText
serviceCode
reasonCode
quantity
anatomicLocation
reasonReference
priority
supportingInformation
specimen
subject
encounter
occurance[x]
patientInstructions
coverage
}
link EHDSServiceRequest "https://build.fhir.org/ig/Xt-EHR/xt-ehr-common/StructureDefinition-EHDSServiceRequest.html"
class EuServiceRequest{
<<FHIR>>
text
code.concept
reason.concept
quantityQuantity
bodySite
reason.reference
priority
supportingInfo
specimen
subject
encounter
occurrenceDateTime
occurrencePeriod
patientInstruction.instructionMarkdown
insurance
}
class EuCondition {
<<FHIR>>
}
class EuObservation {
<<FHIR>>
}
class EuSpecimen {
<<FHIR>>
}
class EuEncounter {
<<FHIR>>
}
class EuCoverage {
<<FHIR>>
}
EHDSServiceRequest --> EuServiceRequest
EuServiceRequest --> EuCondition : supportingInfo
EuServiceRequest --> EuObservation : supportingInfo
EuServiceRequest --> EuSpecimen : specimen
EuServiceRequest --> EuEncounter : encounter
EuServiceRequest --> EuCoverage : insurance
Mapping from Service request model to (not specified)
Group 1 Mapping from Service request model to ServiceRequest
Source Concept Details | Relationship | Target Concept Details | Comment | ||
Codes from https://www.xt-ehr.eu/specifications/fhir/StructureDefinition/EHDSServiceRequest | Codes from http://hl7.org/fhir/StructureDefinition/ServiceRequest | ||||
serviceText | is narrower than | text | C.8.1 - Service text | ||
serviceCode | is equivalent to | code.concept | C.8.2 - Service code | ||
reasonCode | is equivalent to | reason.concept | C.8.3 - Reason code | ||
quantity | is equivalent to | quantityQuantity | C.8.4 - Quantity | ||
anatomicLocation | is equivalent to | bodySite | C.8.5 - Anatomic location | ||
reasonReference | is equivalent to | reason.reference | C.8.6 - Reason reference | ||
priority | is equivalent to | priority | C.8.7 - Priority | ||
supportingInformation | is equivalent to | supportingInfo | C.8.8 - Supporting information | Point to observations and conditions | |
specimen | is equivalent to | specimen | C.8.9 - Specimen | ||
subject | is equivalent to | subject | C.8.10 - Subject | ||
encounter | is equivalent to | encounter | C.8.11 - Encounter | ||
occurance[x] | is equivalent to | occurrenceDateTime | C.8.12 - Occurance | ||
is equivalent to | occurrencePeriod | C.8.12 - Occurance | |||
patientInstructions | is equivalent to | patientInstruction.instructionMarkdown | C.8.13 - Patient instructions | ||
coverage | is equivalent to | insurance | C.8.14 - Coverage |