FHIR © HL7.org  |  FHIRsmith 4.0.1  |  Server Home  |  XIG Home  |  XIG Stats  | 

FHIR IG analytics

Packagehl7.fhir.us.identity-matching
Resource TypeCodeSystem
IdCodeSystem-fast-identity-identifier-type.json
FHIR VersionR4
Sourcehttps://build.fhir.org/ig/HL7/fhir-identity-matching-ig/CodeSystem-fast-identity-identifier-type.html
URLhttp://hl7.org/fhir/us/identity-matching/CodeSystem/fast-identity-identifier-type
Version3.0.0-current
Statusactive
Date2026-07-30T20:04:43+00:00
NameFASTIdentifierTypeCS
TitleFAST Identity Identifier Type Code System
Realmus
Authorityhl7
DescriptionIdentifier type codes distinguishing Golden Record and CSP-issued person identifiers within FAST Identity.
Contentcomplete

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

Note: links and images are rebased to the (stated) source

Generated Narrative: CodeSystem fast-identity-identifier-type

This case-sensitive code system http://hl7.org/fhir/us/identity-matching/CodeSystem/fast-identity-identifier-type defines the following codes:

CodeDisplayDefinition
GRI Golden Record IdentifierA jurisdiction-scoped master person identifier maintained by a governing identity authority. A person may hold more than one (e.g. dual citizenship).
CSPID Credential Service Provider IdentifierA person identifier issued by a Credential Service Provider (e.g. CLEAR, ID.me, Login.gov).

Source1

{
  "resourceType": "CodeSystem",
  "id": "fast-identity-identifier-type",
  "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-identifier-type",
  "identifier": [
    {
      "system": "urn:ietf:rfc:3986",
      "value": "urn:oid:2.16.840.1.113883.4.642.40.81.16.3"
    }
  ],
  "version": "3.0.0-current",
  "name": "FASTIdentifierTypeCS",
  "title": "FAST Identity Identifier Type 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": "Identifier type codes distinguishing Golden Record and CSP-issued person identifiers within FAST Identity.",
  "jurisdiction": [
    {
      "coding": [
        {
          "system": "urn:iso:std:iso:3166",
          "code": "US"
        }
      ]
    }
  ],
  "caseSensitive": true,
  "content": "complete",
  "count": 2,
  "concept": [
    {
      "code": "GRI",
      "display": "Golden Record Identifier",
      "definition": "A jurisdiction-scoped master person identifier maintained by a governing identity authority. A person may hold more than one (e.g. dual citizenship)."
    },
    {
      "code": "CSPID",
      "display": "Credential Service Provider Identifier",
      "definition": "A person identifier issued by a Credential Service Provider (e.g. CLEAR, ID.me, Login.gov)."
    }
  ]
}