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
@prefix fhir: <http://hl7.org/fhir/> .
@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-Hospital-MOCA-1"];
fhir:Resource.meta [
fhir:Meta.profile [
fhir:value "http://hl7.org/fhir/us/pacio-cs/StructureDefinition/pacio-cognition-qr";
fhir:index 0;
fhir:link <http://hl7.org/fhir/us/pacio-cs/StructureDefinition/pacio-cognition-qr> ]
];
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><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>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><blockquote><p><b>item</b></p><h3>Ids</h3><table class=\"grid\"><tr><td>-</td></tr><tr><td>*</td></tr></table><p><b>linkId</b>: MoCA</p><p><b>text</b>: Montreal Cognitive Assessment [MoCA]</p><blockquote><p><b>item</b></p><h3>Ids</h3><table class=\"grid\"><tr><td>-</td></tr><tr><td>*</td></tr></table><p><b>linkId</b>: MoCA/TotalScore</p><p><b>text</b>: Total score [MoCA]</p><h3>Answers</h3><table class=\"grid\"><tr><td>-</td></tr><tr><td>*</td></tr></table></blockquote></blockquote></div>"
];
fhir:QuestionnaireResponse.status [ fhir:value "completed"];
fhir:QuestionnaireResponse.subject [
fhir:Reference.reference [ fhir:value "Patient/patientBSJ1" ]
];
fhir:QuestionnaireResponse.authored [ fhir:value "2020-07-08T17:32:00-05:00"^^xsd:dateTime];
fhir:QuestionnaireResponse.item [
fhir:index 0;
fhir:Element.id [ fhir:value "72133-2" ];
fhir:QuestionnaireResponse.item.linkId [ fhir:value "MoCA" ];
fhir:QuestionnaireResponse.item.text [ fhir:value "Montreal Cognitive Assessment [MoCA]" ];
fhir:QuestionnaireResponse.item.item [
fhir:index 0;
fhir:Element.id [ fhir:value "72172-0" ];
fhir:QuestionnaireResponse.item.linkId [ fhir:value "MoCA/TotalScore" ];
fhir:QuestionnaireResponse.item.text [ fhir:value "Total score [MoCA]" ];
fhir:QuestionnaireResponse.item.answer [
fhir:index 0;
fhir:QuestionnaireResponse.item.answer.valueReference [
fhir:Reference.reference [ fhir:value "Observation/BCS-Hospital-MOCA-1" ] ] ] ]
].
# - ontology header ------------------------------------------------------------
a owl:Ontology;
owl:imports fhir:fhir.ttl.