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
: BSJ-Narrative-History-Cognitive-Status-1 - 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 "BSJ-Narrative-History-Cognitive-Status-1"] ; #
fhir:meta [
( fhir:profile [
fhir:v "http://hl7.org/fhir/us/pacio-cs/StructureDefinition/pacio-nhcs"^^xsd:anyURI ;
fhir:link <http://hl7.org/fhir/us/pacio-cs/StructureDefinition/pacio-nhcs> ] )
] ; #
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 BSJ-Narrative-History-Cognitive-Status-1</b></p><a name=\"BSJ-Narrative-History-Cognitive-Status-1\"> </a><a name=\"hcBSJ-Narrative-History-Cognitive-Status-1\"> </a><a name=\"BSJ-Narrative-History-Cognitive-Status-1-en-US\"> </a><p><b>Event Location</b>: <a href=\"Location-provider-org-loc-01.html\">Location Primary Care INC.</a></p><p><b>AssistanceRequired</b>: <span title=\"Codes:{http://loinc.org LA11539-6}\">Independent - Patient completed the activities by him/herself, with or without an assistive device, with no assistance from a helper.</span></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></p><p><b>code</b>: <span title=\"Codes:{http://loinc.org 11332-4}\">History of Cognitive Function Narrative</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>: 2019-07-01 --> 2020-11-30</p><p><b>performer</b>: <a href=\"PractitionerRole-provider-role-pcp.html\">PractitionerRole Primary Care Clinic/Center</a></p><p><b>value</b>: Alert and oriented x 3. She is independent in household finances, social and community activities, coeherent and appropriate communication. Appropriate attire for location and weather.</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/provider-org-loc-01" ] ]
] [
fhir:url [ fhir:v "http://hl7.org/fhir/us/pacio-cs/StructureDefinition/assistance-required"^^xsd:anyURI ] ;
fhir:value [
a fhir:CodeableConcept ;
( fhir:coding [
a loinc:LA11539-6 ;
fhir:system [ fhir:v "http://loinc.org"^^xsd:anyURI ] ;
fhir:code [ fhir:v "LA11539-6" ] ;
fhir:display [ fhir:v "Independent - Patient completed the activities by him/herself, with or without an assistive device, with no assistance from a helper." ] ] ) ]
] ) ; #
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:code [
( fhir:coding [
a loinc:11332-4 ;
fhir:system [ fhir:v "http://loinc.org"^^xsd:anyURI ] ;
fhir:code [ fhir:v "11332-4" ] ;
fhir:display [ fhir:v "History of Cognitive Function Narrative" ] ] )
] ; #
fhir:subject [
fhir:reference [ fhir:v "Patient/patientBSJ1" ]
] ; #
fhir:effective [
a fhir:Period ;
fhir:start [ fhir:v "2019-07-01"^^xsd:date ] ;
fhir:end [ fhir:v "2020-11-30"^^xsd:date ]
] ; #
fhir:performer ( [
fhir:reference [ fhir:v "PractitionerRole/provider-role-pcp" ]
] ) ; #
fhir:value [ fhir:v "Alert and oriented x 3. She is independent in household finances, social and community activities, coeherent and appropriate communication. Appropriate attire for location and weather."] . #