This page is part of the FHIR Specification (v3.0.2: STU 3). The current version which supercedes this version is 5.0.0. For a full list of available versions, see the Directory of published versions
Vocabulary Work Group | Maturity Level: N/A | Ballot Status: Informative |
Definition for Code System TaskPerformerType
{ "resourceType": "CodeSystem", "id": "task-performer-type", "meta": { "lastUpdated": "2019-10-24T11:53:00+11:00" }, "text": { "status": "generated", "div": "<div>!-- Snipped for Brevity --></div>" }, "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-ballot-status", "valueString": "Informative" }, { "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", "valueInteger": 2 }, { "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", "valueCode": "oo" } ], "url": "http://hl7.org/fhir/task-performer-type", "identifier": { "system": "urn:ietf:rfc:3986", "value": "urn:oid:2.16.840.1.113883.4.642.1.772" }, "version": "3.0.2", "name": "TaskPerformerType", "status": "draft", "experimental": false, "date": "2019-10-24T11:53:00+11: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.