FHIR IG analytics| Package | hl7.fhir.uv.pocd |
| Resource Type | DeviceMetric |
| Id | DeviceMetric-CVPSampleArrayDeviceMetric.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 "CVPSampleArrayDeviceMetric"
Profile: Sample Array DeviceMetric profile
Sweep Speed extension: 25 mm/s (Details: UCUM code mm/s = 'mm/s')
Visual Grid extension
url
positionvalue: 0 mmHg (Details: UCUM code mm[Hg] = 'mm[Hg]')
url
positionvalue: 10 mmHg (Details: UCUM code mm[Hg] = 'mm[Hg]')
url
levelvalue: 0
Visual Grid extension
url
positionvalue: 5 mmHg (Details: UCUM code mm[Hg] = 'mm[Hg]')
url
levelvalue: 1
type: CVP (ISO 11073-10101 Health informatics - Point-of-care#150084 "MDC_PRESS_BLD_VEN_CENT")
unit: mmHg (ISO 11073-10101 Health informatics - Point-of-care#266016 "MDC_DIM_MMHG")
source: Device/PhysioMonitorMdsDevice
parent: Device/BloodPressureChannelDevice
operationalStatus: on
color: cyan
category: measurement
| Type | State | Time |
| offset | calibrated | Jul 9, 2021, 8:20:30 AM |
{
"resourceType": "DeviceMetric",
"id": "CVPSampleArrayDeviceMetric",
"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/sweep-speed",
"valueQuantity": {
"value": 25,
"unit": "mm/s",
"system": "http://unitsofmeasure.org",
"code": "mm/s"
}
},
{
"url": "http://hl7.org/fhir/uv/pocd/StructureDefinition/visual-grid",
"extension": [
{
"url": "position",
"valueQuantity": {
"value": 0,
"unit": "mmHg",
"system": "http://unitsofmeasure.org",
"code": "mm[Hg]"
}
},
{
"url": "position",
"valueQuantity": {
"value": 10,
"unit": "mmHg",
"system": "http://unitsofmeasure.org",
"code": "mm[Hg]"
}
},
{
"url": "level",
"valueUnsignedInt": 0
}
]
},
{
"url": "http://hl7.org/fhir/uv/pocd/StructureDefinition/visual-grid",
"extension": [
{
"url": "position",
"valueQuantity": {
"value": 5,
"unit": "mmHg",
"system": "http://unitsofmeasure.org",
"code": "mm[Hg]"
}
},
{
"url": "level",
"valueUnsignedInt": 1
}
]
}
],
"type": {
"coding": [
{
"system": "urn:iso:std:iso:11073:10101",
"code": "150084",
"display": "MDC_PRESS_BLD_VEN_CENT"
}
],
"text": "CVP"
},
"unit": {
"coding": [
{
"system": "urn:iso:std:iso:11073:10101",
"code": "266016",
"display": "MDC_DIM_MMHG"
}
],
"text": "mmHg"
},
"source": {
"reference": "Device/PhysioMonitorMdsDevice"
},
"parent": {
"reference": "Device/BloodPressureChannelDevice"
},
"operationalStatus": "on",
"color": "cyan",
"category": "measurement",
"calibration": [
{
"type": "offset",
"state": "calibrated",
"time": "2021-07-09T10:20:30+02:00"
}
]
}