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
@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-SNF-BIMS-1"] ; #
fhir:meta [
( fhir:profile [
fhir:v "http://hl7.org/fhir/us/pacio-cs/StructureDefinition/pacio-csc"^^xsd:anyURI ;
fhir:link <http://hl7.org/fhir/us/pacio-cs/StructureDefinition/pacio-csc> ] )
] ; #
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-SNF-BIMS-1</b></p><a name=\"CSC-SNF-BIMS-1\"> </a><a name=\"hcCSC-SNF-BIMS-1\"> </a><a name=\"CSC-SNF-BIMS-1-en-US\"> </a><p><b>Event Location</b>: <a href=\"Location-Org-Loc-02.html\">Location Happy Nursing Facility</a></p><p><b>DevicePatientUsed</b>: <a href=\"DeviceUseStatement-CSC-SNF-BIMS-1-UseOfDevice-1.html\">DeviceUseStatement: status = active; recordedOn = 2020-07-11 11:30:00-0500</a></p><p><b>DevicePatientUsed</b>: <a href=\"DeviceUseStatement-CSC-SNF-BIMS-1-UseOfDevice-2.html\">DeviceUseStatement: status = active; recordedOn = 2020-07-11 11:30:00-0500</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 52491-8}\">Brief interview for mental status [BIMS]</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-11 11:30:00-0500</p><p><b>performer</b>: <a href=\"PractitionerRole-Role-SLP-HoneyJones.html\">PractitionerRole Speech and language therapist</a></p><p><b>hasMember</b>: </p><ul><li><a href=\"Observation-CSC-SNF-BIMS-1-Ob-Question-3.html\">Observation Repetition of three words # [BIMS]</a></li><li><a href=\"Observation-CSC-SNF-BIMS-1-Ob-Question-4.html\">Observation Temporal orientation - current year [BIMS]</a></li><li><a href=\"Observation-CSC-SNF-BIMS-1-Ob-Question-5.html\">Observation Temporal orientation - current month [BIMS]</a></li><li><a href=\"Observation-CSC-SNF-BIMS-1-Ob-Question-6.html\">Observation Temporal orientation - current day of the week [BIMS]</a></li><li><a href=\"Observation-CSC-SNF-BIMS-1-Ob-Question-7.html\">Observation Recall - sock [BIMS]</a></li><li><a href=\"Observation-CSC-SNF-BIMS-1-Ob-Question-8.html\">Observation Recall - blue [BIMS]</a></li><li><a href=\"Observation-CSC-SNF-BIMS-1-Ob-Question-9.html\">Observation Recall - bed [BIMS]</a></li><li><a href=\"Observation-CSC-SNF-BIMS-1-Ob-Question-10.html\">Observation Brief Interview for Mental Status - summary score [BIMS]</a></li></ul><p><b>derivedFrom</b>: <a href=\"QuestionnaireResponse-QResponse-SNF-BIMS-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-02" ] ]
] [
fhir:url [ fhir:v "http://hl7.org/fhir/us/pacio-cs/StructureDefinition/device-patient-used"^^xsd:anyURI ] ;
fhir:value [
a fhir:Reference ;
fhir:reference [ fhir:v "DeviceUseStatement/CSC-SNF-BIMS-1-UseOfDevice-1" ] ]
] [
fhir:url [ fhir:v "http://hl7.org/fhir/us/pacio-cs/StructureDefinition/device-patient-used"^^xsd:anyURI ] ;
fhir:value [
a fhir:Reference ;
fhir:reference [ fhir:v "DeviceUseStatement/CSC-SNF-BIMS-1-UseOfDevice-2" ] ]
] ) ; #
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:display [ fhir:v "Survey" ] ] )
] ) ; #
fhir:code [
( fhir:coding [
a loinc:52491-8 ;
fhir:system [ fhir:v "http://loinc.org"^^xsd:anyURI ] ;
fhir:code [ fhir:v "52491-8" ] ;
fhir:display [ fhir:v "Brief interview for mental status [BIMS]" ] ] )
] ; #
fhir:subject [
fhir:reference [ fhir:v "Patient/patientBSJ1" ]
] ; #
fhir:effective [ fhir:v "2020-07-11T11:30:00-05:00"^^xsd:dateTime] ; #
fhir:performer ( [
fhir:reference [ fhir:v "PractitionerRole/Role-SLP-HoneyJones" ]
] ) ; #
fhir:hasMember ( [
fhir:reference [ fhir:v "Observation/CSC-SNF-BIMS-1-Ob-Question-3" ]
] [
fhir:reference [ fhir:v "Observation/CSC-SNF-BIMS-1-Ob-Question-4" ]
] [
fhir:reference [ fhir:v "Observation/CSC-SNF-BIMS-1-Ob-Question-5" ]
] [
fhir:reference [ fhir:v "Observation/CSC-SNF-BIMS-1-Ob-Question-6" ]
] [
fhir:reference [ fhir:v "Observation/CSC-SNF-BIMS-1-Ob-Question-7" ]
] [
fhir:reference [ fhir:v "Observation/CSC-SNF-BIMS-1-Ob-Question-8" ]
] [
fhir:reference [ fhir:v "Observation/CSC-SNF-BIMS-1-Ob-Question-9" ]
] [
fhir:reference [ fhir:v "Observation/CSC-SNF-BIMS-1-Ob-Question-10" ]
] ) ; #
fhir:derivedFrom ( [
fhir:reference [ fhir:v "QuestionnaireResponse/QResponse-SNF-BIMS-1" ]
] ) . #
IG © 2020+ HL7 Patient Care Work Group. Package hl7.fhir.us.pacio-cs#1.0.0 based on FHIR 4.0.1. Generated 2024-11-05
Links: Table of Contents |
QA Report
| Version History |
|
Propose a change