Guías de Implementación HL7 FHIR: CR Core
0.1.1-draft - ci-build Costa Rica flag

Guías de Implementación HL7 FHIR: CR Core, published by Ministerio de Salud de Costa Rica. This guide is not an authorized publication; it is the continuous build for version 0.1.1-draft built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/HIE-cr/core-ig/ and changes regularly. See the Directory of published versions

: Dominio de Identificación - JSON Representation

Page standards status: Draft Maturity Level: 0

Raw json | Download

{
  "resourceType" : "CodeSystem",
  "id" : "identification-domain",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: CodeSystem identification-domain</b></p><a name=\"identification-domain\"> </a><a name=\"hcidentification-domain\"> </a><p>This case-insensitive code system <code>https://ministeriodesalud.go.cr/fhir/core/CodeSystem/identification-domain</code> defines the following codes:</p><table class=\"codes\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td></tr><tr><td style=\"white-space:nowrap\">CEDULA<a name=\"identification-domain-CEDULA\"> </a></td><td>Cédula de Identidad del Registro Civil</td></tr><tr><td style=\"white-space:nowrap\">DIMEX<a name=\"identification-domain-DIMEX\"> </a></td><td>Documento de Identificación Migratorio para Extranjeros</td></tr><tr><td style=\"white-space:nowrap\">PASAPORTE<a name=\"identification-domain-PASAPORTE\"> </a></td><td>Pasaporte</td></tr><tr><td style=\"white-space:nowrap\">TEMPORAL<a name=\"identification-domain-TEMPORAL\"> </a></td><td>Documento de Identificación Temporal/Interno</td></tr><tr><td style=\"white-space:nowrap\">CCSS<a name=\"identification-domain-CCSS\"> </a></td><td>Número de Afiliación de la Caja Costarricense de Seguro Social</td></tr><tr><td style=\"white-space:nowrap\">JURIDICA<a name=\"identification-domain-JURIDICA\"> </a></td><td>Cédula Jurídica</td></tr></table></div>"
  },
  "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://ministeriodesalud.go.cr/fhir/core/CodeSystem/identification-domain",
  "version" : "0.1.1-draft",
  "name" : "IdentifierDomain",
  "title" : "Dominio de Identificación",
  "status" : "draft",
  "experimental" : false,
  "date" : "2025-03-03",
  "publisher" : "Ministerio de Salud de Costa Rica",
  "contact" : [
    {
      "name" : "Ministerio de Salud de Costa Rica",
      "telecom" : [
        {
          "system" : "url",
          "value" : "https://ministeriodesalud.go.cr/fhir"
        },
        {
          "system" : "email",
          "value" : "alejandro@meddyg.com"
        }
      ]
    },
    {
      "name" : "IHE Costa Rica",
      "telecom" : [
        {
          "system" : "email",
          "value" : "alejandro@meddyg.com",
          "use" : "work"
        }
      ]
    }
  ],
  "description" : "Dominio de Identificación para el CORE de Costa Rica",
  "jurisdiction" : [
    {
      "coding" : [
        {
          "system" : "urn:iso:std:iso:3166",
          "code" : "CR"
        }
      ]
    }
  ],
  "copyright" : "Usado con el permiso de HL7 International, todos los derechos resevados en los Licencias de HL7 Internacional.",
  "caseSensitive" : false,
  "compositional" : false,
  "versionNeeded" : true,
  "content" : "complete",
  "count" : 6,
  "concept" : [
    {
      "code" : "CEDULA",
      "display" : "Cédula de Identidad del Registro Civil"
    },
    {
      "code" : "DIMEX",
      "display" : "Documento de Identificación Migratorio para Extranjeros"
    },
    {
      "code" : "PASAPORTE",
      "display" : "Pasaporte"
    },
    {
      "code" : "TEMPORAL",
      "display" : "Documento de Identificación Temporal/Interno"
    },
    {
      "code" : "CCSS",
      "display" : "Número de Afiliación de la Caja Costarricense de Seguro Social"
    },
    {
      "code" : "JURIDICA",
      "display" : "Cédula Jurídica"
    }
  ]
}