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

FHIR IG analytics

Packagefhir.mamaToto
Resource TypeCodeSystem
IdCodeSystem-IDENTIFIERTYPES.json
FHIR VersionR4
Sourcehttps://build.fhir.org/ig/IntelliSOFT-Consulting/MamaToTo-FHIR-IG/CodeSystem-IDENTIFIERTYPES.html
URLhttp://example.org/CodeSystem/IDENTIFIERTYPES
Version0.1.0
Statusdraft
Date2026-07-10T12:16:13+00:00
NameIDENTIFIERTPESCDSYS
TitleCodeSystem for the identifier Types
Realmus
Authorityhl7
DescriptionCodeSystem for the identifier Types
Contentcomplete

Resources that use this resource

ValueSet
fhir.mamaToto#currentidentifierTypesVSIdentifier 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

Source1

{
  "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": "2026-07-10T12:16:13+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"
    }
  ]
}