"category": "measurement"
"parent": {
"reference": "DeviceComponent/dc102"
}
"calibration": [
{
"state": "calibrated",
"type": "two-point",
"time": "2016-12-28T09:03:04-05:00"
}
]
"color": "blue"
"source": {
"reference": "Device/dev1"
}
"operationalStatus": "on"
"unit": {
"coding": [
{
"code": "262688",
"system": "https://rtmms.nist.gov",
"display": "MDC_DIM_PERCENT"
}
]
}
"identifier": {
"system": "http://goodcare.org/devicemetric/id",
"value": "345675"
}
"type": {
"coding": [
{
"code": "150456",
"system": "https://rtmms.nist.gov",
"display": "MDC_PULS_OXIM_SAT_O2"
}
]
}
"measurementPeriod": {
"repeat": {
"frequency": 1,
"periodUnit": "s",
"period": 1
}
}
{
"category": "measurement",
"parent": {
"reference": "DeviceComponent/dc102"
},
"calibration": [
{
"state": "calibrated",
"type": "two-point",
"time": "2016-12-28T09:03:04-05:00"
}
],
"resourceType": "DeviceMetric",
"text": {
"status": "generated",
"div": "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative with Details</b></p><p><b>id</b>: example</p><p><b>identifier</b>: 345675</p><p><b>type</b>: MDC_PULS_OXIM_SAT_O2 <span>(Details : {https://rtmms.nist.gov code '150456' = '150456', given as 'MDC_PULS_OXIM_SAT_O2'})</span></p><p><b>unit</b>: MDC_DIM_PERCENT <span>(Details : {https://rtmms.nist.gov code '262688' = '262688', given as 'MDC_DIM_PERCENT'})</span></p><p><b>source</b>: <a>Device/dev1</a></p><p><b>parent</b>: <a>DeviceComponent/dc102</a></p><p><b>operationalStatus</b>: on</p><p><b>color</b>: blue</p><p><b>category</b>: measurement</p><p><b>measurementPeriod</b>: Do Once per 1 seconds</p><h3>Calibrations</h3><table><tr><td>-</td><td><b>Type</b></td><td><b>State</b></td><td><b>Time</b></td></tr><tr><td>*</td><td>two-point</td><td>calibrated</td><td>28/12/2016 9:03:04 AM</td></tr></table></div>"
},
"source": {
"reference": "Device/dev1"
},
"color": "blue",
"operationalStatus": "on",
"measurementPeriod": {
"repeat": {
"frequency": 1,
"periodUnit": "s",
"period": 1
}
},
"identifier": {
"system": "http://goodcare.org/devicemetric/id",
"value": "345675"
},
"type": {
"coding": [
{
"code": "150456",
"system": "https://rtmms.nist.gov",
"display": "MDC_PULS_OXIM_SAT_O2"
}
]
},
"id": "example",
"unit": {
"coding": [
{
"code": "262688",
"system": "https://rtmms.nist.gov",
"display": "MDC_DIM_PERCENT"
}
]
}
}
{
"resourceType" : "DeviceMetric",
// from Resource: id, meta, implicitRules, and language
// from DomainResource: text, contained, extension, and modifierExtension
"identifier" : { Identifier }, // R! Unique identifier of this DeviceMetric
"type" : { CodeableConcept }, // R! Identity of metric, for example Heart Rate or PEEP Setting
"unit" : { CodeableConcept }, // Unit of Measure for the Metric
"source" : { Reference(Device) }, // Describes the link to the source Device
"parent" : { Reference(DeviceComponent) }, // Describes the link to the parent DeviceComponent
"operationalStatus" : "<code>", // on | off | standby | entered-in-error
"color" : "<code>", // black | red | green | yellow | blue | magenta | cyan | white
"category" : "<code>", // R! measurement | setting | calculation | unspecified
"measurementPeriod" : { Timing }, // Describes the measurement repetition time
"calibration" : [{ // Describes the calibrations that have been performed or that are required to be performed
"type" : "<code>", // unspecified | offset | gain | two-point
"state" : "<code>", // not-calibrated | calibration-required | calibrated | unspecified
"time" : "<instant>" // Describes the time last calibration has been performed
}]
}
The following search parameters can be used to query DeviceMetric resources. Just submit them like so:
https://api.1up.health/fhir/stu3/DeviceMetric?query-param=queryvalue
Search Parameter | Field Type | Resource Fields Searched |
---|---|---|
category | text | category |
identifier | text | identifier |
parent | reference | parent |
source | reference | source |
type | text | type |