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 Diagnosis Type - JSON Representation

Raw json | Download


{
  "resourceType" : "CodeSystem",
  "id" : "PASDiagnosisType",
  "text" : {
    "status" : "generated",
    "div" : "<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>"
  },
  "url" : "http://hl7.org/fhir/us/davinci-pas/CodeSystem/PASDiagnosisType",
  "version" : "1.0.0",
  "name" : "PASDiagnosisType",
  "title" : "PAS Diagnosis Type",
  "status" : "active",
  "date" : "2020-12-20T19:17:24+00:00",
  "publisher" : "HL7 International - Financial Management Work Group",
  "contact" : [
    {
      "name" : "HL7 International - Financial Management Work Group",
      "telecom" : [
        {
          "system" : "url",
          "value" : "http://hl7.org/Special/committees/fm"
        },
        {
          "system" : "email",
          "value" : "fmlists@lists.hl7.org"
        }
      ]
    },
    {
      "name" : "Jean Duteau",
      "telecom" : [
        {
          "system" : "email",
          "value" : "mailto:jean@duteaudesign.com"
        }
      ]
    }
  ],
  "description" : "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" : "urn:iso:std:iso:3166",
          "code" : "US",
          "display" : "United States of America"
        }
      ]
    }
  ],
  "content" : "complete",
  "count" : 3,
  "concept" : [
    {
      "code" : "admitting",
      "display" : "Admitting",
      "definition" : "The diagnosis given as the reason why the patient was admitted to the hospital."
    },
    {
      "code" : "principal",
      "display" : "Principal",
      "definition" : "The single medical diagnosis that is most relevant to the patient's chief complaint or need for treatment."
    },
    {
      "code" : "patientreasonforvisit",
      "display" : "Patient Reason For Visit",
      "definition" : "The diagnosis given as why the patient came to the hospital."
    }
  ]
}