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-consent-status.xml

Raw XML (canonical form)

Definition for Code System ConsentStatus

<CodeSystem xmlns="http://hl7.org/fhir">
  <id value="consent-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>ConsentStatus</h2>
      <div>
        <p>Indicates the status of the consent</p>

      </div>
      <p>This code system http://hl7.org/fhir/consent-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>draft
            <a name="consent-status-draft"> </a>
          </td>
          <td>Pending</td>
          <td>The consent is in development or awaiting use but is not yet intended to be acted upon.</td>
        </tr>
        <tr>
          <td>proposed
            <a name="consent-status-proposed"> </a>
          </td>
          <td>Proposed</td>
          <td>The consent has be proposed but not yet agreed to by all parties. The negotiation stage.</td>
        </tr>
        <tr>
          <td>active
            <a name="consent-status-active"> </a>
          </td>
          <td>Active</td>
          <td>The consent is to be followed and enforced.</td>
        </tr>
        <tr>
          <td>rejected
            <a name="consent-status-rejected"> </a>
          </td>
          <td>Rejected</td>
          <td>The consent has been rejected by one or more of the parties.</td>
        </tr>
        <tr>
          <td>inactive
            <a name="consent-status-inactive"> </a>
          </td>
          <td>Inactive</td>
          <td>The consent is terminated or replaced.</td>
        </tr>
        <tr>
          <td>entered-in-error
            <a name="consent-status-entered-in-error"> </a>
          </td>
          <td>Entered in Error</td>
          <td>The consent was created wrongly (e.g. wrong patient) and should be ignored</td>
        </tr>
      </table>
    </div>
  </text>
  <url value="http://hl7.org/fhir/consent-status"/>
  <identifier>
    <system value="urn:ietf:rfc:3986"/>
    <value value="urn:oid:2.16.840.1.113883.4.642.1.904"/>
  </identifier>
  <version value="1.6.0"/>
  <name value="ConsentStatus"/>
  <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="Indicates the status of the consent"/>
  <caseSensitive value="true"/>
  <valueSet value="http://hl7.org/fhir/ValueSet/consent-status"/>
  <content value="complete"/>
  <concept>
    <code value="draft"/>
    <display value="Pending"/>
    <definition value="The consent is in development or awaiting use but is not yet intended to be acted upon."/>
  </concept>
  <concept>
    <code value="proposed"/>
    <display value="Proposed"/>
    <definition value="The consent has be proposed but not yet agreed to by all parties. The negotiation stage."/>
  </concept>
  <concept>
    <code value="active"/>
    <display value="Active"/>
    <definition value="The consent is to be followed and enforced."/>
  </concept>
  <concept>
    <code value="rejected"/>
    <display value="Rejected"/>
    <definition value="The consent has been rejected by one or more of the parties."/>
  </concept>
  <concept>
    <code value="inactive"/>
    <display value="Inactive"/>
    <definition value="The consent is terminated or replaced."/>
  </concept>
  <concept>
    <code value="entered-in-error"/>
    <display value="Entered in Error"/>
    <definition value="The consent was created wrongly (e.g. wrong patient) and should be ignored"/>
  </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.