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

FHIR IG Statistics: CodeSystem/who-identifier-types

Packagesmart.who.int.anc
TypeCodeSystem
Idwho-identifier-types
FHIR VersionR4
Sourcehttp://smart.who.int/anc/https://build.fhir.org/ig/WorldHealthOrganization/smart-anc/CodeSystem-who-identifier-types.html
URLhttp://fhir.org/guides/who/core/CodeSystem/who-identifier-types
Version0.3.0
Statusdraft
Date2025-06-25T03:25:20+00:00
NameWHOIdentifierTypes
TitleWHO Identifier Types
Realmuv
Authoritywho
DescriptionThe identifier types code system defines codes for identifier types used throughout WHO content.
Contentcomplete

Resources that use this resource

ValueSet
who-identifier-typesANC Identifier Types

Resources that this resource uses

No resources found


Narrative

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

Generated Narrative: CodeSystem who-identifier-types

This case-sensitive code system http://fhir.org/guides/who/core/CodeSystem/who-identifier-types defines the following codes:

CodeDisplayDefinition
client-assigned Client AssignedAn identifier for the resource that was generated as part of creating the resource in a client application. The identifier captures the logical id of the resource when it was created, and is typically expected to be a globally unique identifier such as a UUID.
server-assigned Server AssignedAn identifier for the resource that was assigned by a server as part of creating the resource in a create or upsert interaction. The identifier captures the logical id of the resource when it was created, though this may be used by the client as well as part of a negotiated id assignment.

Source

{
  "resourceType": "CodeSystem",
  "id": "who-identifier-types",
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "url": "http://fhir.org/guides/who/core/CodeSystem/who-identifier-types",
  "version": "0.3.0",
  "name": "WHOIdentifierTypes",
  "title": "WHO Identifier Types",
  "status": "draft",
  "experimental": false,
  "date": "2025-06-25T03:25:20+00:00",
  "publisher": "World Health Organization (WHO)",
  "contact": [
    {
      "telecom": [
        {
          "system": "url",
          "value": "https://www.who.int"
        }
      ]
    }
  ],
  "description": "The identifier types code system defines codes for identifier types used throughout WHO content.",
  "jurisdiction": [
    {
      "coding": [
        {
          "system": "http://unstats.un.org/unsd/methods/m49/m49.htm",
          "code": "001"
        }
      ]
    }
  ],
  "caseSensitive": true,
  "valueSet": "http://fhir.org/guides/who/core/ValueSet/who-identifier-types",
  "content": "complete",
  "concept": [
    {
      "code": "client-assigned",
      "display": "Client Assigned",
      "definition": "An identifier for the resource that was generated as part of creating the resource in a client application. The identifier captures the logical id of the resource when it was created, and is typically expected to be a globally unique identifier such as a UUID."
    },
    {
      "code": "server-assigned",
      "display": "Server Assigned",
      "definition": "An identifier for the resource that was assigned by a server as part of creating the resource in a create or upsert interaction. The identifier captures the logical id of the resource when it was created, though this may be used by the client as well as part of a negotiated id assignment."
    }
  ]
}