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

FHIR IG analytics

Packagehl7.fhir.pt.patient-admin-ig
Resource TypeValueSet
IdValueSet-patient-identifier-type.json
FHIR VersionR4
Sourcehttps://build.fhir.org/ig/hl7-pt/patient-admin-ig/ValueSet-patient-identifier-type.html
URLhttp://example.com/fhir/hl7pt/ValueSet/patient-identifier-type
Version1.0.0
Statusactive
Date2026-02-01T17:48:41+00:00
NameVS_PatientIdentifierType
TitleTipos de Identificadores de Paciente
Realmpt
Authorityhl7
DescriptionConjunto de tipos válidos de identificadores para pacientes em Portugal.

Resources that use this resource

No resources found


Resources that this resource uses

CodeSystem
v2-0203identifierType

Narrative

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

Narrativa gerada: ValueSet patient-identifier-type

  • Include estes códigos, tal como definidos em http://terminology.hl7.org/CodeSystem/v2-0203 versão 📦5.0.0
    CódigoEcrãDefinição
    CZCitizenship CardA number assigned by a person's country of residence to identify a person's citizenship.
    BCFNBirth CertificateThe identifier used within the jurisdictional vital records office file system as an auxiliary means of accessing the record associated with the birth certificate.
    TAXTax ID numberTax ID number
    SSSocial Security NumberSocial Security number
    HCHealth Card NumberHealth Card Number
    PIPatient internal identifierA number that is unique to a patient within an Assigning Authority.
    MRMedical record numberAn identifier that is unique to a patient within a set of medical records, not necessarily unique within an application.
    MIMilitary ID numberA number assigned to an individual who has had military duty, but is not currently on active duty. The number is assigned by the DOD or Veterans' Affairs (VA).
    PTPatient External IdentifierPatient external identifier
    ANONAnonymous identifierAn identifier for a living subject whose real identity is protected or suppressed
    PPNPassport NumberA unique number assigned to the document affirming that a person is a citizen of the country.
    PRCPermanent Resident Card NumberPermanent Resident Card Number
    NINational unique individual identifierNational unique individual identifier
    DLDriver's License NumberDriver's license number

Source1

{
  "resourceType": "ValueSet",
  "id": "patient-identifier-type",
  "text": {
    "status": "extensions",
    "div": "<!-- snip (see above) -->"
  },
  "url": "http://example.com/fhir/hl7pt/ValueSet/patient-identifier-type",
  "version": "1.0.0",
  "name": "VS_PatientIdentifierType",
  "title": "Tipos de Identificadores de Paciente",
  "status": "active",
  "experimental": false,
  "date": "2026-02-01T17:48:41+00:00",
  "publisher": "HL7 Portugal",
  "contact": [
    {
      "name": "HL7 Portugal",
      "telecom": [
        {
          "system": "url",
          "value": "http://hl7.pt"
        },
        {
          "system": "email",
          "value": "info@hl7.pt"
        }
      ]
    },
    {
      "name": "HL7 Portugal",
      "telecom": [
        {
          "system": "email",
          "value": "geral@hl7.pt",
          "use": "work"
        }
      ]
    }
  ],
  "description": "Conjunto de tipos válidos de identificadores para pacientes em Portugal.",
  "jurisdiction": [
    {
      "coding": [
        {
          "system": "urn:iso:std:iso:3166",
          "code": "PT",
          "display": "Portugal"
        }
      ]
    }
  ],
  "compose": {
    "include": [
      {
        "system": "http://terminology.hl7.org/CodeSystem/v2-0203",
        "concept": [
          {
            "code": "CZ",
            "display": "Citizenship Card"
          },
          {
            "code": "BCFN",
            "display": "Birth Certificate"
          },
          {
            "code": "TAX",
            "display": "Tax ID number"
          },
          {
            "code": "SS",
            "display": "Social Security Number"
          },
          {
            "code": "HC",
            "display": "Health Card Number"
          },
          {
            "code": "PI",
            "display": "Patient internal identifier"
          },
          {
            "code": "MR",
            "display": "Medical record number"
          },
          {
            "code": "MI",
            "display": "Military ID number"
          },
          {
            "code": "PT",
            "display": "Patient External Identifier"
          },
          {
            "code": "ANON",
            "display": "Anonymous identifier"
          },
          {
            "code": "PPN",
            "display": "Passport Number"
          },
          {
            "code": "PRC",
            "display": "Permanent Resident Card Number"
          },
          {
            "code": "NI",
            "display": "National unique individual identifier"
          },
          {
            "code": "DL",
            "display": "Driver's License Number"
          }
        ]
      }
    ]
  }
}