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 "BSJ-Narrative-History-Functional-Status-1"];
fhir:Resource.meta [
fhir:Meta.profile [
fhir:value "http://paciowg.github.io/functional-status-ig/StructureDefinition/pacio-nhfs";
fhir:index 0;
fhir:link <http://paciowg.github.io/functional-status-ig/StructureDefinition/pacio-nhfs> ]
];
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-provider-org-loc-01.html\">Generated Summary: status: active; name: Primary Care</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></p><p><b>category</b>: <span title=\"Codes: {http://paciowg.github.io/functional-status-ig/CodeSystem/pacio-cat-cs functioning}\">Functioning</span></p><p><b>code</b>: <span title=\"Codes: {http://loinc.org 10158-4}\">History of Functional status Narrative</span></p><p><b>subject</b>: <a href=\"Patient-patientBSJ1.html\">Generated Summary: Betsy Smith-Johnson </a></p><p><b>effective</b>: 2019-07-01 --> 2020-11-30</p><p><b>performer</b>: <a href=\"PractitionerRole-provider-role-pcp.html\">Generated Summary: active; <span title=\"Codes: {http://nucc.org/provider-taxonomy 261QP2300X}\">Primary Care Clinic/Center</span></a></p><p><b>value</b>: Patient is a community ambulator, able to attend desired activites and able to care for herself independently.</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/provider-org-loc-01" ] ]
], [
fhir:index 1;
fhir:Extension.url [ fhir:value "http://paciowg.github.io/functional-status-ig/StructureDefinition/assistance-required" ];
fhir:Extension.valueCodeableConcept [
fhir:CodeableConcept.coding [
fhir:index 0;
a loinc:LA11539-6;
fhir:Coding.system [ fhir:value "http://loinc.org" ];
fhir:Coding.code [ fhir:value "LA11539-6" ];
fhir:Coding.display [ fhir:value "Independent - Patient completed the activities by him/herself, with or without an assistive device, with no assistance from a helper." ] ] ]
];
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:Observation.code [
fhir:CodeableConcept.coding [
fhir:index 0;
a loinc:10158-4;
fhir:Coding.system [ fhir:value "http://loinc.org" ];
fhir:Coding.code [ fhir:value "10158-4" ];
fhir:Coding.display [ fhir:value "History of Functional status Narrative" ] ]
];
fhir:Observation.subject [
fhir:Reference.reference [ fhir:value "Patient/patientBSJ1" ]
];
fhir:Observation.effectivePeriod [
fhir:Period.start [ fhir:value "2019-07-01"^^xsd:date ];
fhir:Period.end [ fhir:value "2020-11-30"^^xsd:date ]
];
fhir:Observation.performer [
fhir:index 0;
fhir:Reference.reference [ fhir:value "PractitionerRole/provider-role-pcp" ]
];
fhir:Observation.valueString [ fhir:value "Patient is a community ambulator, able to attend desired activites and able to care for herself independently."].
# - ontology header ------------------------------------------------------------
a owl:Ontology;
owl:imports fhir:fhir.ttl.