Universal API Implementation Guide - Local Development build (v1.1.19). See the Directory of published versions
: UAPI Code System - Copay Task input types - JSON Representation
Raw json | Download
{
"resourceType" : "CodeSystem",
"id" : "uapi-copay-task-input-type",
"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-task-input-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\">brandId<a name=\"uapi-copay-task-input-type-brandId\"> </a></td><td>Brand Identifier</td></tr><tr><td style=\"white-space:nowrap\">enroll-by-id<a name=\"uapi-copay-task-input-type-enroll-by-id\"> </a></td><td>Who is Applying</td></tr><tr><td style=\"white-space:nowrap\">workflow<a name=\"uapi-copay-task-input-type-workflow\"> </a></td><td>CRX workflow selection</td></tr><tr><td style=\"white-space:nowrap\">enrollment-channel<a name=\"uapi-copay-task-input-type-enrollment-channel\"> </a></td><td>Enrollment Channel</td></tr></table></div>"
},
"url" : "https://fhir.developer.gene.com/CodeSystem/uapi-copay-task-input-type",
"version" : "1.1.19",
"name" : "UapiCodeSystemCopayTaskInputType",
"title" : "UAPI Code System - Copay Task input types",
"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" : "This is used to define copay identifiers required by the system to process the Copay enrollment.",
"jurisdiction" : [
{
"coding" : [
{
"system" : "urn:iso:std:iso:3166",
"code" : "US",
"display" : "United States of America"
}
]
}
],
"caseSensitive" : false,
"content" : "complete",
"count" : 4,
"concept" : [
{
"code" : "brandId",
"display" : "Brand Identifier"
},
{
"code" : "enroll-by-id",
"display" : "Who is Applying"
},
{
"code" : "workflow",
"display" : "CRX workflow selection"
},
{
"code" : "enrollment-channel",
"display" : "Enrollment Channel"
}
]
}