FHIR CI-Build

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

Example ValueSet/appointmentresponse-status (XML)

Terminology Infrastructure Work GroupMaturity Level: N/AStandards Status: Informative

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

Definition for Value SetAppointment Response Status

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

<ValueSet xmlns="http://hl7.org/fhir">
  <id value="appointmentresponse-status"/> 
  <meta> 
    <lastUpdated value="2024-04-25T12:40:28.725+00:00"/> 
    <profile value="http://hl7.org/fhir/StructureDefinition/shareablevalueset"/> 
  </meta> 
  <text> 
    <status value="extensions"/> 
    <div xmlns="http://www.w3.org/1999/xhtml">
      <p> This value set includes codes based on the following rules:</p> 
      <ul> 
        <li> Include all codes defined in 
          <a href="codesystem-participationstatus.html">
            <code> http://hl7.org/fhir/participationstatus</code> 
          </a> 
        </li> 
        <li> Include these codes as defined in 
          <a href="codesystem-appointmentstatus.html">
            <code> http://hl7.org/fhir/appointmentstatus</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> 
              <td> 
                <b> 
                  <a href="valueset-resource-status.html">Canonical Mapping for &quot;Appointment Response Status&quot;</a> 
                </b> 
              </td> 
            </tr> 
            <tr> 
              <td> 
                <a href="codesystem-appointmentstatus.html#appointmentstatus-entered-in-error">entered-in-error</a> 
              </td> 
              <td> Entered in error</td> 
              <td> This instance should not have been part of this patient's medical record.</td> 
              <td> 
                <span title="EQUIVALENT">~</span> 
                <a href="codesystem-resource-status.html#resource-status-error">error</a> 
              </td> 
            </tr> 
          </table> 
        </li> 
      </ul> 
    </div> 
  </text> 
  <extension url="http://hl7.org/fhir/StructureDefinition/structuredefinition-wg">
    <valueCode value="pa"/> 
  </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="3"/> 
  </extension> 
  <url value="http://hl7.org/fhir/ValueSet/appointmentresponse-status"/> 
  <identifier> 
    <system value="urn:ietf:rfc:3986"/> 
    <value value="urn:oid:2.16.840.1.113883.4.642.3.3314"/> 
  </identifier> 
  <version value="6.0.0-cibuild"/> 
  <name value="AppointmentResponseStatus"/> 
  <title value="Appointment Response Status"/> 
  <status value="draft"/> 
  <experimental value="false"/> 
  <date value="2020-12-28T16:55:11+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 Participation status for a participant in response to a request for an appointment."/> 
  <immutable value="true"/> 
  <compose> 
    <include> 
      <system value="http://hl7.org/fhir/participationstatus"/> 
    </include> 
    <include> 
      <system value="http://hl7.org/fhir/appointmentstatus"/> 
      <concept> 
        <code value="entered-in-error"/> 
        <display value="Entered in error"/> 
      </concept> 
    </include> 
  </compose> 
</ValueSet> 

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.