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 (XML)

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

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

Definition for Code SystemTaskStatusReason

<?xml version="1.0" encoding="UTF-8"?>

<CodeSystem xmlns="http://hl7.org/fhir">
  <id value="task-status-reason"/> 
  <meta> 
    <lastUpdated value="2024-04-25T12:40:28.725+00:00"/> 
    <profile value="http://hl7.org/fhir/StructureDefinition/shareablecodesystem"/> 
  </meta> 
  <text> 
    <status value="generated"/> 
    <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> 
  </text> 
  <extension url="http://hl7.org/fhir/StructureDefinition/structuredefinition-wg">
    <valueCode value="oo"/> 
  </extension> 
  <extension url="http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status">
    <valueCode value="trial-use"/> 
  </extension> 
  <extension url="http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm">
    <valueInteger value="2"/> 
  </extension> 
  <url value="http://hl7.org/fhir/task-status-reason"/> 
  <identifier> 
    <system value="urn:ietf:rfc:3986"/> 
    <value value="urn:oid:2.16.840.1.113883.4.642.4.2042"/> 
  </identifier> 
  <version value="6.0.0-cibuild"/> 
  <name value="TaskStatusReason"/> 
  <title value="Task Status Reason"/> 
  <status value="active"/> 
  <experimental value="false"/> 
  <date value="2021-01-05T10:01:24+11:00"/> 
  <publisher value="HL7 (FHIR Project)"/> 
  <contact> 
    <telecom> 
      <system value="url"/> 
      <value value="http://hl7.org/fhir"/> 
    </telecom> 
    <telecom> 
      <system value="email"/> 
      <value value="fhir@lists.hl7.org"/> 
    </telecom> 
  </contact> 
  <description value="The current status reason of the task."/> 
  <jurisdiction> 
    <coding> 
      <system value="http://unstats.un.org/unsd/methods/m49/m49.htm"/> 
      <code value="001"/> 
      <display value="World"/> 
    </coding> 
  </jurisdiction> 
  <caseSensitive value="true"/> 
  <valueSet value="http://hl7.org/fhir/ValueSet/task-status-reason"/> 
  <content value="complete"/> 
  <concept> 
    <code value="missing"/> 
    <display value="Missing"/> 
    <definition value="An item nessary for task completion is missing."/> 
  </concept> 
  <concept> 
    <code value="misidentified"/> 
    <display value="Misidentified"/> 
    <definition value="Something related to the task was misidentified."/> 
  </concept> 
  <concept> 
    <code value="equipment-issue"/> 
    <display value="Equipment-issue"/> 
    <definition value="A piece of equipment necessary for completion of the task is malfunctioning."/> 
  </concept> 
  <concept> 
    <code value="environmental-issue"/> 
    <display value="Environmental-issue"/> 
    <definition value="Something in the environment is preventing task completion."/> 
  </concept> 
  <concept> 
    <code value="personnel-issue"/> 
    <display value="Personnel-issue"/> 
    <definition value="Key personnel necessary for task completion are not present."/> 
  </concept> 
</CodeSystem> 

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.