STU 3 Ballot

This page is part of the FHIR Specification (v1.6.0: STU 3 Ballot 4). The current version which supercedes this version is 5.0.0. For a full list of available versions, see the Directory of published versions

Codesystem-communication-status.xml

Raw XML (canonical form)

Definition for Code System CommunicationStatus

<CodeSystem xmlns="http://hl7.org/fhir">
  <id value="communication-status"/>
  <meta>
    <lastUpdated value="2016-08-11T17:02:54.322+10:00"/>
  </meta>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml">
      <h2>CommunicationStatus</h2>
      <div>
        <p>The status of the communication.</p>

      </div>
      <p>This code system http://hl7.org/fhir/communication-status defines the following codes:</p>
      <table class="codes">
        <tr>
          <td>
            <b>Code</b>
          </td>
          <td>
            <b>Display</b>
          </td>
          <td>
            <b>Definition</b>
          </td>
        </tr>
        <tr>
          <td>in-progress
            <a name="communication-status-in-progress"> </a>
          </td>
          <td>In Progress</td>
          <td>The communication transmission is ongoing.</td>
        </tr>
        <tr>
          <td>completed
            <a name="communication-status-completed"> </a>
          </td>
          <td>Completed</td>
          <td>The message transmission is complete, i.e., delivered to the recipient's destination.</td>
        </tr>
        <tr>
          <td>suspended
            <a name="communication-status-suspended"> </a>
          </td>
          <td>Suspended</td>
          <td>The communication transmission has been held by originating system/user request.</td>
        </tr>
        <tr>
          <td>rejected
            <a name="communication-status-rejected"> </a>
          </td>
          <td>Rejected</td>
          <td>The receiving system has declined to accept the message.</td>
        </tr>
        <tr>
          <td>failed
            <a name="communication-status-failed"> </a>
          </td>
          <td>Failed</td>
          <td>There was a failure in transmitting the message out.</td>
        </tr>
      </table>
    </div>
  </text>
  <url value="http://hl7.org/fhir/communication-status"/>
  <identifier>
    <system value="urn:ietf:rfc:3986"/>
    <value value="urn:oid:2.16.840.1.113883.4.642.1.79"/>
  </identifier>
  <version value="1.6.0"/>
  <name value="CommunicationStatus"/>
  <status value="draft"/>
  <experimental value="false"/>
  <publisher value="HL7 (FHIR Project)"/>
  <contact>
    <telecom>
      <system value="other"/>
      <value value="http://hl7.org/fhir"/>
    </telecom>
    <telecom>
      <system value="email"/>
      <value value="fhir@lists.hl7.org"/>
    </telecom>
  </contact>
  <date value="2016-08-11T17:02:54+10:00"/>
  <description value="The status of the communication."/>
  <caseSensitive value="true"/>
  <valueSet value="http://hl7.org/fhir/ValueSet/communication-status"/>
  <content value="complete"/>
  <concept>
    <code value="in-progress"/>
    <display value="In Progress"/>
    <definition value="The communication transmission is ongoing."/>
  </concept>
  <concept>
    <code value="completed"/>
    <display value="Completed"/>
    <definition value="The message transmission is complete, i.e., delivered to the recipient's destination."/>
  </concept>
  <concept>
    <code value="suspended"/>
    <display value="Suspended"/>
    <definition value="The communication transmission has been held by originating system/user request."/>
  </concept>
  <concept>
    <code value="rejected"/>
    <display value="Rejected"/>
    <definition value="The receiving system has declined to accept the message."/>
  </concept>
  <concept>
    <code value="failed"/>
    <display value="Failed"/>
    <definition value="There was a failure in transmitting the message out."/>
  </concept>
</CodeSystem>

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.