{
  "resourceType" : "Device",
  "id" : "539",
  "meta" : {
    "profile" : ["http://hl7.org/fhir/uv/radiation-dose-summary/StructureDefinition/modality-device"]
  },
  "language" : "en",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Device 539</b></p><a name=\"539\"> </a><a name=\"hc539\"> </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-modality-device.html\">Modality Device</a></p></div><p><b>identifier</b>: Application Entity/CT01</p><p><b>manufacturer</b>: Manufacturer-1</p><p><b>serialNumber</b>: 5445A343</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 CT}\">Computed Tomography</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" : "CT01"
  }],
  "manufacturer" : "Manufacturer-1",
  "serialNumber" : "5445A343",
  "deviceName" : [{
    "name" : "Manufacturer-1",
    "type" : "manufacturer-name"
  },
  {
    "name" : "Manufacturer-ModelName-1",
    "type" : "model-name"
  }],
  "type" : {
    "coding" : [{
      "system" : "http://dicom.nema.org/resources/ontology/DCM",
      "version" : "2025.2.20250411",
      "code" : "CT",
      "display" : "Computed Tomography"
    }]
  }
}