DICOM® SR to FHIR Resource Mapping IG
1.0.0 - STU1 Ballot International flag

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

: Example-Observation-DerivedImagingMeasurement - TTL Representation

Raw ttl | Download


@prefix fhir: <http://hl7.org/fhir/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

# - resource -------------------------------------------------------------------

 a fhir:Observation ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "derived-imaging-measurement"] ; # 
  fhir:meta [
    ( fhir:profile [
fhir:v "http://hl7.org/fhir/uv/dicom-sr/StructureDefinition/derived-imaging-measurement"^^xsd:anyURI ;
fhir:link <http://hl7.org/fhir/uv/dicom-sr/StructureDefinition/derived-imaging-measurement>     ] )
  ] ; # 
  fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Observation derived-imaging-measurement</b></p><a name=\"derived-imaging-measurement\"> </a><a name=\"hcderived-imaging-measurement\"> </a><a name=\"derived-imaging-measurement-en-US\"> </a><div style=\"display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%\"><p style=\"margin-bottom: 0px\"/><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-derived-imaging-measurement.html\">Observation - DICOM SR Derived Imaging Measurement Mapping to Observation</a></p></div><p><b>basedOn</b>: <a href=\"ServiceRequest-measurement-report-service-request.html\">ServiceRequest: identifier = Accession ID: ACSN-235813; status = active; intent = order</a></p><p><b>partOf</b>: <a href=\"ImagingStudy-measurement-report-imaging-study.html\">ImagingStudy: identifier = urn:dicom:uid#DICOM Unique Id#urn:oid:1.2.840.113747.20080222.83311413144566317081790268995; status = available</a></p><p><b>status</b>: Final</p><p><b>code</b>: <span title=\"Codes:{http://dicom.nema.org/resources/ontology/DCM 126031}\">Peak Value Within ROI</span></p><p><b>subject</b>: <a href=\"Patient-measurement-report-patient.html\">Anonymous Patient (no stated gender), DoB Unknown ( Medical Record Number: PID-12345)</a></p><p><b>effective</b>: 2024-07-24 08:23:42+0000</p><p><b>issued</b>: 2024-07-24 08:23:42+0000</p><p><b>performer</b>: <a href=\"Practitioner-measurement-report-practitioner.html\">Practitioner EXAMPLE RADIOLOGIST </a></p><p><b>value</b>: 123.45 Hounsfield unit<span style=\"background: LightGoldenRodYellow\"> (Details: UCUM  code[hnsf'U] = '[hnsf'U]')</span></p><p><b>device</b>: <a href=\"Device-measurement-report-general-equipment.html\">Device: identifier = Universal Device Identifier; displayName = Example Imaging Measurement Device; manufacturer = Example Device Manufacturer</a></p><p><b>derivedFrom</b>: <a href=\"Observation-imaging-measurement-group.html\">Observation Radiographic measurement of lung volume</a></p></div>"^^rdf:XMLLiteral
  ] ; # 
  fhir:basedOn ( [
fhir:reference [ fhir:v "ServiceRequest/measurement-report-service-request" ]
  ] ) ; # 
  fhir:partOf ( [
fhir:reference [ fhir:v "ImagingStudy/measurement-report-imaging-study" ]
  ] ) ; # 
  fhir:status [ fhir:v "final"] ; # 
  fhir:code [
    ( fhir:coding [
fhir:system [ fhir:v "http://dicom.nema.org/resources/ontology/DCM"^^xsd:anyURI ] ;
fhir:code [ fhir:v "126031" ] ;
fhir:display [ fhir:v "Peak Value Within ROI" ]     ] )
  ] ; # 
  fhir:subject [
fhir:reference [ fhir:v "Patient/measurement-report-patient" ]
  ] ; # 
  fhir:effective [
a fhir:dateTime ;
fhir:v "2024-07-24T08:23:42+00:00"^^xsd:dateTime
  ] ; # 
  fhir:issued [ fhir:v "2024-07-24T08:23:42+00:00"^^xsd:dateTime] ; # 
  fhir:performer ( [
fhir:reference [ fhir:v "Practitioner/measurement-report-practitioner" ]
  ] ) ; # 
  fhir:value [
a fhir:Quantity ;
fhir:value [ fhir:v 123.45 ] ;
fhir:unit [ fhir:v "Hounsfield unit" ] ;
fhir:system [ fhir:v "http://unitsofmeasure.org"^^xsd:anyURI ] ;
fhir:code [ fhir:v "[hnsf'U]" ]
  ] ; # 
  fhir:device [
fhir:reference [ fhir:v "Device/measurement-report-general-equipment" ]
  ] ; # 
  fhir:derivedFrom ( [
fhir:reference [ fhir:v "Observation/imaging-measurement-group" ]
  ] ) . #