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

: QResponse-Hospital-MOCA-1 - XML Representation

Raw xml | Download



<QuestionnaireResponse xmlns="http://hl7.org/fhir">
  <id value="QResponse-Hospital-MOCA-1"/>
  <meta>
    <profile
             value="http://hl7.org/fhir/uv/sdc/StructureDefinition/sdc-questionnaireresponse"/>
  </meta>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><p><b>Generated Narrative</b></p><p><b>questionnaire</b>: <a href="http://example.org/Questionnaire/MDS3.0-NC-1.17">http://example.org/Questionnaire/MDS3.0-NC-1.17</a></p><p><b>status</b>: completed</p><p><b>subject</b>: <a href="Patient-patientBSJ1.html">Generated Summary: Betsy Smith-Johnson</a></p><p><b>authored</b>: Jul 8, 2020, 10:32:00 PM</p><p><b>author</b>: <a href="PractitionerRole-Role-SLP-JennyGlass.html">Generated Summary: active: true; <span title="Codes: {http://snomed.info/sct 159026005}">Speech and language therapist</span></a></p><blockquote><p><b>item</b></p><p><b>linkId</b>: MoCA</p><p><b>text</b>: Montreal Cognitive Assessment [MoCA]</p><blockquote><p><b>item</b></p><p><b>linkId</b>: MoCA/TotalScore</p><p><b>text</b>: Total score [MoCA]</p></blockquote></blockquote></div>
  </text>
  <questionnaire value="http://example.org/Questionnaire/MDS3.0-NC-1.17">
    <extension url="http://hl7.org/fhir/StructureDefinition/display">
      <valueString
                   value="Minimum Data Set (MDS) - version 3.0 - Resident Assessment Instrument (RAI) version 1.17.1 [CMS Assessment]"/>
    </extension>
  </questionnaire>
  <status value="completed"/>
  <subject>
    <reference value="Patient/patientBSJ1"/>
  </subject>
  <authored value="2020-07-08T17:32:00-05:00"/>
  <author>
    <reference value="PractitionerRole/Role-SLP-JennyGlass"/>
  </author>
  <item>
    <linkId value="MoCA"/>
    <text value="Montreal Cognitive Assessment [MoCA]"/>
    <item>
      <linkId value="MoCA/TotalScore"/>
      <text value="Total score [MoCA]"/>
      <answer>
        <valueQuantity>
          <value value="18"/>
          <system value="http://unitsofmeasure.org"/>
          <code value="{score}"/>
        </valueQuantity>
      </answer>
    </item>
  </item>
</QuestionnaireResponse>