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

: CSC-SNF-PHQ9-1-Ob-Question-11 - TTL Representation

Raw ttl | Download


@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:Observation;
  fhir:nodeRole fhir:treeRoot;
  fhir:Resource.id [ fhir:value "CSC-SNF-PHQ9-1-Ob-Question-11"];
  fhir:Resource.meta [
     fhir:Meta.profile [
       fhir:value "http://hl7.org/fhir/us/pacio-cs/StructureDefinition/pacio-cs";
       fhir:index 0;
       fhir:link <http://hl7.org/fhir/us/pacio-cs/StructureDefinition/pacio-cs>     ]
  ];
  fhir:DomainResource.text [
     fhir:Narrative.status [ fhir:value "extensions" ];
     fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative</b></p><p><b>ObservationEventLocation</b>: <a href=\"Location-Org-Loc-03.html\">Generated Summary: status: active; name: Sky Harbor Home Health Services</a></p><p></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 54636-6}\">Little interest or pleasure in doing things</span></p><p><b>subject</b>: <a href=\"Patient-patientBSJ1.html\">Generated Summary: Betsy Smith-Johnson</a></p><p><b>effective</b>: Jul 11, 2020, 4:30:00 PM</p><p><b>performer</b>: <a href=\"PractitionerRole-Role-SLP-LunaBaskins.html\">Generated Summary: active: true; <span title=\"Codes: {http://snomed.info/sct 159026005}\">Speech and language therapist</span></a></p><p><b>value</b>: <span title=\"Codes: {http://loinc.org LA33-6}\">Yes</span></p><p><b>derivedFrom</b>: <a href=\"QuestionnaireResponse-QResponse-SNF-PHQ9-1.html\">Generated Summary: questionnaire: http://example.org/Questionnaire/MDS3.0-NC-1.17; status: completed; authored: Jul 11, 2020, 4:30:00 PM</a></p></div>"
  ];
  fhir:DomainResource.extension [
     fhir:index 0;
     fhir:Extension.url [ fhir:value "http://hl7.org/fhir/us/pacio-cs/StructureDefinition/event-location" ];
     fhir:Extension.valueReference [
       fhir:Reference.reference [ fhir:value "Location/Org-Loc-03" ]     ]
  ];
  fhir:Observation.status [ fhir:value "final"];
  fhir:Observation.category [
     fhir:index 0;
     fhir:CodeableConcept.coding [
       fhir:index 0;
       fhir:Coding.system [ fhir:value "http://hl7.org/fhir/us/pacio-cs/CodeSystem/pacio-cat-cs" ];
       fhir:Coding.code [ fhir:value "functioning" ];
       fhir:Coding.display [ fhir:value "Functioning" ]     ]
  ], [
     fhir:index 1;
     fhir:CodeableConcept.coding [
       fhir:index 0;
       fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/observation-category" ];
       fhir:Coding.code [ fhir:value "survey" ]     ]
  ];
  fhir:Observation.code [
     fhir:CodeableConcept.coding [
       fhir:index 0;
       a loinc:54636-6;
       fhir:Coding.system [ fhir:value "http://loinc.org" ];
       fhir:Coding.code [ fhir:value "54636-6" ];
       fhir:Coding.display [ fhir:value "Little interest or pleasure in doing things in last 2 weeks.presence [Reported PHQ-9 CMS]" ]     ];
     fhir:CodeableConcept.text [ fhir:value "Little interest or pleasure in doing things" ]
  ];
  fhir:Observation.subject [
     fhir:Reference.reference [ fhir:value "Patient/patientBSJ1" ]
  ];
  fhir:Observation.effectiveDateTime [ fhir:value "2020-07-11T11:30:00-05:00"^^xsd:dateTime];
  fhir:Observation.performer [
     fhir:index 0;
     fhir:Reference.reference [ fhir:value "PractitionerRole/Role-SLP-LunaBaskins" ]
  ];
  fhir:Observation.valueCodeableConcept [
     fhir:CodeableConcept.coding [
       fhir:index 0;
       a loinc:LA33-6;
       fhir:Coding.system [ fhir:value "http://loinc.org" ];
       fhir:Coding.code [ fhir:value "LA33-6" ];
       fhir:Coding.display [ fhir:value "Yes" ]     ];
     fhir:CodeableConcept.text [ fhir:value "Yes" ]
  ];
  fhir:Observation.derivedFrom [
     fhir:index 0;
     fhir:Reference.reference [ fhir:value "QuestionnaireResponse/QResponse-SNF-PHQ9-1" ]
  ].

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

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