FHIR © HL7.org  |  Server Home  |  XIG Home  |  Server Source  |  FHIR  

FHIR IG Statistics: ValueSet/person-identifier-type

Packagehl7.fhir.cr.core
TypeValueSet
Idperson-identifier-type
FHIR VersionR5
Sourcehttps://ministeriodesalud.go.cr/fhir/core/https://build.fhir.org/ig/HIE-cr/core-ig/ValueSet-person-identifier-type.html
URLhttps://ministeriodesalud.go.cr/fhir/core/ValueSet/person-identifier-type
Version0.1.0-draft
Statusdraft
Date2025-03-03
NamePersonIdentifierType
TitleTipo de Identificador de Paciente
Realmcr
Authorityhl7
DescriptionTipo de Identificador de Paciente para el CORE de Costa Rica
PurposeMetadata de la definición de la estructura
CopyrightUsado con el permiso de HL7 International, todos los derechos resevados en los Licencias de HL7 Internacional.

Resources that use this resource

StructureDefinition
patient-cr-corePaciente
practitioner-cr-coreProfesional de Salud

Resources that this resource uses

CodeSystem
identification-domainDominio de Identificación

Narrative

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

Generated Narrative: ValueSet person-identifier-type


Source

{
  "resourceType": "ValueSet",
  "id": "person-identifier-type",
  "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://ministeriodesalud.go.cr/fhir/core/ValueSet/person-identifier-type",
  "version": "0.1.0-draft",
  "name": "PersonIdentifierType",
  "title": "Tipo de Identificador de Paciente",
  "status": "draft",
  "experimental": true,
  "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",
          "display": "Costa Rica"
        }
      ]
    }
  ],
  "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"
          }
        ]
      }
    ]
  }
}