PACIO Functional Status Implementation Guide - Local Development build (v0.1.0). See the Directory of published versions
@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 "FSC-HH-Discharge-Mobility-SelfCare-1-Ob-Question-39"];
fhir:Resource.meta [
fhir:Meta.profile [
fhir:value "http://paciowg.github.io/functional-status-ig/StructureDefinition/pacio-fs";
fhir:index 0;
fhir:link <http://paciowg.github.io/functional-status-ig/StructureDefinition/pacio-fs> ]
];
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://paciowg.github.io/functional-status-ig/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 89405-5}\">Oral hygiene</span></p><p><b>subject</b>: <a href=\"Patient-patientBSJ1.html\">Generated Summary: Betsy Smith-Johnson </a></p><p><b>effective</b>: Aug 30, 2020, 12:00:00 PM</p><p><b>performer</b>: <a href=\"PractitionerRole-Role-PT-ScottDumble.html\">Generated Summary: active; <span title=\"Codes: {http://snomed.info/sct 36682004}\">Physiotherapist</span></a></p><p><b>value</b>: <span title=\"Codes: {http://loinc.org LA9983-3}\">Independent</span></p><p><b>derivedFrom</b>: <a href=\"QuestionnaireResponse-QResponse-HH-Discharge-Mobility-SelfCare-1.html\">Generated Summary: questionnaire: https://api.logicahealth.org/PACIO/open/Questionnaire/MDS3.0-NC-1.17; status: completed; authored: Aug 30, 2020, 12:00:00 PM</a></p></div>"
];
fhir:DomainResource.extension [
fhir:index 0;
fhir:Extension.url [ fhir:value "http://paciowg.github.io/functional-status-ig/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://paciowg.github.io/functional-status-ig/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:Coding.display [ fhir:value "Survey" ] ]
];
fhir:Observation.code [
fhir:CodeableConcept.coding [
fhir:index 0;
a loinc:89405-5;
fhir:Coding.system [ fhir:value "http://loinc.org" ];
fhir:Coding.code [ fhir:value "89405-5" ];
fhir:Coding.display [ fhir:value "Oral hygiene - functional ability [CMS Assessment]" ] ];
fhir:CodeableConcept.text [ fhir:value "Oral hygiene" ]
];
fhir:Observation.subject [
fhir:Reference.reference [ fhir:value "Patient/patientBSJ1" ]
];
fhir:Observation.effectiveDateTime [ fhir:value "2020-08-30T14:00:00-05:00"^^xsd:dateTime];
fhir:Observation.performer [
fhir:index 0;
fhir:Reference.reference [ fhir:value "PractitionerRole/Role-PT-ScottDumble" ]
];
fhir:Observation.valueCodeableConcept [
fhir:CodeableConcept.coding [
fhir:index 0;
a loinc:LA9983-3;
fhir:Coding.system [ fhir:value "http://loinc.org" ];
fhir:Coding.code [ fhir:value "LA9983-3" ];
fhir:Coding.display [ fhir:value "Independent - Patient completes the activity by him/herself with no assistance from a helper." ] ];
fhir:CodeableConcept.text [ fhir:value "Independent" ]
];
fhir:Observation.derivedFrom [
fhir:index 0;
fhir:Reference.reference [ fhir:value "QuestionnaireResponse/QResponse-HH-Discharge-Mobility-SelfCare-1" ]
].
# - ontology header ------------------------------------------------------------
a owl:Ontology;
owl:imports fhir:fhir.ttl.