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-build built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/oijauregui/ehdsimaging/ and changes regularly. See the Directory of published versions
| Official URL: http://hl7.eu/fhir/imaging-r5/ConceptMap/EHDSCoverageMap | Version: 0.1.0-build | |||
| Draft as of 2025-08-20 | Computable Name: EHDSCoverageMap | |||
| Copyright/Legal: Used by permission of HL7 Europe, all rights reserved Creative Commons License | ||||
Map for EHDSCoverage
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 EHDSCoverage {
  <<XtEHR dataset>>
  identifier
  type
  patient
  payor
  payor.payorEntity
  payor.subscriberId
}
link EHDSCoverage "https://build.fhir.org/ig/Xt-EHR/xt-ehr-common/StructureDefinition-EHDSCoverage.html"
class EuCoverage{
  <<FHIR>>
  identifier
  type
  beneficiary
  kind
  paymentBy.party
  insurer
  subscriberId
}
class EuPatient {
  <<FHIR>>
}
class  EuRelatedPersion {
  <<FHIR>>
}
class  EuOrganization {
  <<FHIR>>
}
class EuOrganization {
  <<FHIR>>
}
EHDSCoverage --> EuCoverage
EuCoverage --> EuPatient : beneficiary
EuCoverage --> EuPatient : paymentBy.party
EuCoverage -->  EuRelatedPersion : paymentBy.party
EuCoverage -->  EuOrganization : paymentBy.party
EuCoverage --> EuOrganization : insurer
Mapping from Coverage model to (not specified)
Group 1 Mapping from Coverage model to Coverage
| Source Concept Details | Relationship | Target Concept Details | Comment | ||
| Codes from https://www.xt-ehr.eu/specifications/fhir/StructureDefinition/EHDSCoverage | Codes from http://hl7.org/fhir/StructureDefinition/Coverage | ||||
| identifier | is broader than | identifier | C.31.1 - Identifier | ||
| type | is broader than | type | C.31.2 - Type | ||
| patient | is broader than | beneficiary | C.31.3 - Patient | ||
| payor | is broader than | kind | C.31.4 - Payor | ||
| is broader than | paymentBy.party | C.31.4 - Payor | When selfpay, include reference to party that will pay | ||
| payor.payorEntity | is broader than | insurer | C.31.4.1 - Payor entity | ||
| payor.subscriberId | is broader than | subscriberId | C.31.4.2 - Subscriber Id | ||