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

: Organización que expiden tipos de identificación para el paciente - JSON Representation

Page standards status: Draft Maturity Level: 0

Raw json | Download

{
  "resourceType" : "ValueSet",
  "id" : "expedition-organization-patient-identifier",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: ValueSet expedition-organization-patient-identifier</b></p><a name=\"expedition-organization-patient-identifier\"> </a><a name=\"hcexpedition-organization-patient-identifier\"> </a><ul><li>Include these codes as defined in <a href=\"CodeSystem-identifier-expedition-organization.html\"><code>https://ministeriodesalud.go.cr/fhir/core/CodeSystem/identifier-expedition-organization</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-identifier-expedition-organization.html#identifier-expedition-organization-TSE\">TSE</a></td><td style=\"color: #cccccc\">Tribunal Supremo de Elecciones</td></tr><tr><td><a href=\"CodeSystem-identifier-expedition-organization.html#identifier-expedition-organization-CCSS\">CCSS</a></td><td style=\"color: #cccccc\">Caja Costarricense de Seguro Social</td></tr><tr><td><a href=\"CodeSystem-identifier-expedition-organization.html#identifier-expedition-organization-MINSA\">MINSA</a></td><td style=\"color: #cccccc\">Ministerio de Salud</td></tr><tr><td><a href=\"CodeSystem-identifier-expedition-organization.html#identifier-expedition-organization-INS\">INS</a></td><td style=\"color: #cccccc\">Instituto Nacional de Seguros</td></tr><tr><td><a href=\"CodeSystem-identifier-expedition-organization.html#identifier-expedition-organization-DGM\">DGM</a></td><td style=\"color: #cccccc\">Dirección General de Migración y Extranjería</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/expedition-organization-patient-identifier",
  "version" : "0.1.1-draft",
  "name" : "ExpeditionOrganizationPatientIdentifier",
  "title" : "Organización que expiden tipos de identificación para el 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" : "Organización que expiden tipos de identificación para el paciente en Costa Rica para el contexto de la salud",
  "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/identifier-expedition-organization",
        "concept" : [
          {
            "code" : "TSE"
          },
          {
            "code" : "CCSS"
          },
          {
            "code" : "MINSA"
          },
          {
            "code" : "INS"
          },
          {
            "code" : "DGM"
          }
        ]
      }
    ]
  }
}