FHIR R6 Patient Care Incubator, published by HL7 International / Patient Care. This guide is not an authorized publication; it is the continuous build for version 0.1.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/HL7/pc-incubator/ and changes regularly. See the Directory of published versions
| Page standards status: Informative |
<ValueSet xmlns="http://hl7.org/fhir">
<id value="ClinicalAssessment-status"/>
<text>
<status value="extensions"/>
<div xmlns="http://www.w3.org/1999/xhtml"><p class="res-header-id"><b>Generated Narrative: ValueSet ClinicalAssessment-status</b></p><a name="ClinicalAssessment-status"> </a><a name="hcClinicalAssessment-status"> </a><ul><li>Include these codes as defined in <a href="http://hl7.org/fhir/R5/codesystem-event-status.html"><code>http://hl7.org/fhir/event-status</code></a><span title="Version is not explicitly stated, which means it is fixed to 6.0.0-ballot3, the version found through the package references"> version 📦6.0.0-ballot3</span><table class="none"><tr><td style="white-space:nowrap"><b>Code</b></td><td><b>Display</b></td><td><b>Definition</b></td></tr><tr><td><a href="http://hl7.org/fhir/R5/codesystem-event-status.html#event-status-in-progress">in-progress</a></td><td style="color: #cccccc">In Progress</td><td>The event is currently occurring.</td></tr><tr><td><a href="http://hl7.org/fhir/R5/codesystem-event-status.html#event-status-completed">completed</a></td><td style="color: #cccccc">Completed</td><td>The event has now concluded.</td></tr><tr><td><a href="http://hl7.org/fhir/R5/codesystem-event-status.html#event-status-entered-in-error">entered-in-error</a></td><td style="color: #cccccc">Entered in Error</td><td>This electronic record should never have existed, though it is possible that real-world decisions were based on it. (If real-world activity has occurred, the status should be "stopped" rather than "entered-in-error".).</td></tr></table></li></ul></div>
</text>
<extension
url="http://hl7.org/fhir/StructureDefinition/structuredefinition-wg">
<valueCode value="pc"/>
</extension>
<extension
url="http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status">
<valueCode value="informative">
<extension
url="http://hl7.org/fhir/StructureDefinition/structuredefinition-conformance-derivedFrom">
<valueCanonical
value="http://hl7.org/fhir/uv/pc-incubator/ImplementationGuide/hl7.fhir.uv.pc-incubator"/>
</extension>
</valueCode>
</extension>
<url value="http://hl7.org/fhir/ValueSet/ClinicalAssessment-status"/>
<version value="0.1.0"/>
<name value="ClinicalAssessmentStatus"/>
<title value="Clinical assessment Status"/>
<status value="active"/>
<experimental value="true"/>
<date value="2026-05-28T07:18:39+00:00"/>
<publisher value="HL7 International / Patient Care"/>
<contact>
<name value="HL7 International / Patient Care"/>
<telecom>
<system value="url"/>
<value value="http://www.hl7.org/Special/committees/patientcare"/>
</telecom>
</contact>
<description
value="Codes that reflect the current state of a clinical assessment within its overall lifecycle."/>
<jurisdiction>
<coding>
<system value="http://unstats.un.org/unsd/methods/m49/m49.htm"/>
<code value="001"/>
<display value="World"/>
</coding>
</jurisdiction>
<compose>
<include>
<system value="http://hl7.org/fhir/event-status"/>
<concept>
<code value="in-progress"/>
</concept>
<concept>
<code value="completed"/>
</concept>
<concept>
<code value="entered-in-error"/>
</concept>
</include>
</compose>
</ValueSet>