FHIR IG analytics| Package | hl7.fhir.us.davinci-pdex.r4b |
| Resource Type | Device |
| Id | Device-543210.json |
| FHIR Version | R4B |
No resources found
No resources found
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
| DeviceIdentifier |
| 23366006 |
status: Active
manufacturer: Motorized Wheelchair Company, Inc.
| Name | Type |
| MotorChairPro | User Friendly name |
type: Motorized wheelchair device (physical object)
patient: Johnny Appleseed Male, DoB: 1986-01-01 ( Member Number)
{
"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"
}
}