PACIO Cognitive Status Implementation Guide - Local Development build (v0.1.0). See the Directory of published versions
@prefix fhir: <http://hl7.org/fhir/> .
@prefix loinc: <http://loinc.org/rdf#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
# - resource -------------------------------------------------------------------
a fhir:QuestionnaireResponse;
fhir:nodeRole fhir:treeRoot;
fhir:Resource.id [ fhir:value "QResponse-SNF-CAM-Admission-1"];
fhir:DomainResource.text [
fhir:Narrative.status [ fhir:value "generated" ];
fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative</b></p><p><b>questionnaire</b>: <a href=\"http://paciowg.github.io/cognitive-status-ig/MDS3.0-NC-1.17\">http://paciowg.github.io/cognitive-status-ig/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>: Apr 9, 2020, 4:00:00 PM</p><blockquote><p><b>item</b></p><p><b>linkId</b>: Section-3</p><p><b>text</b>: Cognitive Patterns</p><blockquote><p><b>item</b></p><p><b>linkId</b>: Section-3/C1310</p><p><b>text</b>: Signs and Symptoms of Delirium (from CAM)</p></blockquote></blockquote></div>"
];
fhir:QuestionnaireResponse.questionnaire [
fhir:value "http://paciowg.github.io/cognitive-status-ig/MDS3.0-NC-1.17";
fhir:link <http://paciowg.github.io/cognitive-status-ig/MDS3.0-NC-1.17>
];
fhir:QuestionnaireResponse.status [ fhir:value "completed"];
fhir:QuestionnaireResponse.subject [
fhir:Reference.reference [ fhir:value "Patient/patientBSJ1" ]
];
fhir:QuestionnaireResponse.authored [ fhir:value "2020-04-09T18:00:00-05:00"^^xsd:dateTime];
fhir:QuestionnaireResponse.item [
fhir:index 0;
fhir:QuestionnaireResponse.item.linkId [ fhir:value "Section-3" ];
fhir:QuestionnaireResponse.item.text [ fhir:value "Cognitive Patterns" ];
fhir:QuestionnaireResponse.item.item [
fhir:index 0;
fhir:QuestionnaireResponse.item.linkId [ fhir:value "Section-3/C1310" ];
fhir:QuestionnaireResponse.item.text [ fhir:value "Signs and Symptoms of Delirium (from CAM)" ];
fhir:QuestionnaireResponse.item.item [
fhir:index 0;
fhir:QuestionnaireResponse.item.linkId [ fhir:value "Section-3/C1310A" ];
fhir:QuestionnaireResponse.item.text [ fhir:value "Is there evidence of an acute change in mental status from the patients baseline?" ];
fhir:QuestionnaireResponse.item.answer [
fhir:index 0;
fhir:QuestionnaireResponse.item.answer.valueCoding [
a loinc:LA32-8;
fhir:Coding.system [ fhir:value "http://loinc.org" ];
fhir:Coding.code [ fhir:value "LA32-8" ];
fhir:Coding.display [ fhir:value "No" ] ] ] ], [
fhir:index 1;
fhir:QuestionnaireResponse.item.linkId [ fhir:value "Section-3/C1310B" ];
fhir:QuestionnaireResponse.item.text [ fhir:value "Did the patient have difficulty focusing attention, for example being easily distractible, or having difficulty keeping track of what was being said?" ];
fhir:QuestionnaireResponse.item.answer [
fhir:index 0;
fhir:QuestionnaireResponse.item.answer.valueCoding [
a loinc:LA61-7;
fhir:Coding.system [ fhir:value "http://loinc.org" ];
fhir:Coding.code [ fhir:value "LA61-7" ];
fhir:Coding.display [ fhir:value "Behavior not present" ] ] ] ], [
fhir:index 2;
fhir:QuestionnaireResponse.item.linkId [ fhir:value "Section-3/C1310C" ];
fhir:QuestionnaireResponse.item.text [ fhir:value "Did the resident have altered level of consiousness as indicated by any of the following criteria: (1) Vigilant - startles easily to any sound or touch, (2) Lethargic - repeatedly dozed off when being asked questions, but responded to voice or touch, (3) Stuporous - very difficult to arouse and keep aroused for the interview, (4) Comatose - could not be aroused" ];
fhir:QuestionnaireResponse.item.answer [
fhir:index 0;
fhir:QuestionnaireResponse.item.answer.valueCoding [
a loinc:LA61-7;
fhir:Coding.system [ fhir:value "http://loinc.org" ];
fhir:Coding.code [ fhir:value "LA61-7" ];
fhir:Coding.display [ fhir:value "Behavior not present" ] ] ] ] ]
].
# - ontology header ------------------------------------------------------------
a owl:Ontology;
owl:imports fhir:fhir.ttl.