FHIR IG analytics| Package | hl7.fhir.uv.pocd |
| Resource Type | Device |
| Id | Device-NBPVmdDevice.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Resource Device "NBPVmdDevice"
Profile: VMD Device profile
| DeviceIdentifier | CarrierHRF |
| 00012345678912 | (01)00012345678912(21)567890 |
status: active
manufacturer: MyCompany
serialNumber: 567890
partNumber: 1122-3344
type: MDC_DEV_PRESS_BLD_NONINV_VMD (ISO 11073-10101 Health informatics - Point-of-care#70686)
parent: Device/PhysioMonitorMdsDevice
{
"resourceType": "Device",
"id": "NBPVmdDevice",
"meta": {
"profile": [
"http://hl7.org/fhir/uv/pocd/StructureDefinition/VmdDevice"
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"udiCarrier": [
{
"deviceIdentifier": "00012345678912",
"carrierHRF": "(01)00012345678912(21)567890"
}
],
"status": "active",
"manufacturer": "MyCompany",
"serialNumber": "567890",
"partNumber": "1122-3344",
"type": {
"coding": [
{
"system": "urn:iso:std:iso:11073:10101",
"code": "70686",
"display": "MDC_DEV_PRESS_BLD_NONINV_VMD"
}
]
},
"parent": {
"reference": "Device/PhysioMonitorMdsDevice"
}
}