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
{
"resourceType" : "CodeSystem",
"id" : "PASSupportingInfoType",
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p>This code system http://hl7.org/fhir/us/davinci-pas/CodeSystem/PASSupportingInfoType 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\">patientEvent<a name=\"PASSupportingInfoType-patientEvent\"> </a></td><td>Patient Event</td><td>Information about the dates of the event that are being requested.</td></tr><tr><td style=\"white-space:nowrap\">admissionDates<a name=\"PASSupportingInfoType-admissionDates\"> </a></td><td>Admission Dates</td><td>Information about the admission dates of a hospital admission being requested.</td></tr><tr><td style=\"white-space:nowrap\">dischargeDates<a name=\"PASSupportingInfoType-dischargeDates\"> </a></td><td>Discharge Dates</td><td>Information about discharge dates of a hospital admission being requested.</td></tr><tr><td style=\"white-space:nowrap\">additionalInformation<a name=\"PASSupportingInfoType-additionalInformation\"> </a></td><td>Additional Information</td><td>Send additional paperwork or supporting information for the request.</td></tr><tr><td style=\"white-space:nowrap\">freeFormMessage<a name=\"PASSupportingInfoType-freeFormMessage\"> </a></td><td>Free Form Message</td><td>Send text messages to the UMO.</td></tr><tr><td style=\"white-space:nowrap\">institutionalEncounter<a name=\"PASSupportingInfoType-institutionalEncounter\"> </a></td><td>Institutional Encounter</td><td>Information about a hospital claim being requested.</td></tr></table></div>"
},
"url" : "http://hl7.org/fhir/us/davinci-pas/CodeSystem/PASSupportingInfoType",
"version" : "1.1.0",
"name" : "PASSupportingInfoType",
"title" : "PAS Supporting Info Type Code System",
"status" : "active",
"date" : "2021-12-20T21:49:53+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" : "Types of supporting information for a Prior Authorization Claim.",
"jurisdiction" : [
{
"coding" : [
{
"system" : "urn:iso:std:iso:3166",
"code" : "US",
"display" : "United States of America"
}
]
}
],
"caseSensitive" : true,
"content" : "complete",
"count" : 6,
"concept" : [
{
"code" : "patientEvent",
"display" : "Patient Event",
"definition" : "Information about the dates of the event that are being requested."
},
{
"code" : "admissionDates",
"display" : "Admission Dates",
"definition" : "Information about the admission dates of a hospital admission being requested."
},
{
"code" : "dischargeDates",
"display" : "Discharge Dates",
"definition" : "Information about discharge dates of a hospital admission being requested."
},
{
"code" : "additionalInformation",
"display" : "Additional Information",
"definition" : "Send additional paperwork or supporting information for the request."
},
{
"code" : "freeFormMessage",
"display" : "Free Form Message",
"definition" : "Send text messages to the UMO."
},
{
"code" : "institutionalEncounter",
"display" : "Institutional Encounter",
"definition" : "Information about a hospital claim being requested."
}
]
}