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
@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:OperationOutcome;
fhir:nodeRole fhir:treeRoot;
fhir:Resource.id [ fhir:value "5ce061a8-302e-4135-a300-f68c73f31100"];
fhir:DomainResource.text [
fhir:Narrative.status [ fhir:value "generated" ];
fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative: OperationOutcome</b><a name=\"5ce061a8-302e-4135-a300-f68c73f31100\"> </a></p><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\">Resource OperationOutcome \"5ce061a8-302e-4135-a300-f68c73f31100\" </p></div><blockquote><p><b>issue</b></p><p><b>severity</b>: error</p><p><b>code</b>: processing</p><p><b>details</b>: MEDICARE, MEDICAID AND OTHER FED GOVT INSURED PATIENTS ARE NOT ELIGIBLE FOR THIS OFFER. CALL 844-692-4007 OR 908-747-2550, MON-FRI 8am-8pm ET TO CONFIRM AND PROVIDE ADDITIONAL COMMERCIAL COVERAGE DETAILS. <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"CodeSystem-uapi-copay-enrollment-error.html\">UAPI Code System - Copay Enrollment Errors</a>#patient-coverage \"Patient Coverage\")</span></p></blockquote><blockquote><p><b>issue</b></p><p><b>severity</b>: error</p><p><b>code</b>: processing</p><p><b>details</b>: Provided patient information does not meet minimum criteria for verification. <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"CodeSystem-uapi-copay-enrollment-error.html\">UAPI Code System - Copay Enrollment Errors</a>#identification-check \"Identification Check\")</span></p></blockquote></div>"
];
fhir:OperationOutcome.issue [
fhir:index 0;
fhir:OperationOutcome.issue.severity [ fhir:value "error" ];
fhir:OperationOutcome.issue.code [ fhir:value "processing" ];
fhir:OperationOutcome.issue.details [
fhir:CodeableConcept.coding [
fhir:index 0;
fhir:Coding.system [ fhir:value "https://fhir.developer.gene.com/CodeSystem/uapi-copay-enrollment-error" ];
fhir:Coding.code [ fhir:value "patient-coverage" ];
fhir:Coding.display [ fhir:value "Patient Coverage" ] ];
fhir:CodeableConcept.text [ fhir:value "MEDICARE, MEDICAID AND OTHER FED GOVT INSURED PATIENTS ARE NOT ELIGIBLE FOR THIS OFFER. CALL 844-692-4007 OR 908-747-2550, MON-FRI 8am-8pm ET TO CONFIRM AND PROVIDE ADDITIONAL COMMERCIAL COVERAGE DETAILS." ] ]
], [
fhir:index 1;
fhir:OperationOutcome.issue.severity [ fhir:value "error" ];
fhir:OperationOutcome.issue.code [ fhir:value "processing" ];
fhir:OperationOutcome.issue.details [
fhir:CodeableConcept.coding [
fhir:index 0;
fhir:Coding.system [ fhir:value "https://fhir.developer.gene.com/CodeSystem/uapi-copay-enrollment-error" ];
fhir:Coding.code [ fhir:value "identification-check" ];
fhir:Coding.display [ fhir:value "Identification Check" ] ];
fhir:CodeableConcept.text [ fhir:value "Provided patient information does not meet minimum criteria for verification." ] ]
].
# - 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