PACIO Cognitive Status Implementation Guide
0.1.0 - STU Ballot

This page is part of the PACIO Cognitive Status Implementation Guide (v0.1.0: STU 1 Ballot 1) based on FHIR R4. The current version which supercedes this version is 1.0.0. For a full list of available versions, see the Directory of published versions

: BCS-SNF-CAM-Admission-1-Ob-Question-1 - JSON Representation

Raw json | Download


{
  "resourceType" : "Observation",
  "id" : "BCS-SNF-CAM-Admission-1-Ob-Question-1",
  "meta" : {
    "profile" : [
      "http://hl7.org/fhir/us/pacio-cs/StructureDefinition/pacio-cs"
    ]
  },
  "text" : {
    "status" : "extensions",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative</b></p><h3>Ids</h3><table class=\"grid\"><tr><td>-</td></tr><tr><td>*</td></tr></table><h3>Meta</h3><table class=\"grid\"><tr><td>-</td></tr><tr><td>*</td></tr></table><p><b>Event Location</b>: </p><p></p><p><b>category</b>: <span title=\"Codes: {http://terminology.hl7.org/CodeSystem/observation-category laboratory}\">Laboratory</span></p><p><b>code</b>: <span title=\"Codes: {http://loinc.org 54632-5}\">Acute Onset Mental Status Change. Is there evidence of an acute change in mental status from the resident's baseline?</span></p><p><b>subject</b>: <a href=\"Patient-patientBSJ1.html\">Generated Summary: Betsy Smith-Johnson </a></p><p><b>effective</b>: Apr 9, 2020 11:00:00 PM</p><p><b>performer</b>: </p><ul><li><a href=\"Practitioner-Practitioner-HoneyJones.html\">Generated Summary: active; Honey Jones ; gender: female</a></li><li><a href=\"PractitionerRole-Role-RN.html\">Generated Summary: active; <span title=\"Codes: {http://snomed.info/sct 224535009}\">Registered Nurse</span></a></li><li><a href=\"Organization-Org-02.html\">Organization. Generated Summary: name: Happy Nursing Facility</a></li></ul><p><b>value</b>: <span title=\"Codes: {http://loinc.org LA32-8}\">No</span></p><p><b>derivedFrom</b>: <a href=\"QuestionnaireResponse-QResponse-SNF-CAM-Admission-1.html\">Generated Summary: status: completed; authored: Apr 9, 2020 11:00:00 PM</a></p></div>"
  },
  "extension" : [
    {
      "url" : "http://hl7.org/fhir/StructureDefinition/event-location",
      "valueReference" : {
        "reference" : "Location/Org-Loc-02"
      }
    }
  ],
  "status" : "final",
  "category" : [
    {
      "coding" : [
        {
          "system" : "http://terminology.hl7.org/CodeSystem/observation-category",
          "code" : "laboratory"
        }
      ]
    }
  ],
  "code" : {
    "coding" : [
      {
        "system" : "http://loinc.org",
        "code" : "54632-5",
        "display" : "Acute onset mental status change [CAM.CMS]"
      }
    ],
    "text" : "Acute Onset Mental Status Change. Is there evidence of an acute change in mental status from the resident's baseline?"
  },
  "subject" : {
    "reference" : "Patient/patientBSJ1"
  },
  "effectiveDateTime" : "2020-04-09T18:00:00-05:00",
  "performer" : [
    {
      "reference" : "Practitioner/Practitioner-HoneyJones"
    },
    {
      "reference" : "PractitionerRole/Role-RN"
    },
    {
      "reference" : "Organization/Org-02",
      "display" : "Organization"
    }
  ],
  "valueCodeableConcept" : {
    "coding" : [
      {
        "system" : "http://loinc.org",
        "code" : "LA32-8",
        "display" : "No"
      }
    ],
    "text" : "No"
  },
  "derivedFrom" : [
    {
      "reference" : "QuestionnaireResponse/QResponse-SNF-CAM-Admission-1"
    }
  ]
}