Universal API Implementation Guide
1.1.19 - ci-build
Universal API Implementation Guide - Local Development build (v1.1.19). 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 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:Resource.id [ fhir:value "uapi-event-type"];
fhir:Resource.meta [
fhir:Meta.lastUpdated [ fhir:value "2021-04-28T05:00:00.000+00:00"^^xsd:dateTime ]
];
fhir:DomainResource.text [
fhir:Narrative.status [ fhir:value "generated" ];
fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p>This 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>"
];
fhir:CodeSystem.url [ fhir:value "https://fhir.developer.gene.com/CodeSystem/uapi-event-type"];
fhir:CodeSystem.version [ fhir:value "1.1.19"];
fhir:CodeSystem.name [ fhir:value "UapiCodeSystemEventType"];
fhir:CodeSystem.title [ fhir:value "UAPI Code System - Event Type"];
fhir:CodeSystem.status [ fhir:value "active"];
fhir:CodeSystem.experimental [ fhir:value "false"^^xsd:boolean];
fhir:CodeSystem.date [ fhir:value "2020-06-15T00:00:00-05:00"^^xsd:dateTime];
fhir:CodeSystem.publisher [ fhir:value "Genentech USIX"];
fhir:CodeSystem.contact [
fhir:index 0;
fhir:ContactDetail.name [ fhir:value "Krzysztof Wilczek" ];
fhir:ContactDetail.telecom [
fhir:index 0;
fhir:ContactPoint.system [ fhir:value "email" ];
fhir:ContactPoint.value [ fhir:value "mailto:wilczekk@gene.com" ] ]
];
fhir:CodeSystem.description [ fhir:value "This code system defines event types used in UAPI message headers"];
fhir:CodeSystem.jurisdiction [
fhir:index 0;
fhir:CodeableConcept.coding [
fhir:index 0;
fhir:Coding.system [ fhir:value "urn:iso:std:iso:3166" ];
fhir:Coding.code [ fhir:value "US" ];
fhir:Coding.display [ fhir:value "United States of America" ] ]
];
fhir:CodeSystem.caseSensitive [ fhir:value "false"^^xsd:boolean];
fhir:CodeSystem.content [ fhir:value "complete"];
fhir:CodeSystem.count [ fhir:value "16"^^xsd:nonNegativeInteger];
fhir:CodeSystem.concept [
fhir:index 0;
fhir:CodeSystem.concept.code [ fhir:value "enrollment-with-consent" ];
fhir:CodeSystem.concept.display [ fhir:value "Enrollment and Consent" ];
fhir:CodeSystem.concept.definition [ fhir:value "Patient Enrollment with Patient Consent" ]
], [
fhir:index 1;
fhir:CodeSystem.concept.code [ fhir:value "enrollment-only" ];
fhir:CodeSystem.concept.display [ fhir:value "Enrollment" ];
fhir:CodeSystem.concept.definition [ fhir:value "Patient Enrollment only" ]
], [
fhir:index 2;
fhir:CodeSystem.concept.code [ fhir:value "consent-only" ];
fhir:CodeSystem.concept.display [ fhir:value "Consent" ];
fhir:CodeSystem.concept.definition [ fhir:value "Patient Consent only" ]
], [
fhir:index 3;
fhir:CodeSystem.concept.code [ fhir:value "copay-enrollment" ];
fhir:CodeSystem.concept.display [ fhir:value "Copay Enrollment" ];
fhir:CodeSystem.concept.definition [ fhir:value "Patient Enrollment into copay" ]
], [
fhir:index 4;
fhir:CodeSystem.concept.code [ fhir:value "query-message" ];
fhir:CodeSystem.concept.display [ fhir:value "Query" ];
fhir:CodeSystem.concept.definition [ fhir:value "Query for enrollment results" ]
], [
fhir:index 5;
fhir:CodeSystem.concept.code [ fhir:value "query-response" ];
fhir:CodeSystem.concept.display [ fhir:value "Query Response" ];
fhir:CodeSystem.concept.definition [ fhir:value "Response to query message" ]
], [
fhir:index 6;
fhir:CodeSystem.concept.code [ fhir:value "status-update" ];
fhir:CodeSystem.concept.display [ fhir:value "Update" ];
fhir:CodeSystem.concept.definition [ fhir:value "Status update with enrollment results" ]
], [
fhir:index 7;
fhir:CodeSystem.concept.code [ fhir:value "enrollment-response" ];
fhir:CodeSystem.concept.display [ fhir:value "Enrollment Response" ];
fhir:CodeSystem.concept.definition [ fhir:value "Response to enrollment request" ]
], [
fhir:index 8;
fhir:CodeSystem.concept.code [ fhir:value "copay-req-resp" ];
fhir:CodeSystem.concept.display [ fhir:value "Copay Request with Response" ];
fhir:CodeSystem.concept.definition [ fhir:value "Bundle combining copay request with response results together" ]
], [
fhir:index 9;
fhir:CodeSystem.concept.code [ fhir:value "copay-update" ];
fhir:CodeSystem.concept.display [ fhir:value "Copay Update" ];
fhir:CodeSystem.concept.definition [ fhir:value "Update to add existing patient to copay program." ]
], [
fhir:index 10;
fhir:CodeSystem.concept.code [ fhir:value "copay-update-resp" ];
fhir:CodeSystem.concept.display [ fhir:value "Copay Update Response" ];
fhir:CodeSystem.concept.definition [ fhir:value "Results of update to add existing patient to copay program." ]
], [
fhir:index 11;
fhir:CodeSystem.concept.code [ fhir:value "copay-search" ];
fhir:CodeSystem.concept.display [ fhir:value "Copay Search" ];
fhir:CodeSystem.concept.definition [ fhir:value "Search to verify current patient enrollment details." ]
], [
fhir:index 12;
fhir:CodeSystem.concept.code [ fhir:value "copay-search-resp" ];
fhir:CodeSystem.concept.display [ fhir:value "Copay Search Response" ];
fhir:CodeSystem.concept.definition [ fhir:value "Results of the search to verify current patient enrollment details." ]
], [
fhir:index 13;
fhir:CodeSystem.concept.code [ fhir:value "copay-enrollment-insert" ];
fhir:CodeSystem.concept.display [ fhir:value "Copay Enrollment Insert" ];
fhir:CodeSystem.concept.definition [ fhir:value "Enrollment Insert event send to Genentech from external system" ]
], [
fhir:index 14;
fhir:CodeSystem.concept.code [ fhir:value "copay-enrollment-update" ];
fhir:CodeSystem.concept.display [ fhir:value "Copay Enrollment Update" ];
fhir:CodeSystem.concept.definition [ fhir:value "Enrollment Update event send to Genentech from external system" ]
], [
fhir:index 15;
fhir:CodeSystem.concept.code [ fhir:value "copay-error" ];
fhir:CodeSystem.concept.display [ fhir:value "Copay Processing Error" ];
fhir:CodeSystem.concept.definition [ fhir:value "Error message send to reconciliation copay vendor endpoint." ]
].
# - ontology header ------------------------------------------------------------
a owl:Ontology;
owl:imports fhir:fhir.ttl.
IG © 2021+ . Package gene.com.fhir.uapi#1.1.19 based on FHIR 4.3.0. Generated 2024-02-19
Links: Table of Contents |
QA Report