PACIO Personal Functioning and Engagement Implementation Guide
1.9.0 - STU1 United States of America flag

PACIO Personal Functioning and Engagement Implementation Guide, published by HL7 International / Patient Care. This guide is not an authorized publication; it is the continuous build for version 1.9.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-pfe/ and changes regularly. See the Directory of published versions

: PFEIG-Narrative-History-Functional-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:DiagnosticReport ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "PFEIG-Narrative-History-Functional-Status-1"] ; # 
  fhir:meta [
    ( fhir:profile [
fhir:v "http://hl7.org/fhir/us/pacio-pfe/StructureDefinition/pfe-narrative-history-of-status"^^xsd:anyURI ;
fhir:link <http://hl7.org/fhir/us/pacio-pfe/StructureDefinition/pfe-narrative-history-of-status>     ] )
  ] ; # 
  fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir: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 BlockL2-d41}\">Mobility</span>, <span title=\"Codes: {http://hl7.org/fhir/us/pacio-pfe/CodeSystem/pfe-category-cs BlockL2-d51}\">Self-care</span>) </h2><table class=\"grid\"><tr><td>Subject</td><td><b>Betsy Smith-Johnson</b> female, DoB Unknown ( <code>http://example.org/identifiers/patient</code>/10A3D58WH1600)</td></tr><tr><td>When For</td><td>2019-07-01 --&gt; 2020-11-30</td></tr></table><p><b>Report Details</b></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/PFEIG-provider-org-loc-01" ]     ]
  ] [
fhir:url [ fhir:v "http://hl7.org/fhir/us/pacio-pfe/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 all the activities by themself, 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-pfe/CodeSystem/pfe-functioning-cs"^^xsd:anyURI ] ;
fhir:code [ fhir:v "functioning" ] ;
fhir:display [ fhir:v "Functioning" ]     ] )
  ] [
    ( fhir:coding [
fhir:system [ fhir:v "http://hl7.org/fhir/us/pacio-pfe/CodeSystem/pfe-category-cs"^^xsd:anyURI ] ;
fhir:code [ fhir:v "BlockL2-d41" ] ;
fhir:display [ fhir:v "Mobility" ]     ] )
  ] [
    ( fhir:coding [
fhir:system [ fhir:v "http://hl7.org/fhir/us/pacio-pfe/CodeSystem/pfe-category-cs"^^xsd:anyURI ] ;
fhir:code [ fhir:v "BlockL2-d51" ] ;
fhir:display [ fhir:v "Self-care" ]     ] )
  ] ) ; # 
  fhir:code [
    ( fhir:coding [
a loinc:10158-4 ;
fhir:system [ fhir:v "http://loinc.org"^^xsd:anyURI ] ;
fhir:code [ fhir:v "10158-4" ] ;
fhir:display [ fhir:v "History of Functional status Narrative" ]     ] )
  ] ; # 
  fhir:subject [
fhir:reference [ fhir:v "Patient/PFEIG-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/PFEIG-provider-role-pcp" ]
  ] ) ; # 
  fhir:presentedForm ( [
fhir:contentType [ fhir:v "text/plain" ] ;
fhir:data [ fhir:v "UHJpb3IgdG8gdGhlIGN1cnJlbnQgYWRtaXNzaW9uLCBwYXRpZW50IHdhcyBhIGNvbW11bml0eSBhbWJ1bGF0b3IsIGFibGUgdG8gYXR0ZW5kIGRlc2lyZWQgYWN0aXZpdGVzIGFuZCBjYXJlIGZvciBoZXJzZWxmIGluZGVwZW5kZW50bHku"^^xsd:base64Binary ]
  ] ) . #