FHIR CI-Build

This is the Continuous Integration Build of FHIR (will be incorrect/inconsistent at times).
See the Directory of published versions

Example ValueSet/task-intent (Turtle)

Terminology Infrastructure Work GroupMaturity Level: N/AStandards Status: Informative

Raw Turtle (+ also see Turtle/RDF Format Specification)

Definition for Value SetTask Intent

@prefix fhir: <http://hl7.org/fhir/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

# - resource -------------------------------------------------------------------

<http://hl7.org/fhir/ValueSet/task-intent> a fhir:ValueSet ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "task-intent"] ; # 
  fhir:meta [
     fhir:lastUpdated [ fhir:v "2025-02-19T04:42:40.473+11:00"^^xsd:dateTime ] ;
     fhir:profile ( [
       fhir:v "http://hl7.org/fhir/StructureDefinition/shareablevalueset"^^xsd:anyURI ;
       fhir:link <http://hl7.org/fhir/StructureDefinition/shareablevalueset>
     ] )
  ] ; # 
  fhir:text [
     fhir:status [ fhir:v "extensions" ] ;
     fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: ValueSet task-intent</b></p><a name=\"task-intent\"> </a><a name=\"hctask-intent\"> </a><a name=\"task-intent-en-US\"> </a><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\">Last updated: 2020-12-28T16:55:11.085+11:00</p><p style=\"margin-bottom: 0px\">Profile: <a href=\"shareablevalueset.html\">Shareable ValueSet</a></p></div><p>This value set includes codes based on the following rules:</p><ul><li>Include all codes defined in <a href=\"codesystem-task-intent.html\"><code>http://hl7.org/fhir/task-intent</code></a></li><li>Include these codes as defined in <a href=\"codesystem-request-intent.html\"><code>http://hl7.org/fhir/request-intent</code></a><table class=\"none\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td><td><b>Definition</b></td></tr><tr><td><a href=\"codesystem-request-intent.html#request-intent-proposal\">proposal</a></td><td style=\"color: #cccccc\">Proposal</td><td>The request is a suggestion made by someone/something that does not have an intention to ensure it occurs and without providing an authorization to act.</td></tr><tr><td><a href=\"codesystem-request-intent.html#request-intent-plan\">plan</a></td><td style=\"color: #cccccc\">Plan</td><td>The request represents an intention to ensure something occurs without providing an authorization for others to act.</td></tr><tr><td><a href=\"codesystem-request-intent.html#request-intent-order\">order</a></td><td style=\"color: #cccccc\">Order</td><td>The request represents a request/demand and authorization for action by the requestor.</td></tr><tr><td><a href=\"codesystem-request-intent.html#request-intent-original-order\">original-order</a></td><td style=\"color: #cccccc\">Original Order</td><td>The request represents an original authorization for action.</td></tr><tr><td><a href=\"codesystem-request-intent.html#request-intent-reflex-order\">reflex-order</a></td><td style=\"color: #cccccc\">Reflex Order</td><td>The request represents an automatically generated supplemental authorization for action based on a parent authorization together with initial results of the action taken against that parent authorization.</td></tr><tr><td><a href=\"codesystem-request-intent.html#request-intent-filler-order\">filler-order</a></td><td style=\"color: #cccccc\">Filler Order</td><td>The request represents the view of an authorization instantiated by a fulfilling system representing the details of the fulfiller's intention to act upon a submitted order.</td></tr><tr><td><a href=\"codesystem-request-intent.html#request-intent-instance-order\">instance-order</a></td><td style=\"color: #cccccc\">Instance Order</td><td>An order created in fulfillment of a broader order that represents the authorization for a single activity occurrence.  E.g. The administration of a single dose of a drug.</td></tr><tr><td><a href=\"codesystem-request-intent.html#request-intent-option\">option</a></td><td style=\"color: #cccccc\">Option</td><td>The request represents a component or option for a RequestOrchestration that establishes timing, conditionality and/or other constraints among a set of requests.  Refer to [[[RequestOrchestration]]] for additional information on how this status is used.</td></tr></table></li></ul></div>"^^rdf:XMLLiteral
  ] ; # 
  fhir:extension ( [
     fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg"^^xsd:anyURI ] ;
     fhir:value [
       a fhir:code ;
       fhir:v "oo"
     ]
  ] [
     fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status"^^xsd:anyURI ] ;
     fhir:value [
       a fhir:code ;
       fhir:v "trial-use"
     ]
  ] [
     fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm"^^xsd:anyURI ] ;
     fhir:value [
       a fhir:integer ;
       fhir:v "4"^^xsd:integer
     ]
  ] ) ; # 
  fhir:url [ fhir:v "http://hl7.org/fhir/ValueSet/task-intent"^^xsd:anyURI] ; # 
  fhir:identifier ( [
     fhir:system [ fhir:v "urn:ietf:rfc:3986"^^xsd:anyURI ] ;
     fhir:value [ fhir:v "urn:oid:2.16.840.1.113883.4.642.3.1240" ]
  ] ) ; # 
  fhir:version [ fhir:v "6.0.0-ballot2"] ; # 
  fhir:name [ fhir:v "TaskIntent"] ; # 
  fhir:title [ fhir:v "Task Intent"] ; # 
  fhir:status [ fhir:v "draft"] ; # 
  fhir:experimental [ fhir:v "false"^^xsd:boolean] ; # 
  fhir:date [ fhir:v "2020-12-28T16:55:11+11:00"^^xsd:dateTime] ; # 
  fhir:publisher [ fhir:v "HL7 (FHIR Project)"] ; # 
  fhir:contact ( [
     fhir:telecom ( [
       fhir:system [ fhir:v "url" ] ;
       fhir:value [ fhir:v "http://hl7.org/fhir" ]
     ] [
       fhir:system [ fhir:v "email" ] ;
       fhir:value [ fhir:v "fhir@lists.hl7.org" ]
     ] )
  ] ) ; # 
  fhir:description [ fhir:v "Distinguishes whether the task is a proposal, plan or full order."] ; # 
  fhir:jurisdiction ( [
     fhir:coding ( [
       fhir:system [ fhir:v "http://unstats.un.org/unsd/methods/m49/m49.htm"^^xsd:anyURI ] ;
       fhir:code [ fhir:v "001" ] ;
       fhir:display [ fhir:v "World" ]
     ] )
  ] ) ; # 
  fhir:immutable [ fhir:v "true"^^xsd:boolean] ; # 
  fhir:compose [
     fhir:include ( [
       fhir:system [ fhir:v "http://hl7.org/fhir/task-intent"^^xsd:anyURI ]
     ] [
       fhir:system [ fhir:v "http://hl7.org/fhir/request-intent"^^xsd:anyURI ] ;
       fhir:concept ( [
         fhir:code [ fhir:v "proposal" ]
       ] [
         fhir:code [ fhir:v "plan" ]
       ] [
         fhir:code [ fhir:v "order" ]
       ] [
         fhir:code [ fhir:v "original-order" ]
       ] [
         fhir:code [ fhir:v "reflex-order" ]
       ] [
         fhir:code [ fhir:v "filler-order" ]
       ] [
         fhir:code [ fhir:v "instance-order" ]
       ] [
         fhir:code [ fhir:v "option" ]
       ] )
     ] )
  ] ; # 
  fhir:expansion [] . # 

# -------------------------------------------------------------------------------------


Usage note: every effort has been made to ensure that the examples are correct and useful, but they are not a normative part of the specification.