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

FHIR IG analytics

Packagehl7.fhir.us.davinci-pdex
Resource TypeDevice
IdDevice-543210.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 543210

version: 1; Last updated: 2020-09-28 09:26:23+0000

Profile: PDex Device

UdiCarriers

-DeviceIdentifier
*23366006

status: Active

manufacturer: Motorized Wheelchair Company, Inc.

DeviceNames

-NameType
*MotorChairProUser Friendly name

type: Motorized wheelchair device (physical object)

patient: Johnny Appleseed Male, DoB: 1986-01-01 ( Member Number)


Source1

{
  "resourceType": "Device",
  "id": "543210",
  "meta": {
    "versionId": "1",
    "lastUpdated": "2020-09-28T09:26:23.217+00:00",
    "profile": [
      "http://hl7.org/fhir/us/davinci-pdex/StructureDefinition/pdex-device"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "udiCarrier": [
    {
      "deviceIdentifier": "23366006"
    }
  ],
  "status": "active",
  "manufacturer": "Motorized Wheelchair Company, Inc.",
  "deviceName": [
    {
      "name": "MotorChairPro",
      "type": "user-friendly-name"
    }
  ],
  "type": {
    "coding": [
      {
        "system": "http://snomed.info/sct",
        "version": "http://snomed.info/sct/731000124108",
        "code": "23366006"
      }
    ]
  },
  "patient": {
    "reference": "Patient/1"
  }
}