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 |
@prefix fhir: <http://hl7.org/fhir/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
# - resource -------------------------------------------------------------------
a fhir:CodeSystem ;
fhir:nodeRole fhir:treeRoot ;
fhir:id [ fhir:v "uapi-event-type"] ; #
fhir:meta [
fhir:lastUpdated [ fhir:v "2021-04-28T05:00:00.000+00:00"^^xsd:dateTime ]
] ; #
fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: CodeSystem uapi-event-type</b></p><a name=\"uapi-event-type\"> </a><a name=\"hcuapi-event-type\"> </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-event-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><td><b>Definition</b></td></tr><tr><td style=\"white-space:nowrap\">enrollment-with-consent<a name=\"uapi-event-type-enrollment-with-consent\"> </a></td><td>Enrollment and Consent</td><td>Patient Enrollment with Patient Consent</td></tr><tr><td style=\"white-space:nowrap\">enrollment-only<a name=\"uapi-event-type-enrollment-only\"> </a></td><td>Enrollment</td><td>Patient Enrollment only</td></tr><tr><td style=\"white-space:nowrap\">consent-only<a name=\"uapi-event-type-consent-only\"> </a></td><td>Consent</td><td>Patient Consent only</td></tr><tr><td style=\"white-space:nowrap\">copay-enrollment<a name=\"uapi-event-type-copay-enrollment\"> </a></td><td>Copay Enrollment</td><td>Patient Enrollment into copay</td></tr><tr><td style=\"white-space:nowrap\">query-message<a name=\"uapi-event-type-query-message\"> </a></td><td>Query</td><td>Query for enrollment results</td></tr><tr><td style=\"white-space:nowrap\">query-response<a name=\"uapi-event-type-query-response\"> </a></td><td>Query Response</td><td>Response to query message</td></tr><tr><td style=\"white-space:nowrap\">status-update<a name=\"uapi-event-type-status-update\"> </a></td><td>Update</td><td>Status update with enrollment results</td></tr><tr><td style=\"white-space:nowrap\">enrollment-response<a name=\"uapi-event-type-enrollment-response\"> </a></td><td>Enrollment Response</td><td>Response to enrollment request</td></tr><tr><td style=\"white-space:nowrap\">copay-req-resp<a name=\"uapi-event-type-copay-req-resp\"> </a></td><td>Copay Request with Response</td><td>Bundle combining copay request with response results together</td></tr><tr><td style=\"white-space:nowrap\">copay-update<a name=\"uapi-event-type-copay-update\"> </a></td><td>Copay Update</td><td>Update to add existing patient to copay program.</td></tr><tr><td style=\"white-space:nowrap\">copay-update-resp<a name=\"uapi-event-type-copay-update-resp\"> </a></td><td>Copay Update Response</td><td>Results of update to add existing patient to copay program.</td></tr><tr><td style=\"white-space:nowrap\">copay-search<a name=\"uapi-event-type-copay-search\"> </a></td><td>Copay Search</td><td>Search to verify current patient enrollment details.</td></tr><tr><td style=\"white-space:nowrap\">copay-search-resp<a name=\"uapi-event-type-copay-search-resp\"> </a></td><td>Copay Search Response</td><td>Results of the search to verify current patient enrollment details.</td></tr><tr><td style=\"white-space:nowrap\">copay-enrollment-insert<a name=\"uapi-event-type-copay-enrollment-insert\"> </a></td><td>Copay Enrollment Insert</td><td>Enrollment Insert event send to Genentech from external system</td></tr><tr><td style=\"white-space:nowrap\">copay-enrollment-update<a name=\"uapi-event-type-copay-enrollment-update\"> </a></td><td>Copay Enrollment Update</td><td>Enrollment Update event send to Genentech from external system</td></tr><tr><td style=\"white-space:nowrap\">copay-error<a name=\"uapi-event-type-copay-error\"> </a></td><td>Copay Processing Error</td><td>Error message send to reconciliation copay vendor endpoint.</td></tr></table></div>"^^rdf:XMLLiteral
] ; #
fhir:url [ fhir:v "https://fhir.developer.gene.com/CodeSystem/uapi-event-type"^^xsd:anyURI] ; #
fhir:version [ fhir:v "1.1.20"] ; #
fhir:name [ fhir:v "UapiCodeSystemEventType"] ; #
fhir:title [ fhir:v "UAPI Code System - Event Type"] ; #
fhir:status [ fhir:v "active"] ; #
fhir:experimental [ fhir:v false] ; #
fhir:date [ fhir:v "2020-06-15T00:00:00-05:00"^^xsd:dateTime] ; #
fhir:contact ( [
fhir:name [ fhir:v "Krzysztof Wilczek" ] ;
( fhir:telecom [
fhir:system [ fhir:v "email" ] ;
fhir:value [ fhir:v "mailto:wilczekk@gene.com" ] ] )
] ) ; #
fhir:description [ fhir:v "This code system defines event types used in UAPI message headers"] ; #
fhir:caseSensitive [ fhir:v false] ; #
fhir:content [ fhir:v "complete"] ; #
fhir:count [ fhir:v "16"^^xsd:nonNegativeInteger] ; #
fhir:concept ( [
fhir:code [ fhir:v "enrollment-with-consent" ] ;
fhir:display [ fhir:v "Enrollment and Consent" ] ;
fhir:definition [ fhir:v "Patient Enrollment with Patient Consent" ]
] [
fhir:code [ fhir:v "enrollment-only" ] ;
fhir:display [ fhir:v "Enrollment" ] ;
fhir:definition [ fhir:v "Patient Enrollment only" ]
] [
fhir:code [ fhir:v "consent-only" ] ;
fhir:display [ fhir:v "Consent" ] ;
fhir:definition [ fhir:v "Patient Consent only" ]
] [
fhir:code [ fhir:v "copay-enrollment" ] ;
fhir:display [ fhir:v "Copay Enrollment" ] ;
fhir:definition [ fhir:v "Patient Enrollment into copay" ]
] [
fhir:code [ fhir:v "query-message" ] ;
fhir:display [ fhir:v "Query" ] ;
fhir:definition [ fhir:v "Query for enrollment results" ]
] [
fhir:code [ fhir:v "query-response" ] ;
fhir:display [ fhir:v "Query Response" ] ;
fhir:definition [ fhir:v "Response to query message" ]
] [
fhir:code [ fhir:v "status-update" ] ;
fhir:display [ fhir:v "Update" ] ;
fhir:definition [ fhir:v "Status update with enrollment results" ]
] [
fhir:code [ fhir:v "enrollment-response" ] ;
fhir:display [ fhir:v "Enrollment Response" ] ;
fhir:definition [ fhir:v "Response to enrollment request" ]
] [
fhir:code [ fhir:v "copay-req-resp" ] ;
fhir:display [ fhir:v "Copay Request with Response" ] ;
fhir:definition [ fhir:v "Bundle combining copay request with response results together" ]
] [
fhir:code [ fhir:v "copay-update" ] ;
fhir:display [ fhir:v "Copay Update" ] ;
fhir:definition [ fhir:v "Update to add existing patient to copay program." ]
] [
fhir:code [ fhir:v "copay-update-resp" ] ;
fhir:display [ fhir:v "Copay Update Response" ] ;
fhir:definition [ fhir:v "Results of update to add existing patient to copay program." ]
] [
fhir:code [ fhir:v "copay-search" ] ;
fhir:display [ fhir:v "Copay Search" ] ;
fhir:definition [ fhir:v "Search to verify current patient enrollment details." ]
] [
fhir:code [ fhir:v "copay-search-resp" ] ;
fhir:display [ fhir:v "Copay Search Response" ] ;
fhir:definition [ fhir:v "Results of the search to verify current patient enrollment details." ]
] [
fhir:code [ fhir:v "copay-enrollment-insert" ] ;
fhir:display [ fhir:v "Copay Enrollment Insert" ] ;
fhir:definition [ fhir:v "Enrollment Insert event send to Genentech from external system" ]
] [
fhir:code [ fhir:v "copay-enrollment-update" ] ;
fhir:display [ fhir:v "Copay Enrollment Update" ] ;
fhir:definition [ fhir:v "Enrollment Update event send to Genentech from external system" ]
] [
fhir:code [ fhir:v "copay-error" ] ;
fhir:display [ fhir:v "Copay Processing Error" ] ;
fhir:definition [ fhir:v "Error message send to reconciliation copay vendor endpoint." ]
] ) . #
IG © 2021+ . Package gene.com.fhir.uapi#1.1.20 based on FHIR 4.3.0. Generated 2025-06-25
Links: Table of Contents |
QA Report