| Package | smart.who.int.anc |
| Resource Type | CodeSystem |
| Id | who-identifier-types |
| FHIR Version | R4 |
| Source | http://smart.who.int/anc/https://build.fhir.org/ig/WorldHealthOrganization/smart-anc/CodeSystem-who-identifier-types.html |
| URL | http://fhir.org/guides/who/core/CodeSystem/who-identifier-types |
| Version | 0.3.0 |
| Status | draft |
| Date | 2025-06-25T03:25:20+00:00 |
| Name | WHOIdentifierTypes |
| Title | WHO Identifier Types |
| Realm | uv |
| Authority | who |
| Description | The identifier types code system defines codes for identifier types used throughout WHO content. |
| Content | complete |
| ValueSet | |
| who-identifier-types | ANC Identifier Types |
No resources found
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:
{
"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."
}
]
}