DeviceMetric - FHIR Resource (dstu2)
This DeviceMetric Resource uses the
FHIR API standard for access and structure.
Resource Attributes
Attribute | Field is list | Type | Description |
---|
calibration | true | Data Type | Describes the calibrations that have been performed or that are required to be performed
|
category | false | code | measurement | setting | calculation | unspecified
|
color | false | code | black | red | green | yellow | blue | magenta | cyan | white
|
identifier | false | Identifier | Unique identifier of this DeviceMetric
|
measurementPeriod | false | Timing | Describes the measurement repetition time
|
operationalStatus | false | code | on | off | standby
|
parent | false | Reference | Describes the link to the parent DeviceComponent
|
source | false | Reference | Describes the link to the source Device
|
type | false | CodeableConcept | Type of metric
|
unit | false | CodeableConcept | Unit of metric
|
DeviceMetric Structure
{
"resourceType" : "DeviceMetric",
// from Resource: id, meta, implicitRules, and language
// from DomainResource: text, contained, extension, and modifierExtension
"type" : { CodeableConcept }, // R! Type of metric
"identifier" : { Identifier }, // R! Unique identifier of this DeviceMetric
"unit" : { CodeableConcept }, // Unit of 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
"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
}]
}
DeviceMetric Search Parameters
The following search parameters can be used to query DeviceMetric resources. Just submit the like so:
https://api.1up.health/fhir/dstu2/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 |