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

: Task-based solicitation example - 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 "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 example</b></p><a name=\"example\"> </a><a name=\"hcexample\"> </a><a name=\"example-en-US\"> </a><p><b>status</b>: Completed</p><p><b>intent</b>: order</p><p><b>code</b>: <span title=\"Codes:{http://hl7.org/fhir/uv/sdc/CodeSystem/temp complete-questionnaire}\">Complete Questionnaire</span></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><p><b>reasonCode</b>: <span title=\"Codes:\">Pre-genomic analysis family history</span></p><blockquote><p><b>input</b></p><p><b>type</b>: <span title=\"Codes:{http://hl7.org/fhir/uv/sdc/CodeSystem/temp questionnaire}\">Questionnaire</span></p><p><b>value</b>: <a href=\"Questionnaire-questionnaire-sdc-profile-example-ussg-fht.html\">US Surgeon General - Family Health Portrait</a></p></blockquote><blockquote><p><b>input</b></p><p><b>type</b>: <span title=\"Codes:{http://hl7.org/fhir/uv/sdc/CodeSystem/temp response-endpoint}\">Response Endpoint</span></p><p><b>value</b>: <a href=\"http://example.org/someplace/QuestionnaireResponse\">http://example.org/someplace/QuestionnaireResponse</a></p></blockquote><blockquote><p><b>input</b></p><p><b>type</b>: <span title=\"Codes:{http://hl7.org/fhir/uv/sdc/CodeSystem/temp response-endpoint}\">Response Endpoint</span></p><p><b>value</b>: <a href=\"http://example.org/some-other-place/Questionnaire/$process-response\">http://example.org/some-other-place/Questionnaire/$process-response</a></p></blockquote><h3>Outputs</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><span title=\"Codes:{http://hl7.org/fhir/uv/sdc/CodeSystem/temp questionnaire-response}\">Questionnaire Response</span></td><td><a href=\"QuestionnaireResponse-questionnaireresponse-sdc-example-ussg-fht-answers.html\">Response to Questionnaire '-&gt;US Surgeon General - Family Health Portrait' about '-&gt;http://hl7.org/fhir/Patient/proband'</a></td></tr></table></div>"
  ] ; # 
  fhir:status [ fhir:v "completed"] ; # 
  fhir:intent [ fhir:v "order"] ; # 
  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: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" ]
  ] ; # 
  fhir:reasonCode [
fhir:text [ fhir:v "Pre-genomic analysis family history" ]
  ] ; # 
  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 "http://hl7.org/fhir/uv/sdc/Questionnaire/questionnaire-sdc-profile-example-ussg-fht"^^xsd:anyURI ;
fhir:link <http://hl7.org/fhir/uv/sdc/Questionnaire/questionnaire-sdc-profile-example-ussg-fht>     ]
  ] [
fhir:type [
      ( fhir:coding [
fhir:system [ fhir:v "http://hl7.org/fhir/uv/sdc/CodeSystem/temp"^^xsd:anyURI ] ;
fhir:code [ fhir:v "response-endpoint" ]       ] )     ] ;
fhir:value [ fhir:v "http://example.org/someplace/QuestionnaireResponse"^^xsd:anyURI ]
  ] [
fhir:type [
      ( fhir:coding [
fhir:system [ fhir:v "http://hl7.org/fhir/uv/sdc/CodeSystem/temp"^^xsd:anyURI ] ;
fhir:code [ fhir:v "response-endpoint" ]       ] )     ] ;
fhir:value [ fhir:v "http://example.org/some-other-place/Questionnaire/$process-response"^^xsd:anyURI ]
  ] ) ; # 
  fhir:output ( [
fhir:type [
      ( fhir:coding [
fhir:system [ fhir:v "http://hl7.org/fhir/uv/sdc/CodeSystem/temp"^^xsd:anyURI ] ;
fhir:code [ fhir:v "questionnaire-response" ]       ] )     ] ;
fhir:value [
a fhir:Reference ;
fhir:reference [ fhir:v "QuestionnaireResponse/questionnaireresponse-sdc-example-ussg-fht-answers" ]     ]
  ] ) . # 

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

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