PACIO Cognitive Status Implementation Guide
1.0.0 - STU 1

PACIO Cognitive Status Implementation Guide, published by HL7 Patient Care Work Group. This is not an authorized publication; it is the continuous build for version 1.0.0). This version is based on the current content of https://github.com/HL7/fhir-pacio-cognitive-status/ and changes regularly. See the Directory of published versions

: CSC-SNF-CAM-Admission-1-Ob-Question-5 - JSON Representation

Raw json | Download


{
  "resourceType" : "Observation",
  "id" : "CSC-SNF-CAM-Admission-1-Ob-Question-5",
  "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><p><b>ObservationEventLocation</b>: <a href=\"Location-Org-Loc-02.html\">Generated Summary: status: active; name: Happy Nursing Facility</a></p><p></p><p><b>category</b>: <span title=\"Codes: {http://hl7.org/fhir/us/pacio-cs/CodeSystem/pacio-cat-cs functioning}\">Functioning</span>, <span title=\"Codes: {http://terminology.hl7.org/CodeSystem/observation-category survey}\">Survey</span></p><p><b>code</b>: <span title=\"Codes: {http://loinc.org 54629-1}\">Disorganized Thinking - Was the resident's thinking disorganized or incoherent (rambling or irrelevant conversation, unclear or illogical flow of ideas, or unpredictable switching from subject to subject)?</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>: <a href=\"PractitionerRole-Role-SLP-HoneyJones.html\">Generated Summary: active: true; <span title=\"Codes: {http://snomed.info/sct 159026005}\">Speech and language therapist</span></a></p><p><b>value</b>: <span title=\"Codes: {http://loinc.org LA61-7}\">Behavior not present</span></p><p><b>derivedFrom</b>: <a href=\"QuestionnaireResponse-QResponse-SNF-CAM-Admission-1.html\">Generated Summary: questionnaire: http://example.org/Questionnaire/MDS3.0-NC-1.17; status: completed; authored: Apr 9, 2020, 11:00:00 PM</a></p></div>"
  },
  "extension" : [
    {
      "url" : "http://hl7.org/fhir/us/pacio-cs/StructureDefinition/event-location",
      "valueReference" : {
        "reference" : "Location/Org-Loc-02"
      }
    }
  ],
  "status" : "final",
  "category" : [
    {
      "coding" : [
        {
          "system" : "http://hl7.org/fhir/us/pacio-cs/CodeSystem/pacio-cat-cs",
          "code" : "functioning",
          "display" : "Functioning"
        }
      ]
    },
    {
      "coding" : [
        {
          "system" : "http://terminology.hl7.org/CodeSystem/observation-category",
          "code" : "survey",
          "display" : "Survey"
        }
      ]
    }
  ],
  "code" : {
    "coding" : [
      {
        "system" : "http://loinc.org",
        "code" : "54629-1",
        "display" : "Disorganized thinking in last 7 days [CAM.CMS]"
      }
    ],
    "text" : "Disorganized Thinking - Was the resident's thinking disorganized or incoherent (rambling or irrelevant conversation, unclear or illogical flow of ideas, or unpredictable switching from subject to subject)?"
  },
  "subject" : {
    "reference" : "Patient/patientBSJ1"
  },
  "effectiveDateTime" : "2020-04-09T18:00:00-05:00",
  "performer" : [
    {
      "reference" : "PractitionerRole/Role-SLP-HoneyJones"
    }
  ],
  "valueCodeableConcept" : {
    "coding" : [
      {
        "system" : "http://loinc.org",
        "code" : "LA61-7",
        "display" : "Behavior not present"
      }
    ],
    "text" : "Behavior not present"
  },
  "derivedFrom" : [
    {
      "reference" : "QuestionnaireResponse/QResponse-SNF-CAM-Admission-1"
    }
  ]
}