DeviceMetric.calibration FHIR attribute (r4) In the DeviceMetric resource for FHIR r4 , the calibration attribute identifies the Describes the calibrations that have been performed or that are required to be performed
calibration (DeviceMetric) description Attribute Name: calibration
Description: Describes the calibrations that have been performed or that are required to be performed
Attribute Type :
Required: N/A
Countability: Array
Flags: N/A
Terminology bindings: N/A
Requirements: N/A
Comments: N/A
DeviceMetric.calibration Example "calibration": [
{
"type": "two-point",
"state": "calibrated",
"time": "2016-12-28T09:03:04-05:00"
}
]
DeviceMetric attributes Attribute Field is list Type Description
identifier
true
Identifier
Instance identifier
Description: Instance identifier
Attribute Type : Identifier
Required: N/A
Countability: Array
Flags: N/A
Terminology bindings: N/A
Requirements: N/A
Comments: N/A
Example: "identifier": [
{
"system": "http://goodcare.org/devicemetric/id",
"value": "345675"
}
]
type
false
CodeableConcept
Identity of metric, for example Heart Rate or PEEP Setting
Description: Identity of metric, for example Heart Rate or PEEP Setting
Attribute Type : CodeableConcept
Required: N/A
Countability: Singleton
Flags: N/A
Terminology bindings: N/A
Requirements: N/A
Comments: N/A
Example: "type": {
"coding": [
{
"system": "urn:iso:std:iso:11073:10101",
"code": "150456",
"display": "MDC_PULS_OXIM_SAT_O2"
}
]
}
unit
false
CodeableConcept
Unit of Measure for the Metric
Description: Unit of Measure for the Metric
Attribute Type : CodeableConcept
Required: N/A
Countability: Singleton
Flags: N/A
Terminology bindings: N/A
Requirements: N/A
Comments: N/A
Example: "unit": {
"coding": [
{
"system": "urn:iso:std:iso:11073:10101",
"code": "262688",
"display": "MDC_DIM_PERCENT"
}
]
}
source
false
Reference
Describes the link to the source Device
Description: Describes the link to the source Device
Attribute Type : Reference
Required: N/A
Countability: Singleton
Flags: N/A
Terminology bindings: N/A
Requirements: N/A
Comments: N/A
Example: "source": {
"reference": "Device/dev1"
}
parent
false
Reference
Describes the link to the parent Device
Description: Describes the link to the parent Device
Attribute Type : Reference
Required: N/A
Countability: Singleton
Flags: N/A
Terminology bindings: N/A
Requirements: N/A
Comments: N/A
Example: "parent": {
"reference": "DeviceDefinition/dc102"
}
operationalStatus
false
code
on | off | standby | entered-in-error
Description: on | off | standby | entered-in-error
Attribute Type : code
Required: N/A
Countability: Singleton
Flags: N/A
Terminology bindings: N/A
Requirements: N/A
Comments: N/A
Example: "operationalStatus": "on"
color
false
code
black | red | green | yellow | blue | magenta | cyan | white
Description: black | red | green | yellow | blue | magenta | cyan | white
Attribute Type : code
Required: N/A
Countability: Singleton
Flags: N/A
Terminology bindings: N/A
Requirements: N/A
Comments: N/A
category
false
code
measurement | setting | calculation | unspecified
Description: measurement | setting | calculation | unspecified
Attribute Type : code
Required: N/A
Countability: Singleton
Flags: N/A
Terminology bindings: N/A
Requirements: N/A
Comments: N/A
Example: "category": "measurement"
measurementPeriod
false
Timing
Describes the measurement repetition time
Description: Describes the measurement repetition time
Attribute Type : Timing
Required: N/A
Countability: Singleton
Flags: N/A
Terminology bindings: N/A
Requirements: N/A
Comments: N/A
Example: "measurementPeriod": {
"repeat": {
"frequency": 1,
"period": 1,
"periodUnit": "s"
}
}
calibration
true
Data Type
Describes the calibrations that have been performed or that are required to be performed
Description: Describes the calibrations that have been performed or that are required to be performed
Attribute Type : Data Type
Required: N/A
Countability: Array
Flags: N/A
Terminology bindings: N/A
Requirements: N/A
Comments: N/A
Example: "calibration": [
{
"type": "two-point",
"state": "calibrated",
"time": "2016-12-28T09:03:04-05:00"
}
]