FHIR © HL7.org  |  FHIRsmith 4.0.1  |  Server Home  |  XIG Home  |  XIG Stats  | 

FHIR IG analytics

Packagehl7.fhir.uv.radiation-dose-summary
Resource TypeObservation
IdObservation-139.json
FHIR VersionR4

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

Note: links and images are rebased to the (stated) source

Generated Narrative: Observation 139

Language: en

Profile: Radiation Dose Summary

identifier: SOP Instance UID/urn:oid:1.2.840.121.3.32.0.1.1323423.122

partOf: ImagingStudy: identifier = urn:dicom:uid#DICOM Unique Id#urn:oid:1.2.840.121.3.32.0.1.1323423; status = available; started = 2015-01-01 22:20:00+0000

status: Final

code: Radiation exposure and protection information [Description] Document Diagnostic imaging

subject: Pascale Dupont

focus: ImagingStudy: identifier = urn:dicom:uid#DICOM Unique Id#urn:oid:1.2.840.121.3.32.0.1.1323423; status = available; started = 2015-01-01 22:20:00+0000

effective: 2015-01-01 22:23:30+0000

performer: John Moore

value: CT Dose Length Product Total = 203.12 mGy.cm

device: CT01

component

code: Procedure reported

value: Computerized tomography

component

code: CT Dose Length Product Total

value: 203.12 mGy.cm


Source1

{
  "resourceType": "Observation",
  "id": "139",
  "meta": {
    "profile": [
      "http://hl7.org/fhir/uv/radiation-dose-summary/StructureDefinition/radiation-dose-summary"
    ]
  },
  "language": "en",
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "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"
  },
  "focus": [
    {
      "reference": "ImagingStudy/342"
    }
  ],
  "effectiveDateTime": "2015-01-01T22:23:30.000Z",
  "performer": [
    {
      "reference": "Practitioner/33",
      "display": "John Moore"
    }
  ],
  "valueString": "CT Dose Length Product Total = 203.12 mGy.cm",
  "device": {
    "reference": "Device/539",
    "display": "CT01"
  },
  "component": [
    {
      "code": {
        "coding": [
          {
            "system": "http://dicom.nema.org/resources/ontology/DCM",
            "version": "2025.2.20250411",
            "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",
            "version": "2025.2.20250411",
            "code": "113813",
            "display": "CT Dose Length Product Total"
          }
        ]
      },
      "valueQuantity": {
        "value": 203.12,
        "unit": "mGy.cm"
      }
    }
  ]
}