Universal API Implementation Guide - Local Development build (v1.1.19). See the Directory of published versions
: UAPI Code System - Copay CRX workflow selection - JSON Representation
Raw json | Download
{
"resourceType" : "CodeSystem",
"id" : "uapi-copay-workflow",
"meta" : {
"lastUpdated" : "2023-01-23T05: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-workflow</code> defines the following codes:</p><table class=\"codes\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td></tr><tr><td style=\"white-space:nowrap\">enroll<a name=\"uapi-copay-workflow-enroll\"> </a></td></tr><tr><td style=\"white-space:nowrap\">re-enroll<a name=\"uapi-copay-workflow-re-enroll\"> </a></td></tr><tr><td style=\"white-space:nowrap\">multiple-brand-enrollments<a name=\"uapi-copay-workflow-multiple-brand-enrollments\"> </a></td></tr><tr><td style=\"white-space:nowrap\">update-enrollment<a name=\"uapi-copay-workflow-update-enrollment\"> </a></td></tr><tr><td style=\"white-space:nowrap\">update-patient<a name=\"uapi-copay-workflow-update-patient\"> </a></td></tr><tr><td style=\"white-space:nowrap\">activation<a name=\"uapi-copay-workflow-activation\"> </a></td></tr><tr><td style=\"white-space:nowrap\">eligibility-check<a name=\"uapi-copay-workflow-eligibility-check\"> </a></td></tr></table></div>"
},
"url" : "https://fhir.developer.gene.com/CodeSystem/uapi-copay-workflow",
"version" : "1.1.19",
"name" : "UapiCodeSystemCopayWorkflow",
"title" : "UAPI Code System - Copay CRX workflow selection",
"status" : "active",
"experimental" : false,
"date" : "2023-01-23T00:00:00-05:00",
"publisher" : "Genentech USIX",
"contact" : [
{
"name" : "Krzysztof Wilczek",
"telecom" : [
{
"system" : "email",
"value" : "mailto:wilczekk@gene.com"
}
]
}
],
"description" : "Workflow selection. A workflow is a predetermined sequence of actions represented by a unique workflow name and capable of being mutated at the various available states via the settings object. Each workflow consists of a subset combination of these available internal actions:",
"jurisdiction" : [
{
"coding" : [
{
"system" : "urn:iso:std:iso:3166",
"code" : "US",
"display" : "United States of America"
}
]
}
],
"caseSensitive" : false,
"content" : "complete",
"count" : 7,
"concept" : [
{
"code" : "enroll"
},
{
"code" : "re-enroll"
},
{
"code" : "multiple-brand-enrollments"
},
{
"code" : "update-enrollment"
},
{
"code" : "update-patient"
},
{
"code" : "activation"
},
{
"code" : "eligibility-check"
}
]
}