This page is part of the PACIO Personal Functioning and Engagement Implementation Guide (v1.0.0-ballot: STU 1 Ballot 1) based on FHIR R4. . For a full list of available versions, 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:DiagnosticReport;
fhir:nodeRole fhir:treeRoot;
fhir:Resource.id [ fhir:value "PFEIG-Narrative-History-Functional-Status-1"];
fhir:Resource.meta [
fhir:Meta.profile [
fhir:value "http://hl7.org/fhir/us/pacio-pfe/StructureDefinition/pfe-narrative-history-of-status";
fhir:index 0;
fhir:link <http://hl7.org/fhir/us/pacio-pfe/StructureDefinition/pfe-narrative-history-of-status> ]
];
fhir:DomainResource.text [
fhir:Narrative.status [ fhir:value "generated" ];
fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><h2><span title=\"Codes: {http://loinc.org 10158-4}\">History of Functional status Narrative</span> (<span title=\"Codes: {http://hl7.org/fhir/us/pacio-pfe/CodeSystem/pfe-functioning-cs functioning}\">Functioning</span>, <span title=\"Codes: {http://hl7.org/fhir/us/pacio-pfe/CodeSystem/pfe-category-cs mobility}\">Mobility</span>, <span title=\"Codes: {http://hl7.org/fhir/us/pacio-pfe/CodeSystem/pfe-category-cs self-care}\">Self-care</span>) </h2><table class=\"grid\"><tr><td>Subject</td><td><b>Betsy Smith-Johnson</b> female, DoB Unknown ( id: 10A3D58WH1600)</td></tr><tr><td>When For</td><td>2019-07-01 --> 2020-11-30</td></tr></table><p><b>Report Details</b></p></div>"
];
fhir:DomainResource.extension [
fhir:index 0;
fhir:Extension.url [ fhir:value "http://hl7.org/fhir/us/pacio-pfe/StructureDefinition/event-location" ];
fhir:Extension.valueReference [
fhir:Reference.reference [ fhir:value "Location/PFEIG-provider-org-loc-01" ] ]
], [
fhir:index 1;
fhir:Extension.url [ fhir:value "http://hl7.org/fhir/us/pacio-pfe/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 all the activities by themself, with or without an assistive device, with no assistance from a helper." ] ] ]
];
fhir:DiagnosticReport.status [ fhir:value "final"];
fhir:DiagnosticReport.category [
fhir:index 0;
fhir:CodeableConcept.coding [
fhir:index 0;
fhir:Coding.system [ fhir:value "http://hl7.org/fhir/us/pacio-pfe/CodeSystem/pfe-functioning-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://hl7.org/fhir/us/pacio-pfe/CodeSystem/pfe-category-cs" ];
fhir:Coding.code [ fhir:value "mobility" ];
fhir:Coding.display [ fhir:value "Mobility" ] ]
], [
fhir:index 2;
fhir:CodeableConcept.coding [
fhir:index 0;
fhir:Coding.system [ fhir:value "http://hl7.org/fhir/us/pacio-pfe/CodeSystem/pfe-category-cs" ];
fhir:Coding.code [ fhir:value "self-care" ];
fhir:Coding.display [ fhir:value "Self-care" ] ]
];
fhir:DiagnosticReport.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:DiagnosticReport.subject [
fhir:Reference.reference [ fhir:value "Patient/PFEIG-patientBSJ1" ]
];
fhir:DiagnosticReport.effectivePeriod [
fhir:Period.start [ fhir:value "2019-07-01"^^xsd:date ];
fhir:Period.end [ fhir:value "2020-11-30"^^xsd:date ]
];
fhir:DiagnosticReport.performer [
fhir:index 0;
fhir:Reference.reference [ fhir:value "PractitionerRole/PFEIG-provider-role-pcp" ]
];
fhir:DiagnosticReport.presentedForm [
fhir:index 0;
fhir:Attachment.contentType [ fhir:value "text/plain" ];
fhir:Attachment.data [ fhir:value "UHJpb3IgdG8gdGhlIGN1cnJlbnQgYWRtaXNzaW9uLCBwYXRpZW50IHdhcyBhIGNvbW11bml0eSBhbWJ1bGF0b3IsIGFibGUgdG8gYXR0ZW5kIGRlc2lyZWQgYWN0aXZpdGVzIGFuZCBjYXJlIGZvciBoZXJzZWxmIGluZGVwZW5kZW50bHku"^^xsd:base64Binary ]
].
# - ontology header ------------------------------------------------------------
a owl:Ontology;
owl:imports fhir:fhir.ttl.