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
: UAPI Code System - CoverageEligibilityRequest outcome - 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:CodeSystem ;
fhir:nodeRole fhir:treeRoot ;
fhir:id [ fhir:v "uapi-coverage-outcome"] ; #
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-coverage-outcome</b></p><a name=\"uapi-coverage-outcome\"> </a><a name=\"hcuapi-coverage-outcome\"> </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-coverage-outcome</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\">approved<a name=\"uapi-coverage-outcome-approved\"> </a></td><td>Approved</td></tr><tr><td style=\"white-space:nowrap\">denied<a name=\"uapi-coverage-outcome-denied\"> </a></td><td>Denied</td></tr><tr><td style=\"white-space:nowrap\">approved-ex<a name=\"uapi-coverage-outcome-approved-ex\"> </a></td><td>Approved (Exception)</td></tr><tr><td style=\"white-space:nowrap\">inconclusvie<a name=\"uapi-coverage-outcome-inconclusvie\"> </a></td><td>Inconclusive</td></tr></table></div>"^^rdf:XMLLiteral
] ; #
fhir:url [ fhir:v "https://fhir.developer.gene.com/CodeSystem/uapi-coverage-outcome"^^xsd:anyURI] ; #
fhir:version [ fhir:v "1.1.20"] ; #
fhir:name [ fhir:v "UapiCodeSystemCoverageOutcome"] ; #
fhir:title [ fhir:v "UAPI Code System - CoverageEligibilityRequest outcome"] ; #
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 outcomes of eligibility status for requested services."] ; #
fhir:caseSensitive [ fhir:v false] ; #
fhir:content [ fhir:v "complete"] ; #
fhir:count [ fhir:v "4"^^xsd:nonNegativeInteger] ; #
fhir:concept ( [
fhir:code [ fhir:v "approved" ] ;
fhir:display [ fhir:v "Approved" ]
] [
fhir:code [ fhir:v "denied" ] ;
fhir:display [ fhir:v "Denied" ]
] [
fhir:code [ fhir:v "approved-ex" ] ;
fhir:display [ fhir:v "Approved (Exception)" ]
] [
fhir:code [ fhir:v "inconclusvie" ] ;
fhir:display [ fhir:v "Inconclusive" ]
] ) . #