This page is part of the Point-of-care Device FHIR IG (v0.2.0: STU 1 Ballot 2) based on FHIR (HL7® FHIR® Standard) v3.5.0. No current official version has been published yet. For a full list of available versions, see the Directory of published versions
This is a pre-release version (Ballot 2) of Point of Care Devices (PoCD) R1/STU. There is no current official version.
For a full list of available versions, see the Directory of published versions
.
{
"resourceType" : "DeviceMetric",
"id" : "2f26a717-9841-4ddc-92eb-26398c7548c7",
"meta" : {
"profile" : [
"http://hl7.org/fhir/uv/pocd/StructureDefinition/NumericDeviceMetric"
]
},
"text" : {
"status" : "generated",
"div" : "<div xmlns="http://www.w3.org/1999/xhtml"><p><b>Generated Narrative with Details</b></p><p><b>id</b>: 2f26a717-9841-4ddc-92eb-26398c7548c7</p><p><b>meta</b>: </p><p><b>type</b>: NBP <span style="background: LightGoldenRodYellow">(Details : {urn:iso:std:iso:11073:10101 code '150020' = '150020', given as 'MDC_PRESS_BLD_NONINV'})</span></p><p><b>unit</b>: mmHg <span style="background: LightGoldenRodYellow">(Details : {urn:iso:std:iso:11073:10101 code '266016' = '266016', given as 'MDC_DIM_MMHG'})</span></p><p><b>source</b>: <a href="Device-5205082c-1f88-434e-9252-6c6b09c81a0d.html">Generated Summary: id: 5205082c-1f88-434e-9252-6c6b09c81a0d; 00-09-FB-FF-FF-A0-F4-CA; status: active; manufacturer: MyCompany; serialNumber: DE35115712; partNumber: 866060; <span title="Codes: {urn:iso:std:iso:11073:10101 69965}">Patient Monitor</span></a></p><p><b>parent</b>: <a href="Device-2b7069bf-65a4-4226-a2ba-9af47197074f.html">Generated Summary: id: 2b7069bf-65a4-4226-a2ba-9af47197074f; status: active; <span title="Codes: {urn:iso:std:iso:11073:10101 69855}">MDC_DEV_METER_PRESS_BLD_CHAN</span></a></p><p><b>operationalStatus</b>: ON</p><p><b>color</b>: RED</p><p><b>category</b>: MEASUREMENT</p><p><b>measurementPeriod</b>: Do Once per 15 minutes</p></div>"
},
"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/5205082c-1f88-434e-9252-6c6b09c81a0d"
},
"parent" : {
"reference" : "Device/2b7069bf-65a4-4226-a2ba-9af47197074f"
},
"operationalStatus" : "on",
"color" : "red",
"category" : "measurement",
"measurementPeriod" : {
"repeat" : {
"frequency" : 1,
"period" : 15,
"periodUnit" : "min"
}
}
}