PACIO Cognitive Status Implementation Guide, published by HL7 Patient Care Work Group. This guide is not an authorized publication; it is the continuous build for version 1.0.0 built by the FHIR (HL7® FHIR® Standard) CI Build. 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-Hospital-MMSE-1-Ob-Question-31 - TTL Representation
Raw ttl | Download
@prefix fhir: <http://hl7.org/fhir/> .
@prefix loinc: <https://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:id [ fhir:v "CSC-Hospital-MMSE-1-Ob-Question-31"] ; #
fhir:meta [
( fhir:profile [
fhir:v "http://hl7.org/fhir/us/pacio-cs/StructureDefinition/pacio-cs"^^xsd:anyURI ;
fhir:link <http://hl7.org/fhir/us/pacio-cs/StructureDefinition/pacio-cs> ] )
] ; #
fhir:text [
fhir:status [ fhir:v "extensions" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Observation CSC-Hospital-MMSE-1-Ob-Question-31</b></p><a name=\"CSC-Hospital-MMSE-1-Ob-Question-31\"> </a><a name=\"hcCSC-Hospital-MMSE-1-Ob-Question-31\"> </a><a name=\"CSC-Hospital-MMSE-1-Ob-Question-31-en-US\"> </a><p><b>Event Location</b>: <a href=\"Location-Org-Loc-01.html\">Location San Antonio General Hospital</a></p><p><b>status</b>: Final</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 72106-8}\">Total score [MMSE]</span></p><p><b>subject</b>: <a href=\"Patient-patientBSJ1.html\">Betsy Smith-Johnson (no stated gender), DoB Unknown</a></p><p><b>effective</b>: 2020-07-08 17:32:00-0500</p><p><b>performer</b>: <a href=\"PractitionerRole-Role-SLP-JennyGlass.html\">PractitionerRole Speech and language therapist</a></p><p><b>value</b>: 20 {score}<span style=\"background: LightGoldenRodYellow\"> (Details: UCUM code{score} = '{score}')</span></p><p><b>derivedFrom</b>: <a href=\"QuestionnaireResponse-QResponse-Hospital-MMSE-1.html\">Response to Questionnaire 'http://example.org/Questionnaire/MDS3.0-NC-1.17' about '->Betsy Smith-Johnson (no stated gender), DoB Unknown'</a></p></div>"
] ; #
fhir:extension ( [
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/event-location"^^xsd:anyURI ] ;
fhir:value [
a fhir:Reference ;
fhir:reference [ fhir:v "Location/Org-Loc-01" ] ]
] ) ; #
fhir:status [ fhir:v "final"] ; #
fhir:category ( [
( fhir:coding [
fhir:system [ fhir:v "http://hl7.org/fhir/us/pacio-cs/CodeSystem/pacio-cat-cs"^^xsd:anyURI ] ;
fhir:code [ fhir:v "functioning" ] ;
fhir:display [ fhir:v "Functioning" ] ] )
] [
( fhir:coding [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/observation-category"^^xsd:anyURI ] ;
fhir:code [ fhir:v "survey" ] ] )
] ) ; #
fhir:code [
( fhir:coding [
a loinc:72106-8 ;
fhir:system [ fhir:v "http://loinc.org"^^xsd:anyURI ] ;
fhir:code [ fhir:v "72106-8" ] ;
fhir:display [ fhir:v "Total score [MMSE]" ] ] ) ;
fhir:text [ fhir:v "Total score [MMSE]" ]
] ; #
fhir:subject [
fhir:reference [ fhir:v "Patient/patientBSJ1" ]
] ; #
fhir:effective [ fhir:v "2020-07-08T17:32:00-05:00"^^xsd:dateTime] ; #
fhir:performer ( [
fhir:reference [ fhir:v "PractitionerRole/Role-SLP-JennyGlass" ]
] ) ; #
fhir:value [
a fhir:Quantity ;
fhir:value [ fhir:v "20"^^xsd:decimal ] ;
fhir:system [ fhir:v "http://unitsofmeasure.org"^^xsd:anyURI ] ;
fhir:code [ fhir:v "{score}" ]
] ; #
fhir:derivedFrom ( [
fhir:reference [ fhir:v "QuestionnaireResponse/QResponse-Hospital-MMSE-1" ]
] ) . #