MyHealtheVet PHR FHIR API
0.3.9-current - ci-build United States of America flag

MyHealtheVet PHR FHIR API, published by VA Digital Services. This guide is not an authorized publication; it is the continuous build for version 0.3.9-current built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/department-of-veterans-affairs/mhv-fhir-phr-mapping/ and changes regularly. See the Directory of published versions

: CENTRAL VENOUS PRESSURE - JSON Representation

Page standards status: Informative

Raw json | Download


{
  "resourceType" : "Observation",
  "id" : "cb2adb6e-2991-4cbb-abd1-18b4e6c050f7",
  "meta" : {
    "profile" : [
      🔗 "https://department-of-veterans-affairs.github.io/mhv-fhir-phr-mapping/StructureDefinition/VA.MHV.PHR.vitals"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Observation cb2adb6e-2991-4cbb-abd1-18b4e6c050f7</b></p><a name=\"cb2adb6e-2991-4cbb-abd1-18b4e6c050f7\"> </a><a name=\"hccb2adb6e-2991-4cbb-abd1-18b4e6c050f7\"> </a><a name=\"cb2adb6e-2991-4cbb-abd1-18b4e6c050f7-en-US\"> </a><p><b>identifier</b>: <code>urn:oid:2.16.840.1.113883.4.349.4.989</code>/VitalSignTO.6544755\u00a0(use:\u00a0usual,\u00a0)</p><p><b>status</b>: Final</p><p><b>category</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/observation-category vital-signs}\">Vital Signs</span></p><p><b>code</b>: <span title=\"Codes:{http://loinc.org 8591-0}\">CENTRAL VENOUS PRESSURE</span></p><p><b>subject</b>: <a href=\"Patient-ex-MHV-patient-3.html\">CASEYONE CASEYLAST  Unknown, DoB: 1000-01-01 ( urn:oid:2.16.840.1.113883.4.349#3\u00a0(use:\u00a0usual,\u00a0))</a></p><p><b>effective</b>: 2023-10-26 11:33:31+0000</p><p><b>performer</b>: 000-EYE NON TREATMENT (LOC)</p><p><b>value</b>: 120 cmH2O<span style=\"background: LightGoldenRodYellow\"> (Details: UCUM  codecm[H2O] = 'cm[H2O]')</span></p><hr/><blockquote><p class=\"res-header-id\"><b>Generated Narrative: Location  #location-3713</b></p><a name=\"cb2adb6e-2991-4cbb-abd1-18b4e6c050f7/location-3713\"> </a><a name=\"hccb2adb6e-2991-4cbb-abd1-18b4e6c050f7/location-3713\"> </a><a name=\"cb2adb6e-2991-4cbb-abd1-18b4e6c050f7/location-3713-en-US\"> </a><p><b>identifier</b>: <code>urn:oid:2.16.840.1.113883.4.349.4.989</code>/HospitalLocationTO.3713\u00a0(use:\u00a0usual,\u00a0)</p><p><b>name</b>: 000-EYE NON TREATMENT (LOC)</p></blockquote></div>"
  },
  "contained" : [
    {
      "resourceType" : "Location",
      "id" : "location-3713",
      "meta" : {
        "profile" : [
          🔗 "https://department-of-veterans-affairs.github.io/mhv-fhir-phr-mapping/StructureDefinition/VA.MHV.PHR.location"
        ]
      },
      "identifier" : [
        {
          "use" : "usual",
          "system" : "urn:oid:2.16.840.1.113883.4.349.4.989",
          "value" : "HospitalLocationTO.3713"
        }
      ],
      "name" : "000-EYE NON TREATMENT (LOC)"
    }
  ],
  "identifier" : [
    {
      "use" : "usual",
      "system" : "urn:oid:2.16.840.1.113883.4.349.4.989",
      "value" : "VitalSignTO.6544755"
    }
  ],
  "status" : "final",
  "category" : [
    {
      "coding" : [
        {
          "system" : "http://terminology.hl7.org/CodeSystem/observation-category",
          "code" : "vital-signs"
        }
      ]
    }
  ],
  "code" : {
    "coding" : [
      {
        "system" : "http://loinc.org",
        "code" : "8591-0",
        "display" : "Central venous pressure (CVP) Mean"
      }
    ],
    "text" : "CENTRAL VENOUS PRESSURE"
  },
  "subject" : {
    🔗 "reference" : "Patient/ex-MHV-patient-3"
  },
  "effectiveDateTime" : "2023-10-26T11:33:31Z",
  "performer" : [
    {
      "extension" : [
        {
          "url" : "http://hl7.org/fhir/StructureDefinition/alternate-reference",
          "valueReference" : {
            "reference" : "#location-3713"
          }
        }
      ],
      "display" : "000-EYE NON TREATMENT (LOC)"
    }
  ],
  "valueQuantity" : {
    "value" : 120,
    "unit" : "cmH2O",
    "system" : "http://unitsofmeasure.org",
    "code" : "cm[H2O]"
  }
}