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

: Tipo de Identificador de Paciente - JSON Representation

Page standards status: Draft Maturity Level: 0

Raw json | Download

{
  "resourceType" : "ValueSet",
  "id" : "person-identifier-type",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: ValueSet person-identifier-type</b></p><a name=\"person-identifier-type\"> </a><a name=\"hcperson-identifier-type\"> </a><ul><li>Include these codes as defined in <a href=\"CodeSystem-identification-domain.html\"><code>https://ministeriodesalud.go.cr/fhir/core/CodeSystem/identification-domain</code></a><table class=\"none\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td></tr><tr><td><a href=\"CodeSystem-identification-domain.html#identification-domain-CEDULA\">CEDULA</a></td><td style=\"color: #cccccc\">Cédula de Identidad del Registro Civil</td></tr><tr><td><a href=\"CodeSystem-identification-domain.html#identification-domain-DIMEX\">DIMEX</a></td><td style=\"color: #cccccc\">Documento de Identificación Migratorio para Extranjeros</td></tr><tr><td><a href=\"CodeSystem-identification-domain.html#identification-domain-PASAPORTE\">PASAPORTE</a></td><td style=\"color: #cccccc\">Pasaporte</td></tr><tr><td><a href=\"CodeSystem-identification-domain.html#identification-domain-TEMPORAL\">TEMPORAL</a></td><td style=\"color: #cccccc\">Documento de Identificación Temporal/Interno</td></tr><tr><td><a href=\"CodeSystem-identification-domain.html#identification-domain-CCSS\">CCSS</a></td><td style=\"color: #cccccc\">Número de Afiliación de la Caja Costarricense de Seguro Social</td></tr></table></li></ul></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/ValueSet/person-identifier-type",
  "version" : "0.1.1-draft",
  "name" : "PersonIdentifierType",
  "title" : "Tipo de Identificador de Paciente",
  "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" : "Tipo de Identificador de Paciente para el CORE de Costa Rica",
  "jurisdiction" : [
    {
      "coding" : [
        {
          "system" : "urn:iso:std:iso:3166",
          "code" : "CR"
        }
      ]
    }
  ],
  "purpose" : "Metadata de la definición de la estructura",
  "copyright" : "Usado con el permiso de HL7 International, todos los derechos resevados en los Licencias de HL7 Internacional.",
  "compose" : {
    "include" : [
      {
        "system" : "https://ministeriodesalud.go.cr/fhir/core/CodeSystem/identification-domain",
        "concept" : [
          {
            "code" : "CEDULA"
          },
          {
            "code" : "DIMEX"
          },
          {
            "code" : "PASAPORTE"
          },
          {
            "code" : "TEMPORAL"
          },
          {
            "code" : "CCSS"
          }
        ]
      }
    ]
  }
}