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

This page is part of the Da Vinci Prior Authorization Support (PAS) FHIR IG (v1.1.0: STU 1.1) based on FHIR R4. This is the current published version. For a full list of available versions, see the Directory of published versions

: PAS Diagnosis Type - XML Representation

Raw xml | Download



<CodeSystem xmlns="http://hl7.org/fhir">
  <id value="PASDiagnosisType"/>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><p>This code system http://hl7.org/fhir/us/davinci-pas/CodeSystem/PASDiagnosisType 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">admitting<a name="PASDiagnosisType-admitting"> </a></td><td>Admitting</td><td>The diagnosis given as the reason why the patient was admitted to the hospital.</td></tr><tr><td style="white-space:nowrap">principal<a name="PASDiagnosisType-principal"> </a></td><td>Principal</td><td>The single medical diagnosis that is most relevant to the patient's chief complaint or need for treatment.</td></tr><tr><td style="white-space:nowrap">patientreasonforvisit<a name="PASDiagnosisType-patientreasonforvisit"> </a></td><td>Patient Reason For Visit</td><td>The diagnosis given as why the patient came to the hospital.</td></tr></table></div>
  </text>
  <url value="http://hl7.org/fhir/us/davinci-pas/CodeSystem/PASDiagnosisType"/>
  <version value="1.1.0"/>
  <name value="PASDiagnosisType"/>
  <title value="PAS Diagnosis Type"/>
  <status value="active"/>
  <date value="2021-12-20T21:49:53+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 type of diagnosis being conveyed in a prior authorization.  This code is combined with the Diagnosis Code to produce the proper X12 code."/>
  <jurisdiction>
    <coding>
      <system value="urn:iso:std:iso:3166"/>
      <code value="US"/>
      <display value="United States of America"/>
    </coding>
  </jurisdiction>
  <caseSensitive value="true"/>
  <content value="complete"/>
  <count value="3"/>
  <concept>
    <code value="admitting"/>
    <display value="Admitting"/>
    <definition
                value="The diagnosis given as the reason why the patient was admitted to the hospital."/>
  </concept>
  <concept>
    <code value="principal"/>
    <display value="Principal"/>
    <definition
                value="The single medical diagnosis that is most relevant to the patient&#39;s chief complaint or need for treatment."/>
  </concept>
  <concept>
    <code value="patientreasonforvisit"/>
    <display value="Patient Reason For Visit"/>
    <definition
                value="The diagnosis given as why the patient came to the hospital."/>
  </concept>
</CodeSystem>