PACIO Cognitive Status Implementation Guide
0.1.0 - STU Ballot

PACIO Cognitive Status Implementation Guide - Local Development build (v0.1.0). See the Directory of published versions

: QResponse-Hospital-MMSE-1 - TTL Representation

Raw ttl | Download


@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-MMSE-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>: Jul 8, 2020, 3:32:00 PM</p><p><b>author</b>: <a href=\"PractitionerRole-Role-SLP-JennyGlass.html\">Generated Summary: active; <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>: MMSE</p><p><b>text</b>: Mini-Mental State Examination [MMSE]</p><blockquote><p><b>item</b></p><p><b>linkId</b>: MMSE/ToTalScore</p><p><b>text</b>: MMSE Total Score</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-07-08T17:32:00-05:00"^^xsd:dateTime];
  fhir:QuestionnaireResponse.author [
     fhir:Reference.reference [ fhir:value "PractitionerRole/Role-SLP-JennyGlass" ]
  ];
  fhir:QuestionnaireResponse.item [
     fhir:index 0;
     fhir:QuestionnaireResponse.item.linkId [ fhir:value "MMSE" ];
     fhir:QuestionnaireResponse.item.text [ fhir:value "Mini-Mental State Examination [MMSE]" ];
     fhir:QuestionnaireResponse.item.item [
       fhir:index 0;
       fhir:QuestionnaireResponse.item.linkId [ fhir:value "MMSE/ToTalScore" ];
       fhir:QuestionnaireResponse.item.text [ fhir:value "MMSE Total Score" ];
       fhir:QuestionnaireResponse.item.answer [
         fhir:index 0;
         fhir:QuestionnaireResponse.item.answer.valueQuantity [
           fhir:Quantity.value [ fhir:value "20"^^xsd:decimal ];
           fhir:Quantity.system [ fhir:value "http://unitsofmeasure.org" ];
           fhir:Quantity.code [ fhir:value "{score}" ]         ]       ]     ]
  ].

# - ontology header ------------------------------------------------------------

 a owl:Ontology;
  owl:imports fhir:fhir.ttl.