Point-of-Care Device Implementation Guide
0.3.0 - STU 1 Ballot

This page is part of the Point-of-care Device FHIR IG (v0.3.0: STU 1 Ballot 3) based on FHIR R4. . For a full list of available versions, see the Directory of published versions

: CVP Sample Array metric example - JSON Representation

Raw json | Download


{
  "resourceType" : "DeviceMetric",
  "id" : "CVPSampleArrayDeviceMetric",
  "meta" : {
    "profile" : [
      "http://hl7.org/fhir/uv/pocd/StructureDefinition/SampleArrayDeviceMetric"
    ]
  },
  "text" : {
    "status" : "extensions",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative</b></p><p><b>Sweep Speed extension</b>: 25 mm/s</p><blockquote><p><b>Visual Grid extension</b></p><p><b>value</b>: 0 mmHg</p><p><b>value</b>: 10 mmHg</p><p><b>value</b>: 0</p></blockquote><blockquote><p><b>Visual Grid extension</b></p><p><b>value</b>: 5 mmHg</p><p><b>value</b>: 1</p></blockquote><p><b>type</b>: <span title=\"Codes: {urn:iso:std:iso:11073:10101 150084}\">CVP</span></p><p><b>unit</b>: <span title=\"Codes: {urn:iso:std:iso:11073:10101 266016}\">mmHg</span></p><p><b>source</b>: <a href=\"Device-PhysioMonitorMdsDevice.html\">Generated Summary: id: 01-23-45-67-89-AB-CD-EF; status: active; manufacturer: MyCompany; serialNumber: 123456; modelNumber: PM1; <span title=\"Codes: {urn:iso:std:iso:11073:10101 69965}\">Patient Monitor</span></a></p><p><b>parent</b>: <a href=\"Device-BloodPressureChannelDevice.html\">Generated Summary: status: active; <span title=\"Codes: {urn:iso:std:iso:11073:10101 69711}\">MDC_DEV_ANALY_PRESS_BLD_CHAN</span></a></p><p><b>operationalStatus</b>: on</p><p><b>color</b>: cyan</p><p><b>category</b>: measurement</p><h3>Calibrations</h3><table class=\"grid\"><tr><td>-</td><td><b>Type</b></td><td><b>State</b></td><td><b>Time</b></td></tr><tr><td>*</td><td>offset</td><td>calibrated</td><td>Jul 9, 2021 8:20:30 AM</td></tr></table></div>"
  },
  "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"
    }
  ]
}