FHIR © HL7.org  |  FHIRsmith 4.0.1  |  Server Home  |  XIG Home  |  XIG Stats  | 

FHIR IG analytics

Packagehl7.fhir.uv.pocd
Resource TypeDeviceMetric
IdDeviceMetric-CVPSampleArrayDeviceMetric.json
FHIR VersionR4

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

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

position

value: 0 mmHg (Details: UCUM code mm[Hg] = 'mm[Hg]')

url

position

value: 10 mmHg (Details: UCUM code mm[Hg] = 'mm[Hg]')

url

level

value: 0

Visual Grid extension

url

position

value: 5 mmHg (Details: UCUM code mm[Hg] = 'mm[Hg]')

url

level

value: 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

Calibrations

-TypeStateTime
*offsetcalibratedJul 9, 2021, 8:20:30 AM

Source1

{
  "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"
    }
  ]
}