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

: External - UAPI Copay Operation Outcome in copay enrollment response with errors - TTL Representation

Raw ttl | Download


@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:OperationOutcome ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "5ce061a8-302e-4135-a300-f68c73f31100"] ; # 
  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: OperationOutcome 5ce061a8-302e-4135-a300-f68c73f31100</b></p><a name=\"5ce061a8-302e-4135-a300-f68c73f31100\"> </a><a name=\"hc5ce061a8-302e-4135-a300-f68c73f31100\"> </a><blockquote><p><b>issue</b></p><p><b>severity</b>: Error</p><p><b>code</b>: Processing Failure</p><p><b>details</b>: <span title=\"Codes:{https://fhir.developer.gene.com/CodeSystem/uapi-copay-enrollment-error patient-coverage}\">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></p></blockquote><blockquote><p><b>issue</b></p><p><b>severity</b>: Error</p><p><b>code</b>: Processing Failure</p><p><b>details</b>: <span title=\"Codes:{https://fhir.developer.gene.com/CodeSystem/uapi-copay-enrollment-error identification-check}\">Provided patient information does not meet minimum criteria for verification.</span></p></blockquote></div>"^^rdf:XMLLiteral
  ] ; # 
  fhir:issue ( [
fhir:severity [ fhir:v "error" ] ;
fhir:code [ fhir:v "processing" ] ;
fhir:details [
      ( fhir:coding [
fhir:system [ fhir:v "https://fhir.developer.gene.com/CodeSystem/uapi-copay-enrollment-error"^^xsd:anyURI ] ;
fhir:code [ fhir:v "patient-coverage" ] ;
fhir:display [ fhir:v "Patient Coverage" ]       ] ) ;
fhir:text [ fhir:v "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:severity [ fhir:v "error" ] ;
fhir:code [ fhir:v "processing" ] ;
fhir:details [
      ( fhir:coding [
fhir:system [ fhir:v "https://fhir.developer.gene.com/CodeSystem/uapi-copay-enrollment-error"^^xsd:anyURI ] ;
fhir:code [ fhir:v "identification-check" ] ;
fhir:display [ fhir:v "Identification Check" ]       ] ) ;
fhir:text [ fhir:v "Provided patient information does not meet minimum criteria for verification." ]     ]
  ] ) . #