Universal API Implementation Guide
1.1.19 - ci-build

Universal API Implementation Guide - Local Development build (v1.1.19). See the Directory of published versions

: UAPI Code System - Service Request Type - JSON Representation

Active as of 2020-06-15

Raw json | Download


{
  "resourceType" : "CodeSystem",
  "id" : "uapi-sr-type",
  "meta" : {
    "lastUpdated" : "2021-04-28T05:00:00.000+00:00"
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p>This code system <code>https://fhir.developer.gene.com/CodeSystem/uapi-sr-type</code> defines the following codes:</p><table class=\"codes\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td></tr><tr><td style=\"white-space:nowrap\">bipa<a name=\"uapi-sr-type-bipa\"> </a></td><td>Benefit Investigation / Prior Authorization</td></tr><tr><td style=\"white-space:nowrap\">copay<a name=\"uapi-sr-type-copay\"> </a></td><td>Copay</td></tr><tr><td style=\"white-space:nowrap\">appeal<a name=\"uapi-sr-type-appeal\"> </a></td><td>Appeal</td></tr><tr><td style=\"white-space:nowrap\">starter<a name=\"uapi-sr-type-starter\"> </a></td><td>Starter</td></tr><tr><td style=\"white-space:nowrap\">gpf<a name=\"uapi-sr-type-gpf\"> </a></td><td>Patient Foundation</td></tr></table></div>"
  },
  "url" : "https://fhir.developer.gene.com/CodeSystem/uapi-sr-type",
  "version" : "1.1.19",
  "name" : "UapiCodeSystemSRType",
  "title" : "UAPI Code System - Service Request Type",
  "status" : "active",
  "experimental" : false,
  "date" : "2020-06-15T00:00:00-05:00",
  "publisher" : "Genentech USIX",
  "contact" : [
    {
      "name" : "Krzysztof Wilczek",
      "telecom" : [
        {
          "system" : "email",
          "value" : "mailto:wilczekk@gene.com"
        }
      ]
    }
  ],
  "description" : "This code system defines Service Request types used in UAPI to indicate Patient Assistance Program services",
  "jurisdiction" : [
    {
      "coding" : [
        {
          "system" : "urn:iso:std:iso:3166",
          "code" : "US",
          "display" : "United States of America"
        }
      ]
    }
  ],
  "caseSensitive" : false,
  "content" : "complete",
  "count" : 5,
  "concept" : [
    {
      "code" : "bipa",
      "display" : "Benefit Investigation / Prior Authorization"
    },
    {
      "code" : "copay",
      "display" : "Copay"
    },
    {
      "code" : "appeal",
      "display" : "Appeal"
    },
    {
      "code" : "starter",
      "display" : "Starter"
    },
    {
      "code" : "gpf",
      "display" : "Patient Foundation"
    }
  ]
}