Da Vinci Prior Authorization Support (PAS) FHIR IG
1.0.0 - STU 1

This page is part of the Da Vinci Prior Authorization Support (PAS) FHIR IG (v1.0.0: STU 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 Code System - XML Representation

Raw xml | Download



<CodeSystem xmlns="http://hl7.org/fhir">
  <id value="PASInformationChangeMode"/>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><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>Previously sent information has been changed.</td></tr><tr><td style="white-space:nowrap">added<a name="PASInformationChangeMode-added"> </a></td><td>Added</td><td>New information that was not sent previously.</td></tr></table></div>
  </text>
  <url
       value="http://hl7.org/fhir/us/davinci-pas/CodeSystem/PASInformationChangeMode"/>
  <version value="1.0.0"/>
  <name value="PASInformationChangeMode"/>
  <title value="PAS Information Change Mode Code System"/>
  <status value="active"/>
  <date value="2020-12-20T19:17:24+00:00"/>
  <publisher value="HL7 International - Financial Management Work Group"/>
  <contact>
    <name value="HL7 International - Financial Management Work Group"/>
    <telecom>
      <system value="url"/>
      <value value="http://hl7.org/Special/committees/fm"/>
    </telecom>
    <telecom>
      <system value="email"/>
      <value value="fmlists@lists.hl7.org"/>
    </telecom>
  </contact>
  <contact>
    <name value="Jean Duteau"/>
    <telecom>
      <system value="email"/>
      <value value="mailto:jean@duteaudesign.com"/>
    </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"/>
      <display value="United States of America"/>
    </coding>
  </jurisdiction>
  <content value="complete"/>
  <count value="2"/>
  <concept>
    <code value="changed"/>
    <display value="Changed"/>
    <definition value="Previously sent information has been changed."/>
  </concept>
  <concept>
    <code value="added"/>
    <display value="Added"/>
    <definition value="New information that was not sent previously."/>
  </concept>
</CodeSystem>