Electronic Long-Term Services and Supports (eLTSS) Release 1 - US Realm
2.0.0 - STU2 United States of America flag

Electronic Long-Term Services and Supports (eLTSS) Release 1 - US Realm, published by HL7 International / Human and Social Services. This guide is not an authorized publication; it is the continuous build for version 2.0.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/HL7/eLTSS/ and changes regularly. See the Directory of published versions

: Task2 - TTL Representation

Page standards status: Informative

Raw ttl | Download


@prefix fhir: <http://hl7.org/fhir/> .
@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:Task ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "Task2"] ; # 
  fhir:text [
fhir:status [ fhir:v "extensions" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative: Task</b><a name=\"Task2\"> </a><a name=\"hcTask2\"> </a></p><div style=\"display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%\"><p style=\"margin-bottom: 0px\">ResourceTask &quot;Task2&quot; </p></div><p><b>ServiceRequest Pertains To Goal</b>: <a href=\"Goal-goal2.html\">Goal/goal2</a></p><p><b>status</b>: ready</p><p><b>intent</b>: order</p><p><b>priority</b>: routine</p><p><b>code</b>: Fulfill the focal request <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"http://hl7.org/fhir/R4/codesystem-task-code.html\">Task Codes</a>#fulfill)</span></p><p><b>description</b>: Son working with Besty to work on mobility to dance at son's upcoming wedding.</p><p><b>for</b>: <a href=\"Patient-patientBSJ1.html\">Patient/patientBSJ1: Betsy</a> &quot; SMITH-JOHNSON&quot;</p><p><b>requester</b>: <a href=\"Practitioner-planner1.html\">Practitioner/planner1: Mark Planner</a> &quot; PLANNER&quot;</p><p><b>owner</b>: <a href=\"RelatedPerson-son1.html\">RelatedPerson/son1: Charles - Betsy's son</a> &quot; CHARLES&quot;</p></div>"
  ] ; # 
  fhir:extension ( [
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/resource-pertainsToGoal"^^xsd:anyURI ] ;
fhir:value [
a fhir:Reference ;
fhir:reference [ fhir:v "Goal/goal2" ]     ]
  ] ) ; # 
  fhir:status [ fhir:v "ready"] ; # 
  fhir:intent [ fhir:v "order"] ; # 
  fhir:priority [ fhir:v "routine"] ; # 
  fhir:code [
    ( fhir:coding [
fhir:system [ fhir:v "http://hl7.org/fhir/CodeSystem/task-code"^^xsd:anyURI ] ;
fhir:code [ fhir:v "fulfill" ] ;
fhir:display [ fhir:v "Fulfill the focal request" ]     ] )
  ] ; # 
  fhir:description [ fhir:v "Son working with Besty to work on mobility to dance at son's upcoming wedding."] ; # 
  fhir:for [
fhir:reference [ fhir:v "Patient/patientBSJ1" ] ;
fhir:display [ fhir:v "Betsy" ]
  ] ; # 
  fhir:requester [
fhir:reference [ fhir:v "Practitioner/planner1" ] ;
fhir:display [ fhir:v "Mark Planner" ]
  ] ; # 
  fhir:owner [
fhir:reference [ fhir:v "RelatedPerson/son1" ] ;
fhir:display [ fhir:v "Charles - Betsy's son" ]
  ] . #