PACIO Cognitive Status Implementation Guide
1.0.0 - STU 1 United States of America flag

PACIO Cognitive Status Implementation Guide, published by HL7 Patient Care Work Group. 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-pacio-cognitive-status/ and changes regularly. See the Directory of published versions

: CSC-Hospital-MMSE-1 - JSON Representation

Raw json | Download

{
  "resourceType" : "Observation",
  "id" : "CSC-Hospital-MMSE-1",
  "meta" : {
    "profile" : [
      🔗 "http://hl7.org/fhir/us/pacio-cs/StructureDefinition/pacio-csc"
    ]
  },
  "text" : {
    "status" : "extensions",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Observation CSC-Hospital-MMSE-1</b></p><a name=\"CSC-Hospital-MMSE-1\"> </a><a name=\"hcCSC-Hospital-MMSE-1\"> </a><a name=\"CSC-Hospital-MMSE-1-en-US\"> </a><p><b>Event Location</b>: <a href=\"Location-Org-Loc-01.html\">Location San Antonio General Hospital</a></p><p><b>status</b>: Final</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 72107-6}\">Mini-Mental State Examination [MMSE]</span></p><p><b>subject</b>: <a href=\"Patient-patientBSJ1.html\">Betsy Smith-Johnson (no stated gender), DoB Unknown</a></p><p><b>effective</b>: 2020-07-08 17:32:00-0500</p><p><b>performer</b>: <a href=\"PractitionerRole-Role-SLP-JennyGlass.html\">PractitionerRole Speech and language therapist</a></p><p><b>hasMember</b>: <a href=\"Observation-CSC-Hospital-MMSE-1-Ob-Question-31.html\">Observation Total score [MMSE]</a></p><p><b>derivedFrom</b>: <a href=\"QuestionnaireResponse-QResponse-Hospital-MMSE-1.html\">Response to Questionnaire 'http://example.org/Questionnaire/MDS3.0-NC-1.17' about '-&gt;Betsy Smith-Johnson (no stated gender), DoB Unknown'</a></p></div>"
  },
  "extension" : [
    {
      "url" : "http://hl7.org/fhir/StructureDefinition/event-location",
      "valueReference" : {
        🔗 "reference" : "Location/Org-Loc-01"
      }
    }
  ],
  "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" : "72107-6",
        "display" : "Mini-Mental State Examination [MMSE]"
      }
    ]
  },
  "subject" : {
    🔗 "reference" : "Patient/patientBSJ1"
  },
  "effectiveDateTime" : "2020-07-08T17:32:00-05:00",
  "performer" : [
    {
      🔗 "reference" : "PractitionerRole/Role-SLP-JennyGlass"
    }
  ],
  "hasMember" : [
    {
      🔗 "reference" : "Observation/CSC-Hospital-MMSE-1-Ob-Question-31"
    }
  ],
  "derivedFrom" : [
    {
      🔗 "reference" : "QuestionnaireResponse/QResponse-Hospital-MMSE-1"
    }
  ]
}