R4 Ballot #2 (Mixed Normative/Trial use)

This page is part of the FHIR Specification (v3.5.0: R4 Ballot #2). The current version which supercedes this version is 5.0.0. For a full list of available versions, see the Directory of published versions

Codesystem-task-performer-type.json

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

Raw JSON (canonical form + also see JSON Format Specification)

Definition for Code System TaskPerformerType

{
  "resourceType" : "CodeSystem",
  "id" : "task-performer-type",
  "meta" : {
    "lastUpdated" : "2018-08-19T21:48:56.559+10:00"
  },
  "text" : {
    "status" : "generated",
    "div" : "<div>!-- Snipped for Brevity --></div>"
  },
  "extension" : [{
    "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg",
    "valueCode" : "oo"
  }],
  "url" : "http://terminology.hl7.org/CodeSystem/task-performer-type",
  "identifier" : [{
    "system" : "urn:ietf:rfc:3986",
    "value" : "urn:oid:2.16.840.1.113883.4.642.1.1242"
  }],
  "version" : "3.5.0",
  "name" : "TaskPerformerType",
  "title" : "TaskPerformerType",
  "status" : "draft",
  "experimental" : false,
  "date" : "2018-08-19T21:48:56+10:00",
  "publisher" : "HL7 (FHIR Project)",
  "contact" : [{
    "telecom" : [{
      "system" : "url",
      "value" : "http://hl7.org/fhir"
    },
    {
      "system" : "email",
      "value" : "fhir@lists.hl7.org"
    }]
  }],
  "description" : "The type(s) of task performers allowed.",
  "caseSensitive" : true,
  "valueSet" : "http://hl7.org/fhir/ValueSet/task-performer-type",
  "content" : "complete",
  "concept" : [{
    "code" : "requester",
    "display" : "Requester",
    "definition" : "A workflow participant that requests services."
  },
  {
    "code" : "dispatcher",
    "display" : "Dispatcher",
    "definition" : "A workflow participant that dispatches services (assigns another task to a participant).",
    "concept" : [{
      "code" : "scheduler",
      "display" : "Scheduler",
      "definition" : "A workflow participant that schedules (dispatches and sets the time or date for performance of) services."
    }]
  },
  {
    "code" : "performer",
    "display" : "Performer",
    "definition" : "A workflow participant that performs services."
  },
  {
    "code" : "monitor",
    "display" : "Monitor",
    "definition" : "A workflow participant that monitors task activity."
  },
  {
    "code" : "manager",
    "display" : "Manager",
    "definition" : "A workflow participant that manages task activity."
  },
  {
    "code" : "acquirer",
    "display" : "Acquirer",
    "definition" : "A workflow participant that acquires resources (specimens, images, etc.) necessary to perform the task."
  },
  {
    "code" : "reviewer",
    "display" : "Reviewer",
    "definition" : "A workflow participant that reviews task inputs or outputs."
  }]
}

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.