Interoperable Digital Identity and Patient Matching, published by HL7 International / Patient Administration. This guide is not an authorized publication; it is the continuous build for version 3.0.0-current built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/HL7/fhir-identity-matching-ig/ and changes regularly. See the Directory of published versions
| Page standards status: Informative |
{
"resourceType" : "CodeSystem",
"id" : "fast-identity-vlei-status",
"language" : "en",
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: CodeSystem fast-identity-vlei-status</b></p><a name=\"fast-identity-vlei-status\"> </a><a name=\"hcfast-identity-vlei-status\"> </a><p>This case-sensitive code system <code>http://hl7.org/fhir/us/identity-matching/CodeSystem/fast-identity-vlei-status</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\">active<a name=\"fast-identity-vlei-status-active\"> </a></td><td>Active</td><td>Credential is issued and currently valid.</td></tr><tr><td style=\"white-space:nowrap\">revoked<a name=\"fast-identity-vlei-status-revoked\"> </a></td><td>Revoked</td><td>Credential has been revoked by the issuer.</td></tr><tr><td style=\"white-space:nowrap\">expired<a name=\"fast-identity-vlei-status-expired\"> </a></td><td>Expired</td><td>Credential validity period has ended.</td></tr></table></div>"
},
"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-08-20T16:01:25+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."
}
]
}