@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 -------------------------------------------------------------------

<http://hl7.org/fhir/us/insurance-card/CodeSystem/limit-period> a fhir:CodeSystem ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "limit-period"] ; # 
  fhir:text [
     fhir:status [ fhir:v "generated" ] ;
     fhir:div [ fhir:v "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: CodeSystem limit-period</b></p><a name=\"limit-period\"> </a><a name=\"hclimit-period\"> </a><p>This case-sensitive code system <code>http://hl7.org/fhir/us/insurance-card/CodeSystem/limit-period</code> defines the following codes:</p><table class=\"codes\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td><td><b>Definition</b></td></tr><tr><td style=\"white-space:nowrap\">plan-year<a name=\"limit-period-plan-year\"> </a></td><td>Plan Year</td><td>The limit accrues over the plan year</td></tr><tr><td style=\"white-space:nowrap\">calendar-year<a name=\"limit-period-calendar-year\"> </a></td><td>Calendar Year</td><td>The limit accrues over the calendar year</td></tr><tr><td style=\"white-space:nowrap\">benefit-period<a name=\"limit-period-benefit-period\"> </a></td><td>Benefit Period</td><td>The limit accrues over a defined benefit period, such as an episode of care or admission</td></tr><tr><td style=\"white-space:nowrap\">lifetime<a name=\"limit-period-lifetime\"> </a></td><td>Lifetime</td><td>The limit accrues over the member's lifetime</td></tr></table></div>"^^rdf:XMLLiteral ]
  ] ; # 
  fhir:extension ( [
     fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg"^^xsd:anyURI ] ;
     fhir:value [
       a fhir:code ;
       fhir:v "claims"
     ]
  ] [
     fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status"^^xsd:anyURI ] ;
     fhir:value [
       a fhir:code ;
       fhir:v "informative" ;
       fhir:extension ( [
         fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/structuredefinition-conformance-derivedFrom"^^xsd:anyURI ] ;
         fhir:value [
           a fhir:canonical ;
           fhir:v "http://hl7.org/fhir/us/insurance-card/ImplementationGuide/hl7.fhir.us.insurance-card"^^xsd:anyURI ;
           fhir:link <http://hl7.org/fhir/us/insurance-card/ImplementationGuide/hl7.fhir.us.insurance-card>
         ]
       ] )
     ]
  ] ) ; # 
  fhir:url [ fhir:v "http://hl7.org/fhir/us/insurance-card/CodeSystem/limit-period"^^xsd:anyURI] ; # 
  fhir:version [ fhir:v "2.0.0"] ; # 
  fhir:name [ fhir:v "LimitPeriodCS"] ; # 
  fhir:title [ fhir:v "Limit Period Code System"] ; # 
  fhir:status [ fhir:v "draft"] ; # 
  fhir:experimental [ fhir:v true] ; # 
  fhir:date [ fhir:v "2026-06-25T21:16:04+00:00"^^xsd:dateTime] ; # 
  fhir:publisher [ fhir:v "HL7 International / Payer/Provider Information Exchange Work Group"] ; # 
  fhir:contact ( [
     fhir:name [ fhir:v "HL7 International / Payer/Provider Information Exchange Work Group" ] ;
     fhir:telecom ( [
       fhir:system [ fhir:v "url" ] ;
       fhir:value [ fhir:v "http://www.hl7.org/Special/committees/claims" ]
     ] [
       fhir:system [ fhir:v "email" ] ;
       fhir:value [ fhir:v "pie@lists.HL7.org" ]
     ] )
  ] ) ; # 
  fhir:description [ fhir:v "Code system for the period over which a benefit limit accrues"] ; # 
  fhir:jurisdiction ( [
     fhir:coding ( [
       fhir:system [ fhir:v "urn:iso:std:iso:3166"^^xsd:anyURI ] ;
       fhir:code [ fhir:v "US" ]
     ] )
  ] ) ; # 
  fhir:caseSensitive [ fhir:v true] ; # 
  fhir:content [ fhir:v "complete"] ; # 
  fhir:count [ fhir:v "4"^^xsd:nonNegativeInteger] ; # 
  fhir:concept ( [
     fhir:code [ fhir:v "plan-year" ] ;
     fhir:display [ fhir:v "Plan Year" ] ;
     fhir:definition [ fhir:v "The limit accrues over the plan year" ]
  ] [
     fhir:code [ fhir:v "calendar-year" ] ;
     fhir:display [ fhir:v "Calendar Year" ] ;
     fhir:definition [ fhir:v "The limit accrues over the calendar year" ]
  ] [
     fhir:code [ fhir:v "benefit-period" ] ;
     fhir:display [ fhir:v "Benefit Period" ] ;
     fhir:definition [ fhir:v "The limit accrues over a defined benefit period, such as an episode of care or admission" ]
  ] [
     fhir:code [ fhir:v "lifetime" ] ;
     fhir:display [ fhir:v "Lifetime" ] ;
     fhir:definition [ fhir:v "The limit accrues over the member's lifetime" ]
  ] ) . # 

# -------------------------------------------------------------------------------------

