Universal API Implementation Guide
1.1.20 - ci-build
Universal API Implementation Guide - Local Development build (v1.1.20) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions
Active as of 2020-06-15 |
{
"resourceType" : "CodeSystem",
"id" : "uapi-product-service",
"meta" : {
"lastUpdated" : "2021-04-28T05:00:00.000+00:00"
},
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: CodeSystem uapi-product-service</b></p><a name=\"uapi-product-service\"> </a><a name=\"hcuapi-product-service\"> </a><div style=\"display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%\"><p style=\"margin-bottom: 0px\">Last updated: 2021-04-28 05:00:00+0000</p></div><p>This case-insensitive code system <code>https://fhir.developer.gene.com/CodeSystem/uapi-product-service</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\">billing<a name=\"uapi-product-service-billing\"> </a></td><td>Billing Code</td></tr><tr><td style=\"white-space:nowrap\">admin<a name=\"uapi-product-service-admin\"> </a></td><td>Admin Code</td></tr></table></div>"
},
"url" : "https://fhir.developer.gene.com/CodeSystem/uapi-product-service",
"version" : "1.1.20",
"name" : "UapiCodeSystemProductService",
"title" : "UAPI Code System - Product/Service",
"status" : "active",
"experimental" : false,
"date" : "2020-06-15T00:00:00-05:00",
"contact" : [
{
"name" : "Krzysztof Wilczek",
"telecom" : [
{
"system" : "email",
"value" : "mailto:wilczekk@gene.com"
}
]
}
],
"description" : "Genentech product coverage categories returned in CoverageEligibilityResponse",
"caseSensitive" : false,
"content" : "complete",
"count" : 2,
"concept" : [
{
"code" : "billing",
"display" : "Billing Code"
},
{
"code" : "admin",
"display" : "Admin Code"
}
]
}