Release 4B

This page is part of the FHIR Specification (v4.3.0: R4B - STU). The current version which supercedes this version is 5.0.0. For a full list of available versions, see the Directory of published versions . Page versions: R5 R4B R4

Codesystem-task-code.ttl

Orders and Observations Work GroupMaturity Level: N/AStandards Status: Informative

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

Definition for Code SystemTaskCode

@prefix fhir: <http://hl7.org/fhir/> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .

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

[] a fhir:CodeSystem;
  fhir:Resource.id [ fhir:value "task-code"];
  fhir:Resource.meta [
     fhir:Meta.lastUpdated [ fhir:value "2022-05-28T12:47:40.239+10:00" ];
     fhir:Meta.profile [
       fhir:value "http://hl7.org/fhir/StructureDefinition/shareablecodesystem";
       fhir:index 0
     ]
  ];
  fhir:DomainResource.text [
     fhir:Narrative.status [ fhir:value "generated" ]
  ];
  fhir:DomainResource.extension [
     fhir:index 0;
     fhir:Extension.url [ fhir:value "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg" ];
     fhir:Extension.value [ fhir:value "oo" ]
  ];
  fhir:CodeSystem.url [ fhir:value "http://hl7.org/fhir/CodeSystem/task-code"];
  fhir:CodeSystem.identifier [
     fhir:index 0;
     fhir:Identifier.system [ fhir:value "urn:ietf:rfc:3986" ];
     fhir:Identifier.value [ fhir:value "urn:oid:2.16.840.1.113883.4.642.1.1397" ]
  ];
  fhir:CodeSystem.version [ fhir:value "4.3.0"];
  fhir:CodeSystem.name [ fhir:value "TaskCode"];
  fhir:CodeSystem.title [ fhir:value "Task Codes"];
  fhir:CodeSystem.status [ fhir:value "active"];
  fhir:CodeSystem.experimental [ fhir:value "false"];
  fhir:CodeSystem.description [ fhir:value "Codes indicating the type of action that is expected to be performed"];
  fhir:CodeSystem.caseSensitive [ fhir:value "true"];
  fhir:CodeSystem.valueSet [ fhir:value "http://hl7.org/fhir/ValueSet/task-code.html"];
  fhir:CodeSystem.content [ fhir:value "complete"];
  fhir:CodeSystem.concept [
     fhir:index 0;
     fhir:CodeSystem.code [ fhir:value "approve" ];
     fhir:CodeSystem.display [ fhir:value "Activate/approve the focal resource" ];
     fhir:CodeSystem.definition [ fhir:value "Take what actions are needed to transition the focus resource from 'draft' to 'active' or 'in-progress', as appropriate for the resource type.  This may involve additing additional content, approval, validation, etc." ]
  ], [
     fhir:index 1;
     fhir:CodeSystem.code [ fhir:value "fulfill" ];
     fhir:CodeSystem.display [ fhir:value "Fulfill the focal request" ];
     fhir:CodeSystem.definition [ fhir:value "Act to perform the actions defined in the focus request.  This might result in a 'more assertive' request (order for a plan or proposal, filler order for a placer order), but is intend to eventually result in events.  The degree of fulfillment requested might be limited by Task.restriction." ]
  ], [
     fhir:index 2;
     fhir:CodeSystem.code [ fhir:value "abort" ];
     fhir:CodeSystem.display [ fhir:value "Mark the focal resource as no longer active" ];
     fhir:CodeSystem.definition [ fhir:value "Abort, cancel or withdraw the focal resource, as appropriate for the type of resource." ]
  ], [
     fhir:index 3;
     fhir:CodeSystem.code [ fhir:value "replace" ];
     fhir:CodeSystem.display [ fhir:value "Replace the focal resource with the input resource" ];
     fhir:CodeSystem.definition [ fhir:value "Replace the focal resource with the specified input resource" ]
  ], [
     fhir:index 4;
     fhir:CodeSystem.code [ fhir:value "change" ];
     fhir:CodeSystem.display [ fhir:value "Change the focal resource" ];
     fhir:CodeSystem.definition [ fhir:value "Update the focal resource of the owning system to reflect the content specified as the Task.focus" ]
  ], [
     fhir:index 5;
     fhir:CodeSystem.code [ fhir:value "suspend" ];
     fhir:CodeSystem.display [ fhir:value "Suspend the focal resource" ];
     fhir:CodeSystem.definition [ fhir:value "Transition the focal resource from 'active' or 'in-progress' to 'suspended'" ]
  ], [
     fhir:index 6;
     fhir:CodeSystem.code [ fhir:value "resume" ];
     fhir:CodeSystem.display [ fhir:value "Re-activate the focal resource" ];
     fhir:CodeSystem.definition [ fhir:value "Transition the focal resource from 'suspended' to 'active' or 'in-progress' as appropriate for the resource type." ]
  ] .

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


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.