Radiation Dose Summary for Diagnostic Procedures on FHIR, 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/fhir-radiation-dose-summary-ig/ and changes regularly. See the Directory of published versions
Page standards status: Informative |
{
"resourceType" : "Observation",
"id" : "139",
"meta" : {
"profile" : [
🔗 "http://hl7.org/fhir/uv/radiation-dose-summary/StructureDefinition/radiation-dose-summary"
]
},
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Observation 139</b></p><a name=\"139\"> </a><a name=\"hc139\"> </a><a name=\"139-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-radiation-dose-summary.html\">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: identifier = urn:dicom:uid#DUI#urn:oid:1.2.840.121.3.32.0.1.1323423; status = available; started = 2015-01-01 22:20:00+0000</a></p><p><b>status</b>: Final</p><p><b>code</b>: <span title=\"Codes:{http://loinc.org 73569-6}\">Radiation exposure and protection information [Description] Document Diagnostic imaging</span></p><p><b>subject</b>: <a href=\"Patient-56.html\">Pascale Dupont</a></p><p><b>focus</b>: <a href=\"ImagingStudy-342.html\">ImagingStudy: identifier = urn:dicom:uid#DUI#urn:oid:1.2.840.121.3.32.0.1.1323423; status = available; started = 2015-01-01 22:20:00+0000</a></p><p><b>effective</b>: 2015-01-01 22:23:30+0000</p><p><b>performer</b>: <a href=\"Practitioner-33.html\">John Moore</a></p><p><b>value</b>: CT Dose Length Product Total = 203.12 mGy.cm</p><p><b>device</b>: <a href=\"Device-539.html\">CT01</a></p><blockquote><p><b>component</b></p><p><b>code</b>: <span title=\"Codes:{http://dicom.nema.org/resources/ontology/DCM 121058}\">Procedure reported</span></p><p><b>value</b>: <span title=\"Codes:{http://snomed.info/sct 77477000}\">Computerized tomography</span></p></blockquote><blockquote><p><b>component</b></p><p><b>code</b>: <span title=\"Codes:{http://dicom.nema.org/resources/ontology/DCM 113813}\">CT Dose Length Product Total</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"
},
"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"
}
}
]
}