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 0.1.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
{
"resourceType" : "Device",
"id" : "12",
"meta" : {
"profile" : [
🔗 "http://hl7.org/fhir/uv/radiation-dose-summary/StructureDefinition/modality-device"
]
},
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Device 12</b></p><a name=\"12\"> </a><a name=\"hc12\"> </a><a name=\"hc12-en-US\"> </a><p><b>identifier</b>: Application Entity/XA01</p><p><b>manufacturer</b>: Manufacturer-1</p><p><b>serialNumber</b>: 767ER</p><blockquote><p><b>deviceName</b></p><p><b>name</b>: Manufacturer-1</p><p><b>type</b>: Manufacturer name</p></blockquote><blockquote><p><b>deviceName</b></p><p><b>name</b>: Manufacturer-ModelName-1</p><p><b>type</b>: Model name</p></blockquote><p><b>type</b>: <span title=\"Codes:{http://dicom.nema.org/resources/ontology/DCM XA}\">X-Ray Angiography</span></p></div>"
},
"identifier" : [
{
"type" : {
"coding" : [
{
"system" : "http://hl7.org/fhir/uv/radiation-dose-summary/CodeSystem/dicom-identifier-type",
"code" : "application-entity",
"display" : "Application Entity"
}
]
},
"value" : "XA01"
}
],
"manufacturer" : "Manufacturer-1",
"serialNumber" : "767ER",
"deviceName" : [
{
"name" : "Manufacturer-1",
"type" : "manufacturer-name"
},
{
"name" : "Manufacturer-ModelName-1",
"type" : "model-name"
}
],
"type" : {
"coding" : [
{
"system" : "http://dicom.nema.org/resources/ontology/DCM",
"code" : "XA",
"display" : "X-Ray Angiography"
}
]
}
}