FHIR CI-Build

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

Example CodeSystem/task-status-reason (JSON)

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

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

Definition for Code SystemTaskStatusReason

{
  "resourceType" : "CodeSystem",
  "id" : "task-status-reason",
  "meta" : {
    "lastUpdated" : "2024-04-19T18:19:53.040+00:00",
    "profile" : ["http://hl7.org/fhir/StructureDefinition/shareablecodesystem"]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p>This case-sensitive code system <code>http://hl7.org/fhir/task-status-reason</code> defines the following codes:</p><table class=\"codes\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td><td><b>Definition</b></td></tr><tr><td style=\"white-space:nowrap\">missing<a name=\"task-status-reason-missing\"> </a></td><td>Missing</td><td>An item nessary for task completion is missing.</td></tr><tr><td style=\"white-space:nowrap\">misidentified<a name=\"task-status-reason-misidentified\"> </a></td><td>Misidentified</td><td>Something related to the task was misidentified.</td></tr><tr><td style=\"white-space:nowrap\">equipment-issue<a name=\"task-status-reason-equipment-issue\"> </a></td><td>Equipment-issue</td><td>A piece of equipment necessary for completion of the task is malfunctioning.</td></tr><tr><td style=\"white-space:nowrap\">environmental-issue<a name=\"task-status-reason-environmental-issue\"> </a></td><td>Environmental-issue</td><td>Something in the environment is preventing task completion.</td></tr><tr><td style=\"white-space:nowrap\">personnel-issue<a name=\"task-status-reason-personnel-issue\"> </a></td><td>Personnel-issue</td><td>Key personnel necessary for task completion are not present.</td></tr></table></div>"
  },
  "extension" : [{
    "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg",
    "valueCode" : "oo"
  },
  {
    "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status",
    "valueCode" : "trial-use"
  },
  {
    "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm",
    "valueInteger" : 2
  }],
  "url" : "http://hl7.org/fhir/task-status-reason",
  "identifier" : [{
    "system" : "urn:ietf:rfc:3986",
    "value" : "urn:oid:2.16.840.1.113883.4.642.4.2042"
  }],
  "version" : "6.0.0-cibuild",
  "name" : "TaskStatusReason",
  "title" : "Task Status Reason",
  "status" : "active",
  "experimental" : false,
  "date" : "2021-01-05T10:01:24+11:00",
  "publisher" : "HL7 (FHIR Project)",
  "contact" : [{
    "telecom" : [{
      "system" : "url",
      "value" : "http://hl7.org/fhir"
    },
    {
      "system" : "email",
      "value" : "fhir@lists.hl7.org"
    }]
  }],
  "description" : "The current status reason of the task.",
  "jurisdiction" : [{
    "coding" : [{
      "system" : "http://unstats.un.org/unsd/methods/m49/m49.htm",
      "code" : "001",
      "display" : "World"
    }]
  }],
  "caseSensitive" : true,
  "valueSet" : "http://hl7.org/fhir/ValueSet/task-status-reason",
  "content" : "complete",
  "concept" : [{
    "code" : "missing",
    "display" : "Missing",
    "definition" : "An item nessary for task completion is missing."
  },
  {
    "code" : "misidentified",
    "display" : "Misidentified",
    "definition" : "Something related to the task was misidentified."
  },
  {
    "code" : "equipment-issue",
    "display" : "Equipment-issue",
    "definition" : "A piece of equipment necessary for completion of the task is malfunctioning."
  },
  {
    "code" : "environmental-issue",
    "display" : "Environmental-issue",
    "definition" : "Something in the environment is preventing task completion."
  },
  {
    "code" : "personnel-issue",
    "display" : "Personnel-issue",
    "definition" : "Key personnel necessary for task completion are not present."
  }]
}

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.