FHIR IG analytics| Package | hl7.fhir.us.qicore.r4b |
| Resource Type | Device |
| Id | Device-example.json |
| FHIR Version | R4B |
No resources found
No resources found
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
| DeviceIdentifier | CarrierHRF |
| 09504000059118 | (01)09504000059118(17)141120(10)7654321D(21)10987654d321 |
status: Active
manufacturer: Acme Devices, Inc
lotNumber: 43453424
modelNumber: AB 45-J
type: ECG
contact: ph: ext 4352
note: By Practitioner/example @2015-06-28 14:03:32+1000
QA Checked
{
"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"
}
]
}