MyHealth@Eu Medical Imaging Report
0.0.1 - ci-build 150

MyHealth@Eu Medical Imaging Report - Local Development build (v0.0.1) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

: Example Measuring Device - JSON Representation

Raw json | Download

{
  "resourceType" : "Device",
  "id" : "ExampleDeviceMeasuringImg",
  "meta" : {
    "profile" : [
      🔗 "http://fhir.ehdsi.eu/imaging/StructureDefinition/deviceMeasuring-img-myhealtheu",
      "http://fhir.ehdsi.eu/hdr/StructureDefinition/DeviceMeasuringImgMyHealthEu"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Device ExampleDeviceMeasuringImg</b></p><a name=\"ExampleDeviceMeasuringImg\"> </a><a name=\"hcExampleDeviceMeasuringImg\"> </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\">Profiles: <a href=\"StructureDefinition-deviceMeasuring-img-myhealtheu.html\">Device: measuring</a>, <code>http://fhir.ehdsi.eu/hdr/StructureDefinition/DeviceMeasuringImgMyHealthEu</code></p></div><p><b>identifier</b>: <code>http://example.org/devices</code>/MEASURE-IMG-001</p><h3>UdiCarriers</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>DeviceIdentifier</b></td><td><b>Issuer</b></td><td><b>Jurisdiction</b></td></tr><tr><td style=\"display: none\">*</td><td>00312345678904</td><td>urn:oid:2.51.1</td><td><a href=\"http://hl7.org/fhir/StructureDefinition/iso3166-1-usa\">http://hl7.org/fhir/StructureDefinition/iso3166-1-usa</a></td></tr></table><p><b>manufacturer</b>: MediTech Imaging GmbH</p><blockquote><p><b>deviceName</b></p><p><b>name</b>: MediScanner 3000</p><p><b>type</b>: Manufacturer name</p></blockquote><blockquote><p><b>deviceName</b></p><p><b>name</b>: Model X300</p><p><b>type</b>: Model name</p></blockquote></div>"
  },
  "identifier" : [
    {
      "system" : "http://example.org/devices",
      "value" : "MEASURE-IMG-001"
    }
  ],
  "udiCarrier" : [
    {
      "deviceIdentifier" : "00312345678904",
      "issuer" : "urn:oid:2.51.1",
      "jurisdiction" : "http://hl7.org/fhir/StructureDefinition/iso3166-1-usa"
    }
  ],
  "manufacturer" : "MediTech Imaging GmbH",
  "deviceName" : [
    {
      "name" : "MediScanner 3000",
      "type" : "manufacturer-name"
    },
    {
      "name" : "Model X300",
      "type" : "model-name"
    }
  ]
}