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 - Copay Insurance Plan Types - JSON Representation

Active as of 2023-01-24

Raw json | Download


{
  "resourceType" : "CodeSystem",
  "id" : "uapi-copay-insurance-plan-type",
  "meta" : {
    "lastUpdated" : "2023-01-24T05: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-copay-insurance-plan-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\">CDHP<a name=\"uapi-copay-insurance-plan-type-CDHP\"> </a></td><td>CDHP Consumer-directed Health Plan</td></tr><tr><td style=\"white-space:nowrap\">EPO<a name=\"uapi-copay-insurance-plan-type-EPO\"> </a></td><td>EPO Exclusive Provider Organization</td></tr><tr><td style=\"white-space:nowrap\">FFS<a name=\"uapi-copay-insurance-plan-type-FFS\"> </a></td><td>FFS Fee for Service</td></tr><tr><td style=\"white-space:nowrap\">HDHP<a name=\"uapi-copay-insurance-plan-type-HDHP\"> </a></td><td>HDHP High-deductible Health Plan</td></tr><tr><td style=\"white-space:nowrap\">HRA<a name=\"uapi-copay-insurance-plan-type-HRA\"> </a></td><td>HRA Health Reimbursement Account</td></tr><tr><td style=\"white-space:nowrap\">Indemnity<a name=\"uapi-copay-insurance-plan-type-Indemnity\"> </a></td><td>Indemnity</td></tr><tr><td style=\"white-space:nowrap\">Union<a name=\"uapi-copay-insurance-plan-type-Union\"> </a></td><td>Union</td></tr></table></div>"
  },
  "url" : "https://fhir.developer.gene.com/CodeSystem/uapi-copay-insurance-plan-type",
  "version" : "1.1.19",
  "name" : "UapiCodeSystemCopayInsurancePlanType",
  "title" : "UAPI Code System - Copay Insurance Plan Types",
  "status" : "active",
  "experimental" : false,
  "date" : "2023-01-24T00:00:00-05:00",
  "publisher" : "Genentech USIX",
  "contact" : [
    {
      "name" : "Krzysztof Wilczek",
      "telecom" : [
        {
          "system" : "email",
          "value" : "mailto:wilczekk@gene.com"
        }
      ]
    }
  ],
  "description" : "Genentech additional Insurance Plan Types supported in UAPI for Copay enrollments.",
  "jurisdiction" : [
    {
      "coding" : [
        {
          "system" : "urn:iso:std:iso:3166",
          "code" : "US",
          "display" : "United States of America"
        }
      ]
    }
  ],
  "caseSensitive" : false,
  "content" : "complete",
  "count" : 7,
  "concept" : [
    {
      "code" : "CDHP",
      "display" : "CDHP Consumer-directed Health Plan"
    },
    {
      "code" : "EPO",
      "display" : "EPO Exclusive Provider Organization"
    },
    {
      "code" : "FFS",
      "display" : "FFS Fee for Service"
    },
    {
      "code" : "HDHP",
      "display" : "HDHP High-deductible Health Plan"
    },
    {
      "code" : "HRA",
      "display" : "HRA Health Reimbursement Account"
    },
    {
      "code" : "Indemnity",
      "display" : "Indemnity"
    },
    {
      "code" : "Union",
      "display" : "Union"
    }
  ]
}