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

FHIR IG analytics

Packagehl7.fhir.cr.terminology
Resource TypeCodeSystem
IdCodeSystem-identifier-type.json
FHIR VersionR5
Sourcehttps://build.fhir.org/ig/HL7-cr/terminology/CodeSystem-identifier-type.html
URLhttps://hl7.or.cr/fhir/terminology/CodeSystem/identifier-type
Version0.1.0
Statusdraft
Date2025-03-03
NameIdentifierTypeCodes
TitleIdentificador de Personas
Realmcr
Authorityhl7
DescriptionListado de tipos de identificadores para personas.
CopyrightUsado con el permiso de HL7 International, todos los derechos reservados en los Licencias de HL7 Internacional.
Contentcomplete

Resources that use this resource

ValueSet
cr-identifier-typesTipos de Identificadores de Personas

Resources that this resource uses

No resources found


Narrative

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

Generated Narrative: CodeSystem identifier-type

Language: es

This case-sensitive code system https://hl7.or.cr/fhir/terminology/CodeSystem/identifier-type defines the following codes:

CodeDisplayDefinition
cedula-nacional Cédula NacionalIdentificador oficial para ciudadanos costarricenses.
pasaporte PasaporteIdentificador para pasaporte.
dimex DIMEXDocumento de Identificación Migratorio para Extranjeros.

Source1

{
  "resourceType": "CodeSystem",
  "id": "identifier-type",
  "language": "es",
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "extension": [
    {
      "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm",
      "valueInteger": 0
    },
    {
      "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status",
      "valueCode": "draft"
    },
    {
      "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg",
      "valueCode": "cgp"
    }
  ],
  "url": "https://hl7.or.cr/fhir/terminology/CodeSystem/identifier-type",
  "version": "0.1.0",
  "name": "IdentifierTypeCodes",
  "title": "Identificador de Personas",
  "status": "draft",
  "experimental": false,
  "date": "2025-03-03",
  "publisher": "Iniciativa HL7 Costa Rica",
  "contact": [
    {
      "name": "Iniciativa HL7 Costa Rica",
      "telecom": [
        {
          "system": "url",
          "value": "https://hl7.or.cr"
        },
        {
          "system": "email",
          "value": "info@hl7.or.cr"
        }
      ]
    },
    {
      "name": "Iniciativa HL7 Costa Rica",
      "telecom": [
        {
          "system": "email",
          "value": "info@hl7.or.cr",
          "use": "work"
        },
        {
          "system": "url",
          "value": "https://hl7.or.cr",
          "use": "work"
        }
      ]
    }
  ],
  "description": "Listado de tipos de identificadores para personas.",
  "jurisdiction": [
    {
      "coding": [
        {
          "system": "urn:iso:std:iso:3166",
          "code": "CR",
          "display": "Costa Rica"
        }
      ]
    }
  ],
  "copyright": "Usado con el permiso de HL7 International, todos los derechos reservados en los Licencias de HL7 Internacional.",
  "caseSensitive": true,
  "compositional": false,
  "versionNeeded": true,
  "content": "complete",
  "count": 3,
  "concept": [
    {
      "code": "cedula-nacional",
      "display": "Cédula Nacional",
      "definition": "Identificador oficial para ciudadanos costarricenses."
    },
    {
      "code": "pasaporte",
      "display": "Pasaporte",
      "definition": "Identificador para pasaporte."
    },
    {
      "code": "dimex",
      "display": "DIMEX",
      "definition": "Documento de Identificación Migratorio para Extranjeros."
    }
  ]
}