FHIR CI-Build

This is the Continuous Integration Build of FHIR (will be incorrect/inconsistent at times).
See the Directory of published versions

Example CodeSystem/eligibility (Turtle)

Patient Administration Work GroupMaturity Level: N/AStandards Status: Informative

Raw Turtle (+ also see Turtle/RDF Format Specification)

Definition for Code SystemEligibility

@prefix fhir: <http://hl7.org/fhir/> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .

# - resource -------------------------------------------------------------------

[] a fhir:CodeSystem ;
  fhir:id [ fhir:v "eligibility"] ;
  fhir:meta [
     fhir:lastUpdated [ fhir:v "2024-05-08T09:17:19.439+00:00" ] ;
     fhir:profile ( [ fhir:v "http://hl7.org/fhir/StructureDefinition/shareablecodesystem" ] )
  ] ;
  fhir:text [
     fhir:status [ fhir:v "generated" ]
  ] ;
  fhir:extension ( [
     fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg" ] ;
     fhir:value [ fhir:v "pa" ]
  ] ) ;
  fhir:url [ fhir:v "http://hl7.org/fhir/eligibility"], [ fhir:v "http://hl7.org/fhir/eligibility"] ;
  fhir:version [ fhir:v "6.0.0-cibuild"], [ fhir:v "6.0.0-cibuild"] ;
  fhir:name [ fhir:v "Eligibility"], [ fhir:v "Eligibility"] ;
  fhir:title [ fhir:v "Eligibility Characteristics"], [ fhir:v "Eligibility Characteristics"] ;
  fhir:status [ fhir:v "active"], [ fhir:v "active"] ;
  fhir:experimental [ fhir:v "false"], [ fhir:v "false"] ;
  fhir:publisher [ fhir:v "HL7 International"], [ fhir:v "HL7 International"] ;
  fhir:description [ fhir:v "Example set of HealthcareService eligibility codes"], [ fhir:v "Example set of HealthcareService eligibility codes"] ;
  fhir:jurisdiction ( [
     fhir:coding ( [
       fhir:system [ fhir:v "http://unstats.un.org/unsd/methods/m49/m49.htm" ] ;
       fhir:code [ fhir:v "001" ] ;
       fhir:display [ fhir:v "World" ]
     ] )
  ] [
     fhir:coding ( [
       fhir:system [ fhir:v "http://unstats.un.org/unsd/methods/m49/m49.htm" ] ;
       fhir:code [ fhir:v "001" ] ;
       fhir:display [ fhir:v "World" ]
     ] )
  ] ) ;
  fhir:caseSensitive [ fhir:v "true"] ;
  fhir:content [ fhir:v "complete"] ;
  fhir:concept ( [
     fhir:code [ fhir:v "veterans" ] ;
     fhir:display [ fhir:v "Veterans" ] ;
     fhir:definition [ fhir:v "Only Veterans are eligible to receive services associated with this code" ]
  ] [
     fhir:code [ fhir:v "pediatric-patients" ] ;
     fhir:display [ fhir:v "Pediatric patients" ] ;
     fhir:definition [ fhir:v "Pediatric Patients" ]
  ] [
     fhir:code [ fhir:v "existing-patients" ] ;
     fhir:display [ fhir:v "Existing Patients" ] ;
     fhir:definition [ fhir:v "Existing Patients" ]
  ] [
     fhir:code [ fhir:v "new-patients" ] ;
     fhir:display [ fhir:v "New patients" ] ;
     fhir:definition [ fhir:v "New patients" ]
  ] [
     fhir:code [ fhir:v "low-income-patients" ] ;
     fhir:display [ fhir:v "Low-income patients" ] ;
     fhir:definition [ fhir:v "Low-income patients" ]
  ] [
     fhir:code [ fhir:v "uninsured-patients" ] ;
     fhir:display [ fhir:v "Uninsured patients" ] ;
     fhir:definition [ fhir:v "Uninsured patients" ]
  ] [
     fhir:code [ fhir:v "renal-patients" ] ;
     fhir:display [ fhir:v "Renal patients" ] ;
     fhir:definition [ fhir:v "Renal patients (e.g., for dialysis services)" ]
  ] [
     fhir:code [ fhir:v "specialist-referral-required" ] ;
     fhir:display [ fhir:v "Specialist referral required" ] ;
     fhir:definition [ fhir:v "A specific specialist referral is required to receive services associated with this code" ]
  ] [
     fhir:code [ fhir:v "assessment-required" ] ;
     fhir:display [ fhir:v "Assessment required" ] ;
     fhir:definition [ fhir:v "An assessment is required to receive services associated with this code" ]
  ] ) .

# -------------------------------------------------------------------------------------


Usage note: every effort has been made to ensure that the examples are correct and useful, but they are not a normative part of the specification.