FHIR © HL7.org  |  Server Home  |  XIG Home  |  Server Source  |  FHIR  

FHIR IG Statistics: CodeSystem/IDENTIFIERTYPES

Packagefhir.mamaToto
TypeCodeSystem
IdIDENTIFIERTYPES
FHIR VersionR4
Sourcehttp://example.org/https://build.fhir.org/ig/IntelliSOFT-Consulting/MamaToTo-FHIR-IG/CodeSystem-IDENTIFIERTYPES.html
URLhttp://example.org/CodeSystem/IDENTIFIERTYPES
Version0.1.0
Statusdraft
Date2025-06-26T12:04:00+00:00
NameIDENTIFIERTPESCDSYS
TitleCodeSystem for the identifier Types
Realmus
Authorityhl7
DescriptionCodeSystem for the identifier Types
Contentcomplete

Resources that use this resource

ValueSet
identifierTypesVSIdentifier Types ValueSet

Resources that this resource uses

No resources found


Narrative

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

Generated Narrative: CodeSystem IDENTIFIERTYPES

This case-insensitive code system http://example.org/CodeSystem/IDENTIFIERTYPES defines the following codes:

CodeDisplay
DE1 PASSPORT
DE2 NATIONAL_ID
DE3 RESIDENT_ID
DE4 BIRTH_CERTIFICATE_ID
DE5 VISA_FILE_NUMBER

Source

{
  "resourceType": "CodeSystem",
  "id": "IDENTIFIERTYPES",
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "url": "http://example.org/CodeSystem/IDENTIFIERTYPES",
  "version": "0.1.0",
  "name": "IDENTIFIERTPESCDSYS",
  "title": "CodeSystem for the identifier Types",
  "status": "draft",
  "experimental": false,
  "date": "2025-06-26T12:04:00+00:00",
  "publisher": "IntelliSOFT Consulting Ke",
  "contact": [
    {
      "name": "IntelliSOFT Consulting Ke",
      "telecom": [
        {
          "system": "url",
          "value": "https://www.intellisoftkenya.com/"
        }
      ]
    }
  ],
  "description": "CodeSystem for the identifier Types",
  "caseSensitive": false,
  "content": "complete",
  "count": 5,
  "concept": [
    {
      "code": "DE1",
      "display": "PASSPORT"
    },
    {
      "code": "DE2",
      "display": "NATIONAL_ID"
    },
    {
      "code": "DE3",
      "display": "RESIDENT_ID"
    },
    {
      "code": "DE4",
      "display": "BIRTH_CERTIFICATE_ID"
    },
    {
      "code": "DE5",
      "display": "VISA_FILE_NUMBER"
    }
  ]
}