Structured Data Capture
4.0.0-ballot - STU 4 ballot International flag

Structured Data Capture, published by HL7 International / FHIR Infrastructure. This guide is not an authorized publication; it is the continuous build for version 4.0.0-ballot built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/HL7/sdc/ and changes regularly. See the Directory of published versions

: Request-based solicitation example - Task - 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 "request-task-example"] ; # 
  fhir:meta [
    ( fhir:profile [
fhir:v "http://hl7.org/fhir/uv/sdc/StructureDefinition/sdc-task"^^xsd:anyURI ;
fhir:link <http://hl7.org/fhir/uv/sdc/StructureDefinition/sdc-task>     ] )
  ] ; # 
  fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Task request-task-example</b></p><a name=\"request-task-example\"> </a><a name=\"hcrequest-task-example\"> </a><a name=\"request-task-example-en-US\"> </a><p><b>status</b>: Rejected</p><p><b>statusReason</b>: <span title=\"Codes:\">Unable to recall</span></p><p><b>intent</b>: order</p><p><b>code</b>: <span title=\"Codes:{http://hl7.org/fhir/CodeSystem/task-code fulfill}\">Fulfill the focal request</span></p><p><b>focus</b>: <a href=\"ServiceRequest-example.html\">ServiceRequest Complete Questionnaire</a></p><p><b>for</b>: <a href=\"http://hl7.org/fhir/Patient/proband\">Annie Proband</a></p><p><b>authoredOn</b>: 2021-09-06</p><p><b>requester</b>: <a href=\"http://hl7.org/fhir/PractitionerRole/example\">Dr. Adam Careful, Acme Hospital</a></p><p><b>owner</b>: <a href=\"http://hl7.org/fhir/Patient/proband\">Annie Proband</a></p></div>"
  ] ; # 
  fhir:status [ fhir:v "rejected"] ; # 
  fhir:statusReason [
fhir:text [ fhir:v "Unable to recall" ]
  ] ; # 
  fhir:intent [ fhir:v "order"] ; # 
  fhir:code [
    ( fhir:coding [
fhir:system [ fhir:v "http://hl7.org/fhir/CodeSystem/task-code"^^xsd:anyURI ] ;
fhir:code [ fhir:v "fulfill" ]     ] )
  ] ; # 
  fhir:focus [
fhir:reference [ fhir:v "ServiceRequest/example" ]
  ] ; # 
  fhir:for [
fhir:link <http://hl7.org/fhir/Patient/proband> ;
fhir:reference [ fhir:v "http://hl7.org/fhir/Patient/proband" ] ;
fhir:display [ fhir:v "Annie Proband" ]
  ] ; # 
  fhir:authoredOn [ fhir:v "2021-09-06"^^xsd:date] ; # 
  fhir:requester [
fhir:link <http://hl7.org/fhir/PractitionerRole/example> ;
fhir:reference [ fhir:v "http://hl7.org/fhir/PractitionerRole/example" ] ;
fhir:display [ fhir:v "Dr. Adam Careful, Acme Hospital" ]
  ] ; # 
  fhir:owner [
fhir:link <http://hl7.org/fhir/Patient/proband> ;
fhir:reference [ fhir:v "http://hl7.org/fhir/Patient/proband" ] ;
fhir:display [ fhir:v "Annie Proband" ]
  ] . # 

<http://hl7.org/fhir/Patient/proband> a fhir:Patient .

<http://hl7.org/fhir/PractitionerRole/example> a fhir:PractitionerRole .