FHIR IG analytics| Package | hl7.fhir.uv.pocd |
| Resource Type | DeviceMetric |
| Id | DeviceMetric-ECGSampleArrayDeviceMetric.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: DeviceMetric
Resource DeviceMetric "ECGSampleArrayDeviceMetric"
Profile: Sample Array DeviceMetric profile
Resolution extension: 0.001
Sweep Speed extension: 25 mm/s (Details: UCUM code mm/s = 'mm/s')
type: ECG (ISO 11073-10101 Health informatics - Point-of-care#131328 "MDC_ECG_ELEC_POTL")
unit: mV (ISO 11073-10101 Health informatics - Point-of-care#266418 "MDC_DIM_MILLI_VOLT")
source: Device/PhysioMonitorMdsDevice
parent: Device/ECGChannelDevice
operationalStatus: on
color: green
category: measurement
{
"resourceType": "DeviceMetric",
"id": "ECGSampleArrayDeviceMetric",
"meta": {
"profile": [
"http://hl7.org/fhir/uv/pocd/StructureDefinition/SampleArrayDeviceMetric"
]
},
"text": {
"status": "extensions",
"div": "<!-- snip (see above) -->"
},
"extension": [
{
"url": "http://hl7.org/fhir/uv/pocd/StructureDefinition/resolution",
"valueDecimal": 0.001
},
{
"url": "http://hl7.org/fhir/uv/pocd/StructureDefinition/sweep-speed",
"valueQuantity": {
"value": 25,
"unit": "mm/s",
"system": "http://unitsofmeasure.org",
"code": "mm/s"
}
}
],
"type": {
"coding": [
{
"system": "urn:iso:std:iso:11073:10101",
"code": "131328",
"display": "MDC_ECG_ELEC_POTL"
}
],
"text": "ECG"
},
"unit": {
"coding": [
{
"system": "urn:iso:std:iso:11073:10101",
"code": "266418",
"display": "MDC_DIM_MILLI_VOLT"
}
],
"text": "mV"
},
"source": {
"reference": "Device/PhysioMonitorMdsDevice"
},
"parent": {
"reference": "Device/ECGChannelDevice"
},
"operationalStatus": "on",
"color": "green",
"category": "measurement"
}