FHIR IG analytics| Package | hl7.fhir.us.identity-matching |
| Resource Type | CodeSystem |
| Id | CodeSystem-fast-identity-vlei-status.json |
| FHIR Version | R4 |
| Source | https://build.fhir.org/ig/HL7/fhir-identity-matching-ig/CodeSystem-fast-identity-vlei-status.html |
| URL | http://hl7.org/fhir/us/identity-matching/CodeSystem/fast-identity-vlei-status |
| Version | 3.0.0-current |
| Status | active |
| Date | 2026-07-30T20:04:43+00:00 |
| Name | VLEIStatusCS |
| Title | vLEI Credential Status Code System |
| Realm | us |
| Authority | hl7 |
| Description | Lifecycle status of a verifiable LEI (vLEI) credential. |
| Content | complete |
| ValueSet | ||
| hl7.fhir.us.identity-matching#current | fast-identity-vlei-status-vs | vLEI Credential Status Value Set |
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: CodeSystem fast-identity-vlei-status
This case-sensitive code system http://hl7.org/fhir/us/identity-matching/CodeSystem/fast-identity-vlei-status defines the following codes:
| Code | Display | Definition |
| active | Active | Credential is issued and currently valid. |
| revoked | Revoked | Credential has been revoked by the issuer. |
| expired | Expired | Credential validity period has ended. |
{
"resourceType": "CodeSystem",
"id": "fast-identity-vlei-status",
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"extension": [
{
"url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg",
"valueCode": "pa"
},
{
"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/identity-matching/ImplementationGuide/hl7.fhir.us.identity-matching"
}
]
}
}
],
"url": "http://hl7.org/fhir/us/identity-matching/CodeSystem/fast-identity-vlei-status",
"identifier": [
{
"system": "urn:ietf:rfc:3986",
"value": "urn:oid:2.16.840.1.113883.4.642.40.81.16.4"
}
],
"version": "3.0.0-current",
"name": "VLEIStatusCS",
"title": "vLEI Credential Status Code System",
"status": "active",
"experimental": true,
"date": "2026-07-30T20:04:43+00:00",
"publisher": "HL7 International / Patient Administration",
"contact": [
{
"name": "HL7 International / Patient Administration",
"telecom": [
{
"system": "url",
"value": "http://www.hl7.org/Special/committees/pafm"
}
]
}
],
"description": "Lifecycle status of a verifiable LEI (vLEI) credential.",
"jurisdiction": [
{
"coding": [
{
"system": "urn:iso:std:iso:3166",
"code": "US"
}
]
}
],
"caseSensitive": true,
"content": "complete",
"count": 3,
"concept": [
{
"code": "active",
"display": "Active",
"definition": "Credential is issued and currently valid."
},
{
"code": "revoked",
"display": "Revoked",
"definition": "Credential has been revoked by the issuer."
},
{
"code": "expired",
"display": "Expired",
"definition": "Credential validity period has ended."
}
]
}