This page is part of the Point-of-care Device FHIR IG (v0.2.0: STU 1 Ballot 2) based on FHIR v3.5.0. . For a full list of available versions, see the Directory of published versions

This is a pre-release version (Ballot 2) of Point of Care Devices (PoCD) R1/STU. There is no current official version.
For a full list of available versions, see the Directory of published versions .


{
  "resourceType" : "Device",
  "id" : "5205082c-1f88-434e-9252-6c6b09c81a0d",
  "meta" : {
    "profile" : [
      "http://hl7.org/fhir/uv/pocd/StructureDefinition/MdsDevice"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns="http://www.w3.org/1999/xhtml"><p><b>Generated Narrative with Details</b></p><p><b>id</b>: 5205082c-1f88-434e-9252-6c6b09c81a0d</p><p><b>meta</b>: </p><p><b>identifier</b>: 00-09-FB-FF-FF-A0-F4-CA</p><h3>UdiCarriers</h3><table class="grid"><tr><td>-</td><td><b>DeviceIdentifier</b></td><td><b>Issuer</b></td><td><b>Jurisdiction</b></td><td><b>CarrierHRF</b></td></tr><tr><td>*</td><td>00884838038752</td><td><a href="http://hl7.org/fhir/NamingSystem/gs1-di">http://hl7.org/fhir/NamingSystem/gs1-di</a></td><td><a href="http://hl7.org/fhir/NamingSystem/fda-udi">http://hl7.org/fhir/NamingSystem/fda-udi</a></td><td>(01)00884838038752(21)DE35115712</td></tr></table><p><b>status</b>: ACTIVE</p><p><b>manufacturer</b>: MyCompany</p><p><b>serialNumber</b>: DE35115712</p><h3>DeviceNames</h3><table class="grid"><tr><td>-</td><td><b>Name</b></td><td><b>Type</b></td></tr><tr><td>*</td><td>MyPhysioMonitor</td><td>MODELNAME</td></tr></table><p><b>partNumber</b>: 866060</p><p><b>type</b>: Patient Monitor <span style="background: LightGoldenRodYellow">(Details : {urn:iso:std:iso:11073:10101 code '69965' = '69965', given as 'MDC_DEV_MON_PHYSIO_MULTI_PARAM_MDS'})</span></p><p><b>patient</b>: <a href="Patient-6a41c235-5421-4698-af96-20f279b21ffc.html">Generated Summary: id: 6a41c235-5421-4698-af96-20f279b21ffc; Medical record number = 0815 (USUAL); active; John Doe ; gender: male; birthDate: 04/05/1967</a></p><p><b>location</b>: <a href="Location-6a10c89f-8a65-46c9-af60-4f6c12f9bd48.html">Generated Summary: id: 6a10c89f-8a65-46c9-af60-4f6c12f9bd48; name: Bed 42; mode: instance; <span title="Codes: {http://terminology.hl7.org/CodeSystem/v3-RoleCode ICU}">Intensive care unit</span>; <span title="Codes: {http://terminology.hl7.org/CodeSystem/location-physical-type bd}">Bed</span></a></p></div>"
  },
  "identifier" : [
    {
      "system" : "urn:oid:1.2.840.10004.1.1.1.0.0.1.0.0.1.2680",
      "value" : "00-09-FB-FF-FF-A0-F4-CA"
    }
  ],
  "udiCarrier" : [
    {
      "deviceIdentifier" : "00884838038752",
      "issuer" : "http://hl7.org/fhir/NamingSystem/gs1-di",
      "jurisdiction" : "http://hl7.org/fhir/NamingSystem/fda-udi",
      "carrierHRF" : "(01)00884838038752(21)DE35115712"
    }
  ],
  "status" : "active",
  "manufacturer" : "MyCompany",
  "serialNumber" : "DE35115712",
  "deviceName" : [
    {
      "name" : "MyPhysioMonitor",
      "type" : "model-name"
    }
  ],
  "partNumber" : "866060",
  "type" : {
    "coding" : [
      {
        "system" : "urn:iso:std:iso:11073:10101",
        "code" : "69965",
        "display" : "MDC_DEV_MON_PHYSIO_MULTI_PARAM_MDS"
      }
    ],
    "text" : "Patient Monitor"
  },
  "patient" : {
    "reference" : "Patient/6a41c235-5421-4698-af96-20f279b21ffc"
  },
  "location" : {
    "reference" : "Location/6a10c89f-8a65-46c9-af60-4f6c12f9bd48"
  }
}