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 - JSON Representation

Raw json | Download


{
  "resourceType" : "Observation",
  "id" : "derived-imaging-measurement",
  "meta" : {
    "profile" : [
      🔗 "http://hl7.org/fhir/uv/dicom-sr/StructureDefinition/derived-imaging-measurement"
    ]
  },
  "text" : {
    "status" : "generated",
    "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>"
  },
  "basedOn" : [
    {
      🔗 "reference" : "ServiceRequest/measurement-report-service-request"
    }
  ],
  "partOf" : [
    {
      🔗 "reference" : "ImagingStudy/measurement-report-imaging-study"
    }
  ],
  "status" : "final",
  "code" : {
    "coding" : [
      {
        "system" : "http://dicom.nema.org/resources/ontology/DCM",
        "code" : "126031",
        "display" : "Peak Value Within ROI"
      }
    ]
  },
  "subject" : {
    🔗 "reference" : "Patient/measurement-report-patient"
  },
  "effectiveDateTime" : "2024-07-24T08:23:42+00:00",
  "issued" : "2024-07-24T08:23:42+00:00",
  "performer" : [
    {
      🔗 "reference" : "Practitioner/measurement-report-practitioner"
    }
  ],
  "valueQuantity" : {
    "value" : 123.45,
    "unit" : "Hounsfield unit",
    "system" : "http://unitsofmeasure.org",
    "code" : "[hnsf'U]"
  },
  "device" : {
    🔗 "reference" : "Device/measurement-report-general-equipment"
  },
  "derivedFrom" : [
    {
      🔗 "reference" : "Observation/imaging-measurement-group"
    }
  ]
}