FHIR © HL7.org  |  FHIRsmith 4.0.1  |  Server Home  |  XIG Home  |  XIG Stats  | 

FHIR IG analytics

Packagehl7.fhir.us.qicore.r4
Resource TypeDevice
IdDevice-example.json
FHIR VersionR4

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

Note: links and images are rebased to the (stated) source

Generated Narrative: Device example

Profile: QICore Device

identifier: http://example.org/devices/id/345675, Serial Number/AMID-342135-8464

UdiCarriers

-DeviceIdentifierCarrierHRF
*09504000059118(01)09504000059118(17)141120(10)7654321D(21)10987654d321

status: Active

manufacturer: Acme Devices, Inc

lotNumber: 43453424

modelNumber: AB 45-J

type: ECG

patient: Jim Chalmers Male, DoB: 1974-12-25 ( Medical record number (use: usual, period: 2001-05-06 --> (ongoing)))

contact: ph: ext 4352

note: By Practitioner/example @2015-06-28 14:03:32+1000

QA Checked


Source1

{
  "resourceType": "Device",
  "id": "example",
  "meta": {
    "profile": [
      "http://hl7.org/fhir/us/qicore/StructureDefinition/qicore-device"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "identifier": [
    {
      "system": "http://example.org/devices/id",
      "value": "345675"
    },
    {
      "type": {
        "coding": [
          {
            "system": "http://terminology.hl7.org/CodeSystem/v2-0203",
            "code": "SNO"
          }
        ],
        "text": "Serial Number"
      },
      "value": "AMID-342135-8464"
    }
  ],
  "udiCarrier": [
    {
      "deviceIdentifier": "09504000059118",
      "carrierHRF": "(01)09504000059118(17)141120(10)7654321D(21)10987654d321"
    }
  ],
  "status": "active",
  "manufacturer": "Acme Devices, Inc",
  "lotNumber": "43453424",
  "modelNumber": "AB 45-J",
  "type": {
    "coding": [
      {
        "system": "http://snomed.info/sct",
        "code": "86184003",
        "display": "Electrocardiographic monitor and recorder"
      }
    ],
    "text": "ECG"
  },
  "patient": {
    "reference": "Patient/example"
  },
  "contact": [
    {
      "system": "phone",
      "value": "ext 4352"
    }
  ],
  "note": [
    {
      "authorReference": {
        "reference": "Practitioner/example"
      },
      "time": "2015-06-28T14:03:32+10:00",
      "text": "QA Checked"
    }
  ]
}