FHIR Cross-Version Extensions package for FHIR R4 from FHIR R5 - Version 0.0.1-snapshot-2. See the Directory of published versions
Page standards status: Informative | Maturity Level: 2 |
<CodeSystem xmlns="http://hl7.org/fhir">
<id value="task-status-reason"/>
<text>
<status value="generated"/>
<div xmlns="http://www.w3.org/1999/xhtml">
<p>This 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-standards-status">
<valueCode value="informative"/>
</extension>
<extension
url="http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm">
<valueInteger value="2"/>
</extension>
<extension url="http://hl7.org/fhir/StructureDefinition/package-source">
<extension url="packageId">
<valueId value="hl7.fhir.uv.xver-r5.r4"/>
</extension>
<extension url="version">
<valueString value="0.0.1-snapshot-2"/>
</extension>
</extension>
<extension
url="http://hl7.org/fhir/StructureDefinition/structuredefinition-wg">
<valueCode value="oo"/>
</extension>
<url value="http://hl7.org/fhir/task-status-reason"/>
<version value="5.0.0"/>
<name value="TaskStatusReason"/>
<title value="Task Status Reason"/>
<status value="active"/>
<experimental value="false"/>
<date value="2021-01-05T09:01:24+10:00"/>
<publisher value="Orders and Observations"/>
<contact>
<name value="Orders and Observations"/>
<telecom>
<system value="url"/>
<value value="http://www.hl7.org/Special/committees/orders"/>
</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>