Physical Activity Implementation Guide, published by HL7 International / Patient Care. This guide is not an authorized publication; it is the continuous build for version 1.0.1 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/HL7/physical-activity/ and changes regularly. See the Directory of published versions
: Bundle 'Search Set' - Task - Initial task(s) - Scenario 4 - TTL Representation
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:Bundle ;
fhir:nodeRole fhir:treeRoot ;
fhir:id [ fhir:v "Scen4TaskBundle1"] ; #
fhir:type [ fhir:v "searchset"] ; #
fhir:total [ fhir:v "1"^^xsd:nonNegativeInteger] ; #
fhir:link ( [
fhir:relation [ fhir:v "self" ] ;
fhir:url [ fhir:v "https://ufit.example.org/fhir/Task?owner=Patient/Scen4PatientScarborough&status=active,on-hold"^^xsd:anyURI ]
] ) ; #
fhir:entry ( [
fhir:fullUrl [ fhir:v "http://example.org/fhir/Task/Scen4TaskFillSurveyV1"^^xsd:anyURI ] ;
( fhir:resource <http://example.org/fhir/Task/Scen4TaskFillSurveyV1> ) ;
fhir:search [
fhir:mode [ fhir:v "match" ] ]
] ) . #
<http://example.org/fhir/Task/Scen4TaskFillSurveyV1> a fhir:Task ;
fhir:id [ fhir:v "Scen4TaskFillSurveyV1"] ; #
fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><a name=\"Task_Scen4TaskFillSurveyV1\"> </a><p><b>Generated Narrative: Task</b><a name=\"Scen4TaskFillSurveyV1\"> </a><a name=\"hcScen4TaskFillSurveyV1\"> </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\">Resource Task "Scen4TaskFillSurveyV1" </p></div><p><b>status</b>: requested</p><p><b>intent</b>: order</p><p><b>priority</b>: routine</p><p><b>code</b>: Complete Questionnaire <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"http://hl7.org/fhir/uv/sdc/STU3/CodeSystem-temp.html\">Temporary SDC Codes</a>#complete-questionnaire)</span></p><p><b>description</b>: Fill out a survey indicating satisfaction with plan</p><p><b>for</b>: <a href=\"Patient-Scen4PatientScarborough.html\">Patient/Scen4PatientScarborough: Jessica Scarborough</a> " SCARBOROUGH"</p><p><b>authoredOn</b>: 2023-10-14 09:00:00-0700</p><p><b>requester</b>: <a href=\"PractitionerRole-Scen4Role.html\">PractitionerRole/Scen4Role: Ms. Rocha</a></p><p><b>owner</b>: <a href=\"Patient-Scen4PatientScarborough.html\">Patient/Scen4PatientScarborough: Jessica Scarborough</a> " SCARBOROUGH"</p><h3>Inputs</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Type</b></td><td><b>Value[x]</b></td></tr><tr><td style=\"display: none\">*</td><td>Questionnaire <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"http://hl7.org/fhir/uv/sdc/STU3/CodeSystem-temp.html\">Temporary SDC Codes</a>#questionnaire)</span></td><td><a href=\"https://example.org/fhir/Questionnaire/satisfaction\">https://example.org/fhir/Questionnaire/satisfaction|2.1</a></td></tr></table></div>"
] ; #
fhir:status [ fhir:v "requested"] ; #
fhir:intent [ fhir:v "order"] ; #
fhir:priority [ fhir:v "routine"] ; #
fhir:code [
( fhir:coding [
fhir:system [ fhir:v "http://hl7.org/fhir/uv/sdc/CodeSystem/temp"^^xsd:anyURI ] ;
fhir:code [ fhir:v "complete-questionnaire" ] ] )
] ; #
fhir:description [ fhir:v "Fill out a survey indicating satisfaction with plan"] ; #
fhir:for [
fhir:reference [ fhir:v "Patient/Scen4PatientScarborough" ] ;
fhir:display [ fhir:v "Jessica Scarborough" ]
] ; #
fhir:authoredOn [ fhir:v "2023-10-14T09:00:00-07:00"^^xsd:dateTime] ; #
fhir:requester [
fhir:reference [ fhir:v "PractitionerRole/Scen4Role" ] ;
fhir:display [ fhir:v "Ms. Rocha" ]
] ; #
fhir:owner [
fhir:reference [ fhir:v "Patient/Scen4PatientScarborough" ] ;
fhir:display [ fhir:v "Jessica Scarborough" ]
] ; #
fhir:input ( [
fhir:type [
( fhir:coding [
fhir:system [ fhir:v "http://hl7.org/fhir/uv/sdc/CodeSystem/temp"^^xsd:anyURI ] ;
fhir:code [ fhir:v "questionnaire" ] ] ) ] ;
fhir:value [
fhir:v "https://example.org/fhir/Questionnaire/satisfaction|2.1"^^xsd:anyURI ;
fhir:link <https://example.org/fhir/Questionnaire/satisfaction|2.1> ]
] ) . #