DICOM® SR to FHIR Resource Mapping IG, published by HL7 International / Imaging Integration. This guide is not an authorized publication; it is the continuous build for version 1.0.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/HL7/dicom-sr/ and changes regularly. See the Directory of published versions
| Official URL: http://hl7.org/fhir/uv/dicom-sr/ConceptMap/dicom-sr-measurement-report-to-fhir | Version: 1.0.0 | ||||
| Standards status: Trial-use | Maturity Level: 2 | Computable Name: DICOMSRMeasurementReportToFHIRMapping | |||
| Other Identifiers: OID:2.16.840.1.113883.4.642.40.39.18.7 | |||||
Mapping between DICOM® SR Measurement Report and FHIR Resources
Language: en
Mapping from http://dicom.nema.org/resources/ontology/DCM#126000 to Resource Types
Group 1 Mapping from unspecified code system to ResourceType
| Source Code | Relationship | Target Code | Comment | identifier |
| DICOM.Patient (Patient IE) | is equivalent to | Patient | The DICOM® SR Patient IE is mapped to a FHIR Patient resource | PatientID (0010,0020) and IssuerOfPatientID (0010,0021) are mapped to Patient.identifier[0].value and Patient.identifier[0].assigner respectively |
Group 2 Mapping from unspecified code system to ResourceType
| Source Code | Relationship | Target Code | Comment | identifier |
| DICOM.Study (Study IE) | is equivalent to | ImagingStudy | The DICOM® SR Study IE is mapped to a FHIR ImagingStudy resource | StudyInstanceUID (0020,000D) is mapped to ImagingStudy.identifier[0].value |
| DICOM.Study (Study IE) | is related to | ServiceRequest | The DICOM® SR Study IE is mapped to a FHIR ServiceRequest resource |
Group 3 Mapping from unspecified code system to ResourceType
| Source Code | Relationship | Target Code | Comment |
| DICOM.Equipment (Equipment IE) | is equivalent to | Device | The DICOM® SR Equipment IE may result in the creation of a new Device resource |
Group 4 Mapping from unspecified code system to ResourceType
| Source Code | Relationship | Target Code | Comment | partOf | subject | imaging-measurement-group-map | device | basedOn |
| DICOM.Document (Document IE) | is narrower than | Observation | Processing of the Document IE will result in the creation one or more new Observation resources | Observation.partOf.reference=ImagingStudy[1].id | Observation.subject.reference=Patient[1].id | dicom-imaging-measurement-group-to-fhir | Observation.device.reference=Device[1] | Observation.basedOn.reference=ServiceRequest[1].id |