PACIO Re-Assessment Timepoints Implementation Guide
1.0.0 - STU 1 United States of America flag

PACIO Re-Assessment Timepoints Implementation Guide, published by HL7 Community-Based Care and Privacy Working Group. This is not an authorized publication; it is the continuous build for version 1.0.0). This version is based on the current content of https://github.com/HL7/fhir-pacio-rt/ and changes regularly. See the Directory of published versions

: Timepoint Status Value Set - XML Representation

Active as of 2022-10-03

Raw xml | Download



<ValueSet xmlns="http://hl7.org/fhir">
  <id value="timepoint-status-vs"/>
  <text>
    <status value="extensions"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><ul><li>Include these codes as defined in <a href="http://hl7.org/fhir/R4/codesystem-encounter-status.html"><code>http://hl7.org/fhir/encounter-status</code></a><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/R4/codesystem-encounter-status.html#encounter-status-in-progress">in-progress</a></td><td>In Progress</td><td>The Encounter has begun and the patient is present / the practitioner and the patient are meeting.</td></tr><tr><td><a href="http://hl7.org/fhir/R4/codesystem-encounter-status.html#encounter-status-finished">finished</a></td><td>Finished</td><td>The Encounter has ended.</td></tr><tr><td><a href="http://hl7.org/fhir/R4/codesystem-encounter-status.html#encounter-status-planned">planned</a></td><td>Planned</td><td>The Encounter has not yet started.</td></tr></table></li></ul></div>
  </text>
  <url value="http://hl7.org/fhir/us/pacio-rt/ValueSet/timepoint-status-vs"/>
  <version value="1.0.0"/>
  <name value="TimepointStatusValueSet"/>
  <title value="Timepoint Status Value Set"/>
  <status value="active"/>
  <experimental value="false"/>
  <date value="2022-10-03T00:58:29+00:00"/>
  <publisher value="HL7 Community-Based Care and Privacy Working Group"/>
  <contact>
    <name value="HL7 Community-Based Care and Privacy Working Group"/>
    <telecom>
      <system value="url"/>
      <value value="https://www.hl7.org/Special/committees/homehealth"/>
    </telecom>
    <telecom>
      <system value="email"/>
      <value value="patients@lists.HL7.org"/>
    </telecom>
  </contact>
  <contact>
    <name value="PACIO project"/>
    <telecom>
      <system value="url"/>
      <value value="https://pacioproject.org/"/>
    </telecom>
    <telecom>
      <system value="email"/>
      <value value="info@pacioproject.org"/>
    </telecom>
  </contact>
  <description
               value="Codes for the current state of the re-assessment timepoint."/>
  <jurisdiction>
    <coding>
      <system value="urn:iso:std:iso:3166"/>
      <code value="US"/>
    </coding>
  </jurisdiction>
  <compose>
    <include>
      <system value="http://hl7.org/fhir/encounter-status"/>
      <concept>
        <code value="in-progress"/>
      </concept>
      <concept>
        <code value="finished"/>
      </concept>
      <concept>
        <code value="planned"/>
      </concept>
    </include>
  </compose>
</ValueSet>