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
Raw ttl | Download
@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:ValueSet; fhir:nodeRole fhir:treeRoot; fhir:Resource.id [ fhir:value "uapi-copay-insurance-plan-type"]; fhir:Resource.meta [ fhir:Meta.lastUpdated [ fhir:value "2023-01-24T05: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 value set includes codes based on the following rules:</p><ul><li>Import all the codes that are contained in <a href=\"http://terminology.hl7.org/5.3.0/ValueSet-v3-ActCoverageTypeCode.html\">http://terminology.hl7.org/ValueSet/v3-ActCoverageTypeCode</a></li><li>Include all codes defined in <a href=\"CodeSystem-uapi-copay-insurance-plan-type.html\"><code>https://fhir.developer.gene.com/CodeSystem/uapi-copay-insurance-plan-type</code></a></li></ul></div>" ]; fhir:ValueSet.url [ fhir:value "https://fhir.developer.gene.com/ValueSet/uapi-copay-insurance-plan-type"]; fhir:ValueSet.version [ fhir:value "1.1.19"]; fhir:ValueSet.name [ fhir:value "UapiValueSetCopayInsurancePlanTypes"]; fhir:ValueSet.title [ fhir:value "UAPI Value Set - Copay Insurance Plan Types"]; fhir:ValueSet.status [ fhir:value "active"]; fhir:ValueSet.experimental [ fhir:value "false"^^xsd:boolean]; fhir:ValueSet.date [ fhir:value "2023-01-24T00:00:00-05:00"^^xsd:dateTime]; fhir:ValueSet.publisher [ fhir:value "Genentech USIX"]; fhir:ValueSet.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:ValueSet.description [ fhir:value "This value set contains Insurance Plan Types values used in copay enrollments in the UAPI. It is a combination of http://terminology.hl7.org/ValueSet/v3-ActCoverageTypeCode standard codes with subset of custom additional codes required for UAPI implementation."]; fhir:ValueSet.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:ValueSet.compose [ fhir:ValueSet.compose.include [ fhir:index 0; fhir:ValueSet.compose.include.valueSet [ fhir:value "http://terminology.hl7.org/ValueSet/v3-ActCoverageTypeCode"; fhir:index 0; fhir:link <http://terminology.hl7.org/ValueSet/v3-ActCoverageTypeCode> ] ], [ fhir:index 1; fhir:ValueSet.compose.include.system [ fhir:value "https://fhir.developer.gene.com/CodeSystem/uapi-copay-insurance-plan-type" ] ] ]. # - ontology header ------------------------------------------------------------ a owl:Ontology; owl:imports fhir:fhir.ttl.