Radiation Dose Summary for Diagnostic Procedures on FHIR
0.1.0 - STU 1 Ballot

This page is part of the Radiation Dose Summary for Diagnostic Procedures on FHIR (v0.1.0: STU 1 Ballot 1) based on FHIR R4. . For a full list of available versions, see the Directory of published versions

: CTRadiationDoseSummary-139 - JSON Representation

Raw json | Download


{
  "resourceType" : "Observation",
  "id" : "139",
  "meta" : {
    "profile" : [
      "http://hl7.org/fhir/uv/radiation-dose-summary/StructureDefinition/ct-radiation-dose-summary"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative</b></p><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\">Resource \"139\" </p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-ct-radiation-dose-summary.html\">CT Radiation Dose Summary</a></p></div><p><b>identifier</b>: SOP Instance UID: urn:oid:1.2.840.121.3.32.0.1.1323423.122</p><p><b>partOf</b>: <a href=\"ImagingStudy-342.html\">ImagingStudy/342</a></p><p><b>status</b>: final</p><p><b>code</b>: Radiation exposure and protection information [Description] Document Diagnostic imaging <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"https://loinc.org/\">LOINC</a>#73569-6)</span></p><p><b>subject</b>: <a href=\"Patient-56.html\">Patient/56: Pascale Dupont</a> \" DUPONY\"</p><p><b>effective</b>: 2015-01-01T22:23:30Z</p><p><b>performer</b>: <a href=\"Practitioner-33.html\">Practitioner/33: John Moore</a> \" MOORE\"</p><p><b>device</b>: <a href=\"Device-539.html\">Device/539: CT01</a></p><p><b>hasMember</b>: </p><ul><li><a href=\"Observation-839.html\">Observation/839: Irradiation Event - 1</a></li><li><a href=\"Observation-393.html\">Observation/393: Irradiation Event - 2</a></li></ul><blockquote><p><b>component</b></p><p><b>code</b>: Procedure reported <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"http://terminology.hl7.org/3.0.0/CodeSystem-v3-DCM.html\">DICOM</a>#121058)</span></p><p><b>value</b>: Computerized tomography <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"https://browser.ihtsdotools.org/\">SNOMED CT</a>#77477000)</span></p></blockquote><blockquote><p><b>component</b></p><p><b>code</b>: CT Dose Length Product Total <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"http://terminology.hl7.org/3.0.0/CodeSystem-v3-DCM.html\">DICOM</a>#113813)</span></p><p><b>value</b>: 203.12 mGy.cm</p></blockquote></div>"
  },
  "identifier" : [
    {
      "type" : {
        "coding" : [
          {
            "system" : "http://hl7.org/fhir/uv/radiation-dose-summary/CodeSystem/dicom-identifier-type",
            "code" : "sop-instance-uid",
            "display" : "SOP Instance UID"
          }
        ]
      },
      "system" : "urn:dicom:uid",
      "value" : "urn:oid:1.2.840.121.3.32.0.1.1323423.122"
    }
  ],
  "partOf" : [
    {
      "reference" : "ImagingStudy/342",
      "identifier" : {
        "type" : {
          "coding" : [
            {
              "system" : "http://hl7.org/fhir/uv/radiation-dose-summary/CodeSystem/dicom-identifier-type",
              "code" : "study-instance-uid",
              "display" : "Study Instance UID"
            }
          ]
        },
        "system" : "urn:dicom:uid",
        "value" : "urn:oid:1.2.840.121.3.32.0.1.1323423"
      }
    }
  ],
  "status" : "final",
  "code" : {
    "coding" : [
      {
        "system" : "http://loinc.org",
        "code" : "73569-6",
        "display" : "Radiation exposure and protection information [Description] Document Diagnostic imaging"
      }
    ]
  },
  "subject" : {
    "reference" : "Patient/56",
    "display" : "Pascale Dupont"
  },
  "effectiveDateTime" : "2015-01-01T22:23:30.000Z",
  "performer" : [
    {
      "reference" : "Practitioner/33",
      "display" : "John Moore"
    }
  ],
  "device" : {
    "reference" : "Device/539",
    "display" : "CT01"
  },
  "hasMember" : [
    {
      "reference" : "Observation/839",
      "type" : "Observation",
      "display" : "Irradiation Event - 1"
    },
    {
      "reference" : "Observation/393",
      "type" : "Observation",
      "display" : "Irradiation Event - 2"
    }
  ],
  "component" : [
    {
      "code" : {
        "coding" : [
          {
            "system" : "http://dicom.nema.org/resources/ontology/DCM",
            "code" : "121058",
            "display" : "Procedure reported"
          }
        ]
      },
      "valueCodeableConcept" : {
        "coding" : [
          {
            "system" : "http://snomed.info/sct",
            "code" : "77477000",
            "display" : "Computerized tomography"
          }
        ]
      }
    },
    {
      "code" : {
        "coding" : [
          {
            "system" : "http://dicom.nema.org/resources/ontology/DCM",
            "code" : "113813",
            "display" : "CT Dose Length Product Total"
          }
        ]
      },
      "valueQuantity" : {
        "value" : 203.12,
        "unit" : "mGy.cm"
      }
    }
  ]
}