Da Vinci - Prior Authorization Support
0.1.0 - STU Ballot

This page is part of the Da Vinci Prior Authorization Support (PAS) FHIR IG (v0.1.0: STU 1 Ballot 1) based on FHIR R4. The current version which supercedes this version is 1.1.0. For a full list of available versions, see the Directory of published versions

PAS Information Change Mode - XML Representation

(back to narrative)

Raw xml


<CodeSystem xmlns="http://hl7.org/fhir">
  <id value="PASInformationChangeMode"/>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><h2>PASInformationChangeMode</h2><div><p>The mode by which a piece of information has changed.</p>
</div><p>This code system http://hl7.org/fhir/us/davinci-pas/CodeSystem/PASInformationChangeMode 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">changed<a name="PASInformationChangeMode-changed"> </a></td><td>Changed</td><td>A pre-existing piece of information has been modified.</td></tr><tr><td style="white-space:nowrap">added<a name="PASInformationChangeMode-added"> </a></td><td>Added</td><td>A new piece of information has been added to the item.</td></tr></table></div>
  </text>
  <url
       value="http://hl7.org/fhir/us/davinci-pas/CodeSystem/PASInformationChangeMode"/>
  <version value="0.1.0"/>
  <name value="PASInformationChangeMode"/>
  <status value="draft"/>
  <experimental value="false"/>
  <date value="2018-03-13T11:16:34-04:00"/>
  <contact>
    <telecom>
      <system value="url"/>
    </telecom>
    <telecom>
      <system value="email"/>
    </telecom>
  </contact>
  <description value="The mode by which a piece of information has changed."/>
  <jurisdiction>
    <coding>
      <system value="urn:iso:std:iso:3166"/>
      <code value="US"/>
    </coding>
  </jurisdiction>
  <caseSensitive value="true"/>
  <valueSet
            value="http://hl7.org/fhir/us/davinci-pas/CodeSystem/PASInformationChangeMode"/>
  <content value="complete"/>
  <concept>
    <code value="changed"/>
    <display value="Changed"/>
    <definition value="A pre-existing piece of information has been modified."/>
  </concept>
  <concept>
    <code value="added"/>
    <display value="Added"/>
    <definition value="A new piece of information has been added to the item."/>
  </concept>
</CodeSystem>