FHIR Cross-Version Extensions package for FHIR R4B from FHIR R4
0.0.1-snapshot-2 - informative International flag

FHIR Cross-Version Extensions package for FHIR R4B from FHIR R4 - Version 0.0.1-snapshot-2. See the Directory of published versions

: ParticipationStatus - XML Representation

Page standards status: Informative Maturity Level: 3

Raw xml | Download


<CodeSystem xmlns="http://hl7.org/fhir">
  <id value="participationstatus"/>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><p class="res-header-id"><b>Generated Narrative: CodeSystem participationstatus</b></p><a name="participationstatus"> </a><a name="hcparticipationstatus"> </a><p>This case-sensitive code system <code>http://hl7.org/fhir/participationstatus</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">accepted<a name="participationstatus-accepted"> </a></td><td>Accepted</td><td>The participant has accepted the appointment.</td></tr><tr><td style="white-space:nowrap">declined<a name="participationstatus-declined"> </a></td><td>Declined</td><td>The participant has declined the appointment and will not participate in the appointment.</td></tr><tr><td style="white-space:nowrap">tentative<a name="participationstatus-tentative"> </a></td><td>Tentative</td><td>The participant has  tentatively accepted the appointment. This could be automatically created by a system and requires further processing before it can be accepted. There is no commitment that attendance will occur.</td></tr><tr><td style="white-space:nowrap">needs-action<a name="participationstatus-needs-action"> </a></td><td>Needs Action</td><td>The participant needs to indicate if they accept the appointment by changing this status to one of the other statuses.</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="3"/>
  </extension>
  <extension url="http://hl7.org/fhir/StructureDefinition/package-source">
    <extension url="packageId">
      <valueId value="hl7.fhir.uv.xver-r4.r4b"/>
    </extension>
    <extension url="version">
      <valueString value="0.0.1-snapshot-2"/>
    </extension>
  </extension>
  <extension
             url="http://hl7.org/fhir/StructureDefinition/structuredefinition-wg">
    <valueCode value="pa"/>
  </extension>
  <url value="http://hl7.org/fhir/participationstatus"/>
  <version value="4.0.1"/>
  <name value="ParticipationStatus"/>
  <title value="ParticipationStatus"/>
  <status value="draft"/>
  <experimental value="false"/>
  <date value="2019-11-01T08:29:23+10:00"/>
  <publisher value="Patient Administration"/>
  <contact>
    <name value="Patient Administration"/>
    <telecom>
      <system value="url"/>
      <value value="http://www.hl7.org/Special/committees/pafm"/>
    </telecom>
  </contact>
  <description value="The Participation status of an appointment."/>
  <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/participationstatus|4.3.0"/>
  <content value="complete"/>
  <concept>
    <code value="accepted"/>
    <display value="Accepted"/>
    <definition value="The participant has accepted the appointment."/>
  </concept>
  <concept>
    <code value="declined"/>
    <display value="Declined"/>
    <definition
                value="The participant has declined the appointment and will not participate in the appointment."/>
  </concept>
  <concept>
    <code value="tentative"/>
    <display value="Tentative"/>
    <definition
                value="The participant has  tentatively accepted the appointment. This could be automatically created by a system and requires further processing before it can be accepted. There is no commitment that attendance will occur."/>
  </concept>
  <concept>
    <code value="needs-action"/>
    <display value="Needs Action"/>
    <definition
                value="The participant needs to indicate if they accept the appointment by changing this status to one of the other statuses."/>
  </concept>
</CodeSystem>