CARIN Consumer Realtime Pharmacy Benefit Check - Local Development build (v0.1.00-DRAFT). See the Directory of published versions
Turtle Format: CodeSystem-carin-rtpbc-coverage-determination-code-system
Raw ttl
@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 "carin-rtpbc-coverage-determination-code-system"]; fhir:Resource.meta [ fhir:Meta.versionId [ fhir:value "1" ]; fhir:Meta.lastUpdated [ fhir:value "2019-11-01T03:27:49.000-05:00"^^xsd:dateTime ] ]; fhir:DomainResource.text [ fhir:Narrative.status [ fhir:value "additional" ]; fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\">This code system defines coverage levels that may apply to a prescription product. \n </div>" ]; fhir:CodeSystem.url [ fhir:value "http://hl7.org/fhir/us/carin/CodeSystem/rtpbc-coverage-determination"]; fhir:CodeSystem.version [ fhir:value "0.1.00-DRAFT"]; fhir:CodeSystem.name [ fhir:value "CarinRtpbcCoverageDeterminationCodeSystem"]; fhir:CodeSystem.title [ fhir:value "CARIN RTPBC Coverage Determination Code System"]; fhir:CodeSystem.status [ fhir:value "draft"]; fhir:CodeSystem.date [ fhir:value "2019-10-31T00:00:00-05:00"^^xsd:dateTime]; fhir:CodeSystem.publisher [ fhir:value "CARIN Alliance"]; fhir:CodeSystem.description [ fhir:value "This code system defines coverage levels that may apply to a prescription product."]; fhir:CodeSystem.caseSensitive [ fhir:value "true"^^xsd:boolean]; fhir:CodeSystem.content [ fhir:value "complete"]; fhir:CodeSystem.concept [ fhir:index 0; fhir:CodeSystem.concept.code [ fhir:value "covered" ]; fhir:CodeSystem.concept.display [ fhir:value "Covered" ] ], [ fhir:index 1; fhir:CodeSystem.concept.code [ fhir:value "prior-auth" ]; fhir:CodeSystem.concept.display [ fhir:value "Covered with restriction: Prior authorization required" ]; fhir:CodeSystem.concept.definition [ fhir:value "Covered with restriction: Prior authorization required" ] ], [ fhir:index 2; fhir:CodeSystem.concept.code [ fhir:value "step-therapy" ]; fhir:CodeSystem.concept.display [ fhir:value "Covered with restriction: Step therapy applies" ]; fhir:CodeSystem.concept.definition [ fhir:value "Covered with restriction: Step therapy applies" ] ], [ fhir:index 3; fhir:CodeSystem.concept.code [ fhir:value "quantity-limit" ]; fhir:CodeSystem.concept.display [ fhir:value "Covered with restriction: Quantity limits apply" ]; fhir:CodeSystem.concept.definition [ fhir:value "Covered with restriction: Quantity limits apply" ] ], [ fhir:index 4; fhir:CodeSystem.concept.code [ fhir:value "other-restriction" ]; fhir:CodeSystem.concept.display [ fhir:value "Covered with restriction: Other restriction applies" ]; fhir:CodeSystem.concept.definition [ fhir:value "Covered with restriction: Other restriction applies" ] ], [ fhir:index 5; fhir:CodeSystem.concept.code [ fhir:value "not-covered" ]; fhir:CodeSystem.concept.display [ fhir:value "Not covered" ]; fhir:CodeSystem.concept.definition [ fhir:value "Not covered" ] ]. # - ontology header ------------------------------------------------------------ a owl:Ontology; owl:imports fhir:fhir.ttl.
