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

This page is part of the DICOM® SR to FHIR Resource Mapping IG (v1.0.0-ballot: STU1 Ballot 1) based on FHIR (HL7® FHIR® Standard) v5.0.0. . For a full list of available versions, 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 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><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>"
  ] ; # 
  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 [ 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"^^xsd:decimal ] ;
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" ]
  ] ) . #