MCC eCare Plan Implementation Guide
1.0.0 - STU1 United States of America flag

MCC eCare Plan Implementation Guide, published by HL7 International / Patient Care. This guide is not an authorized publication; it is the continuous build for version 1.0.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/HL7/fhir-us-mcc/ and changes regularly. See the Directory of published versions

: arterial-blood-gas-panel - JSON Representation

Raw json | Download


{
  "resourceType" : "Observation",
  "id" : "arterial-blood-gas-panel",
  "meta" : {
    "profile" : [
      🔗 "http://hl7.org/fhir/us/mcc/StructureDefinition/MCCLaboratoryResultObservation"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Observation arterial-blood-gas-panel</b></p><a name=\"arterial-blood-gas-panel\"> </a><a name=\"hcarterial-blood-gas-panel\"> </a><a name=\"arterial-blood-gas-panel-en-US\"> </a><p><b>status</b>: Final</p><p><b>category</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/observation-category laboratory}\">Lab</span>, <span title=\"Codes:{http://snomed.info/sct 252275004}\">Hematology</span></p><p><b>code</b>: <span title=\"Codes:{http://loinc.org 24336-0}\">Arterial Blood Gas</span></p><p><b>subject</b>: <a href=\"Patient-cc-pat-pnoelle.html\">Patricia Noelle  Female, DoB: 1955-01-15 ( Medical Record Number:\u00a0103270456\u00a0(use:\u00a0usual,\u00a0))</a></p><p><b>effective</b>: 2022-05-01</p><p><b>performer</b>: Performer Reference</p><p><b>specimen</b>: Specimen Reference</p><p><b>hasMember</b>: </p><ul><li><a href=\"Observation-ph-lab-observation.html\">pH</a></li><li><a href=\"Observation-hco3-arterial-observation.html\">HCO3</a></li><li><a href=\"Observation-pCO2-arterial-observation.html\">pCO2</a></li><li><a href=\"Observation-pO2-arterial-observation.html\">pO2</a></li></ul></div>"
  },
  "status" : "final",
  "category" : [
    {
      "coding" : [
        {
          "system" : "http://terminology.hl7.org/CodeSystem/observation-category",
          "code" : "laboratory",
          "display" : "Laboratory"
        }
      ],
      "text" : "Lab"
    },
    {
      "coding" : [
        {
          "system" : "http://snomed.info/sct",
          "code" : "252275004",
          "display" : "Hematology test (procedure)"
        }
      ],
      "text" : "Hematology"
    }
  ],
  "code" : {
    "coding" : [
      {
        "system" : "http://loinc.org",
        "code" : "24336-0",
        "display" : "Gas panel - Arterial blood"
      }
    ],
    "text" : "Arterial Blood Gas"
  },
  "subject" : {
    🔗 "reference" : "Patient/cc-pat-pnoelle"
  },
  "effectiveDateTime" : "2022-05-01",
  "performer" : [
    {
      "display" : "Performer Reference"
    }
  ],
  "specimen" : {
    "display" : "Specimen Reference"
  },
  "hasMember" : [
    {
      🔗 "reference" : "Observation/ph-lab-observation",
      "display" : "pH"
    },
    {
      🔗 "reference" : "Observation/hco3-arterial-observation",
      "display" : "HCO3"
    },
    {
      🔗 "reference" : "Observation/pCO2-arterial-observation",
      "display" : "pCO2"
    },
    {
      🔗 "reference" : "Observation/pO2-arterial-observation",
      "display" : "pO2"
    }
  ]
}