FHIR IG analytics| Package | hl7.fhir.uv.pocd |
| Resource Type | DeviceMetric |
| Id | DeviceMetric-NBPNumericDeviceMetric.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: DeviceMetric
Resource DeviceMetric "NBPNumericDeviceMetric"
Profile: Numeric DeviceMetric profile
Metric availability extension: Intr
type: NBP (ISO 11073-10101 Health informatics - Point-of-care#150020 "MDC_PRESS_BLD_NONINV")
unit: mmHg (ISO 11073-10101 Health informatics - Point-of-care#266016 "MDC_DIM_MMHG")
source: Device/PhysioMonitorMdsDevice
parent: Device/NBPChannelDevice
operationalStatus: on
color: red
category: measurement
measurementPeriod: Once per 15 minutes
{
"resourceType": "DeviceMetric",
"id": "NBPNumericDeviceMetric",
"meta": {
"profile": [
"http://hl7.org/fhir/uv/pocd/StructureDefinition/NumericDeviceMetric"
]
},
"text": {
"status": "extensions",
"div": "<!-- snip (see above) -->"
},
"extension": [
{
"url": "http://hl7.org/fhir/uv/pocd/StructureDefinition/metric-availability",
"valueCode": "Intr"
}
],
"type": {
"coding": [
{
"system": "urn:iso:std:iso:11073:10101",
"code": "150020",
"display": "MDC_PRESS_BLD_NONINV"
}
],
"text": "NBP"
},
"unit": {
"coding": [
{
"system": "urn:iso:std:iso:11073:10101",
"code": "266016",
"display": "MDC_DIM_MMHG"
}
],
"text": "mmHg"
},
"source": {
"reference": "Device/PhysioMonitorMdsDevice"
},
"parent": {
"reference": "Device/NBPChannelDevice"
},
"operationalStatus": "on",
"color": "red",
"category": "measurement",
"measurementPeriod": {
"repeat": {
"frequency": 1,
"period": 15,
"periodUnit": "min"
}
}
}