DeviceMetric.measurementPeriod
FHIR attribute (r4)
In the DeviceMetric resource for FHIR r4 , the measurementPeriod attribute identifies the Describes the measurement repetition time
measurementPeriod (DeviceMetric) description
Attribute Name: measurementPeriod
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
DeviceMetric.measurementPeriod Example
"measurementPeriod": {
"repeat": {
"frequency": 1,
"period": 1,
"periodUnit": "s"
}
}
DeviceMetric attributes
AttributeField is listTypeDescription
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"
}
]
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"
}
]
}
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"
}
]
}
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"
}
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"
}
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"
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
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"
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"
}
}
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"
}
]