Universal API Implementation Guide - Local Development build (v1.1.19). See the Directory of published versions
: UAPI Code System - Insurance Unit - JSON Representation
Raw json | Download
{
"resourceType" : "CodeSystem",
"id" : "uapi-insurance-unit",
"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-insurance-unit</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\">individual<a name=\"uapi-insurance-unit-individual\"> </a></td><td>Individual</td></tr><tr><td style=\"white-space:nowrap\">family<a name=\"uapi-insurance-unit-family\"> </a></td><td>Family</td></tr></table></div>"
},
"url" : "https://fhir.developer.gene.com/CodeSystem/uapi-insurance-unit",
"version" : "1.1.19",
"name" : "UapiCodeSystemInsuranceUnit",
"title" : "UAPI Code System - Insurance Unit",
"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" : "Genentech Insurance Unit Supported in UAPI",
"jurisdiction" : [
{
"coding" : [
{
"system" : "urn:iso:std:iso:3166",
"code" : "US",
"display" : "United States of America"
}
]
}
],
"caseSensitive" : false,
"content" : "complete",
"count" : 2,
"concept" : [
{
"code" : "individual",
"display" : "Individual"
},
{
"code" : "family",
"display" : "Family"
}
]
}