German Practice Management FHIR Profiles (R4)
0.49.0 - STU1 Germany flag

German Practice Management FHIR Profiles (R4) - Local Development build (v0.49.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

: ImagingDevice: MRT-Geraet Knie - JSON Representation

Raw json | Download

{
  "resourceType" : "Device",
  "id" : "example-imaging-device-mrt-knie",
  "meta" : {
    "profile" : [
      🔗 "https://fhir.cognovis.de/praxis/StructureDefinition/imaging-device-praxis-de"
    ]
  },
  "text" : {
    "status" : "extensions",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Device example-imaging-device-mrt-knie</b></p><a name=\"example-imaging-device-mrt-knie\"> </a><a name=\"hcexample-imaging-device-mrt-knie\"> </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-imaging-device-praxis-de.html\">Imaging Device (Praxis DE)</a></p></div><p><b>Device Maintenance Status</b>: <a href=\"CodeSystem-device-maintenance-status.html#device-maintenance-status-in-service\">Device Maintenance Status: in-service</a> (In Service)</p><p><b>identifier</b>: <a href=\"NamingSystem-dicom-ae-title.html\" title=\"DICOM Application Entity Title (AE-Title) — eindeutiger Bezeichner fuer DICOM-Geraete im PACS-Netzwerk. Pflicht-Identifier fuer PACS-Routing in ImagingDevicePraxisDe.\">DicomAeTitle</a>/MRT_KNIE_001</p><p><b>status</b>: Active</p><p><b>manufacturer</b>: Siemens Healthineers</p><h3>DeviceNames</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Name</b></td><td><b>Type</b></td></tr><tr><td style=\"display: none\">*</td><td>MAGNETOM Vida 3T</td><td>Manufacturer name</td></tr></table><p><b>modelNumber</b>: MAGNETOM Vida</p><p><b>type</b>: <span title=\"Codes:{http://dicom.nema.org/resources/ontology/DCM MR}\">Magnetic Resonance</span></p></div>"
  },
  "extension" : [
    {
      "url" : "https://fhir.cognovis.de/praxis/StructureDefinition/device-maintenance-status",
      "valueCoding" : {
        "system" : "https://fhir.cognovis.de/praxis/CodeSystem/device-maintenance-status",
        "code" : "in-service",
        "display" : "In Service"
      }
    }
  ],
  "identifier" : [
    {
      "system" : "https://fhir.cognovis.de/praxis/NamingSystem/dicom-ae-title",
      "value" : "MRT_KNIE_001"
    }
  ],
  "status" : "active",
  "manufacturer" : "Siemens Healthineers",
  "deviceName" : [
    {
      "name" : "MAGNETOM Vida 3T",
      "type" : "manufacturer-name"
    }
  ],
  "modelNumber" : "MAGNETOM Vida",
  "type" : {
    "coding" : [
      {
        "system" : "http://dicom.nema.org/resources/ontology/DCM",
        "code" : "MR",
        "display" : "Magnetic Resonance"
      }
    ]
  }
}