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-practitioner-identifier-type.json
FHIR VersionR4
Sourcehttps://build.fhir.org/ig/hl7-pt/patient-admin-ig/ValueSet-practitioner-identifier-type.html
URLhttp://example.com/fhir/hl7pt/ValueSet/practitioner-identifier-type
Version1.0.0
Statusactive
Date2026-02-01T17:48:41+00:00
NameVS_PractitionerIdentifierType
TitleTipos de Identificadores de Profissionais
Realmpt
Authorityhl7
DescriptionConjunto de tipos válidos de identificadores para profissionais em Portugal.

Resources that use this resource

StructureDefinition
Practitioner-PtPTPractitioner

Resources that this resource uses

CodeSystem
v2-0203identifierType

Narrative

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

Narrativa gerada: ValueSet practitioner-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
    EIEmployee numberA number that uniquely identifies an employee to an employer.
    MDMedical License numberAn identifier that is unique to a medical doctor within the jurisdiction of a licensing board.
    NPNurse practitioner numberAn identifier that is unique to a nurse practitioner within the jurisdiction of a certifying board.

Source1

{
  "resourceType": "ValueSet",
  "id": "practitioner-identifier-type",
  "text": {
    "status": "extensions",
    "div": "<!-- snip (see above) -->"
  },
  "url": "http://example.com/fhir/hl7pt/ValueSet/practitioner-identifier-type",
  "version": "1.0.0",
  "name": "VS_PractitionerIdentifierType",
  "title": "Tipos de Identificadores de Profissionais",
  "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 profissionais 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": "EI",
            "display": "Employee number"
          },
          {
            "code": "MD",
            "display": "Medical License number"
          },
          {
            "code": "NP",
            "display": "Nurse practitioner number"
          }
        ]
      }
    ]
  }
}