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
{
"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><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 \"12\" </p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-modality-device.html\">Modality Device</a></p></div><p><b>identifier</b>: Serial Number: 767ER, 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>: X-Ray Angiography <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>#XA)</span></p></div>"
},
"identifier" : [
{
"type" : {
"coding" : [
{
"system" : "http://terminology.hl7.org/CodeSystem/v2-0203",
"code" : "SNO",
"display" : "Serial Number"
}
]
},
"value" : "767ER"
},
{
"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"
}
]
}
}