XealthIG
v1.46.0 - release

XealthIG - Local Development build (vv1.46.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

: Xealth Coverage Class Type Status Value Set - TTL Representation

Active as of 2026-07-09

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 -------------------------------------------------------------------

<http://hl7.org/fhir/ValueSet/xealth-coverage-class-type-status-vs> a fhir:ValueSet ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:Resource.id [ fhir:value "xealth-coverage-class-type-status-vs"] ;
  fhir:DomainResource.text [
     fhir:Narrative.status [ fhir:value "extensions" ] ;
     fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: ValueSet xealth-coverage-class-type-status-vs</b></p><a name=\"xealth-coverage-class-type-status-vs\"> </a><a name=\"hcxealth-coverage-class-type-status-vs\"> </a><ul><li>Include these codes as defined in <a href=\"http://terminology.hl7.org/7.2.0/CodeSystem-coverage-class.html\"><code>http://terminology.hl7.org/CodeSystem/coverage-class</code></a><span title=\"Version is not explicitly stated, which means it is fixed to 1.0.1, the version found through the package references\"> version ?1.0.1</span><table class=\"none\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td><td><b>Definition</b></td></tr><tr><td><a href=\"http://terminology.hl7.org/7.2.0/CodeSystem-coverage-class.html#coverage-class-group\">group</a></td><td>Group</td><td>An employee group</td></tr><tr><td><a href=\"http://terminology.hl7.org/7.2.0/CodeSystem-coverage-class.html#coverage-class-plan\">plan</a></td><td>Plan</td><td>A specific suite of benefits.</td></tr></table></li></ul></div>"
  ] ;
  fhir:ValueSet.url [ fhir:value "https://fhir.xealth.io/ValueSet/xealth-coverage-class-type-status-vs"] ;
  fhir:ValueSet.version [ fhir:value "v1.46.0"] ;
  fhir:ValueSet.name [ fhir:value "XealthCoverageClassTypeStatusVS"] ;
  fhir:ValueSet.title [ fhir:value "Xealth Coverage Class Type Status Value Set"] ;
  fhir:ValueSet.status [ fhir:value "active"] ;
  fhir:ValueSet.date [ fhir:value "2026-07-09T14:07:37+00:00"^^xsd:dateTime] ;
  fhir:ValueSet.publisher [ fhir:value "Xealth"] ;
  fhir:ValueSet.contact [
     fhir:index 0 ;
     fhir:ContactDetail.name [ fhir:value "Xealth" ] ;
     fhir:ContactDetail.telecom [
       fhir:index 0 ;
       fhir:ContactPoint.system [ fhir:value "url" ] ;
       fhir:ContactPoint.value [ fhir:value "https://www.xealth.io" ]
     ], [
       fhir:index 1 ;
       fhir:ContactPoint.system [ fhir:value "email" ] ;
       fhir:ContactPoint.value [ fhir:value "support@xealth.io" ]
     ]
  ] ;
  fhir:ValueSet.description [ fhir:value "The statuses that Xealth accepts for a coverage Class Type."] ;
  fhir:ValueSet.compose [
     fhir:ValueSet.compose.include [
       fhir:index 0 ;
       fhir:ValueSet.compose.include.system [ fhir:value "http://terminology.hl7.org/CodeSystem/coverage-class" ] ;
       fhir:ValueSet.compose.include.concept [
         fhir:index 0 ;
         fhir:ValueSet.compose.include.concept.code [ fhir:value "group" ] ;
         fhir:ValueSet.compose.include.concept.display [ fhir:value "Group" ]
       ], [
         fhir:index 1 ;
         fhir:ValueSet.compose.include.concept.code [ fhir:value "plan" ] ;
         fhir:ValueSet.compose.include.concept.display [ fhir:value "Plan" ]
       ]
     ]
  ] .

# - ontology header ------------------------------------------------------------

<http://hl7.org/fhir/ValueSet/xealth-coverage-class-type-status-vs.ttl> a owl:Ontology ;
  owl:imports fhir:fhir.ttl ;
  owl:versionIRI <http://build.fhir.org/ValueSet/xealth-coverage-class-type-status-vs.ttl> .