FHIR IG analytics| Package | hl7.fhir.us.insurance-card |
| Resource Type | CodeSystem |
| Id | CodeSystem-limit-type.json |
| FHIR Version | R4 |
| Source | https://build.fhir.org/ig/HL7/carin-digital-insurance-card/CodeSystem-limit-type.html |
| URL | http://hl7.org/fhir/us/insurance-card/CodeSystem/limit-type |
| Version | 2.0.0 |
| Status | draft |
| Date | 2026-06-25T21:16:04+00:00 |
| Name | LimitTypeCS |
| Title | Limit Type Code System |
| Realm | us |
| Authority | hl7 |
| Description | Code system for the unit of measure of a benefit limit, such as visits, days, or dollars |
| Content | complete |
| ValueSet | ||
| hl7.fhir.us.insurance-card#current | limit-type | Limit Type Value Set |
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: CodeSystem limit-type
This case-sensitive code system http://hl7.org/fhir/us/insurance-card/CodeSystem/limit-type defines the following codes:
| Code | Display | Definition |
| visits | Visits | The limit is expressed as a number of visits |
| days | Days | The limit is expressed as a number of days |
| dollars | Dollars | The limit is expressed as a dollar amount |
{
"resourceType": "CodeSystem",
"id": "limit-type",
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"extension": [
{
"url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg",
"valueCode": "claims"
},
{
"url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status",
"valueCode": "informative",
"_valueCode": {
"extension": [
{
"url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-conformance-derivedFrom",
"valueCanonical": "http://hl7.org/fhir/us/insurance-card/ImplementationGuide/hl7.fhir.us.insurance-card"
}
]
}
}
],
"url": "http://hl7.org/fhir/us/insurance-card/CodeSystem/limit-type",
"version": "2.0.0",
"name": "LimitTypeCS",
"title": "Limit Type Code System",
"status": "draft",
"experimental": true,
"date": "2026-06-25T21:16:04+00:00",
"publisher": "HL7 International / Payer/Provider Information Exchange Work Group",
"contact": [
{
"name": "HL7 International / Payer/Provider Information Exchange Work Group",
"telecom": [
{
"system": "url",
"value": "http://www.hl7.org/Special/committees/claims"
},
{
"system": "email",
"value": "pie@lists.HL7.org"
}
]
}
],
"description": "Code system for the unit of measure of a benefit limit, such as visits, days, or dollars",
"jurisdiction": [
{
"coding": [
{
"system": "urn:iso:std:iso:3166",
"code": "US"
}
]
}
],
"caseSensitive": true,
"content": "complete",
"count": 3,
"concept": [
{
"code": "visits",
"display": "Visits",
"definition": "The limit is expressed as a number of visits"
},
{
"code": "days",
"display": "Days",
"definition": "The limit is expressed as a number of days"
},
{
"code": "dollars",
"display": "Dollars",
"definition": "The limit is expressed as a dollar amount"
}
]
}