HL7 PT FHIR Implementation Guide: Example IG Release 1 | STU1
1.0.0 - STU1 Portugal flag

HL7 PT FHIR Implementation Guide: Example IG Release 1 | STU1, publicado por HL7 Portugal. Este guia não é uma publicação autorizada; é a compilação contínua para a versão 1.0.0 construída pela FHIR (HL7® FHIR® Standard) CI Build. Esta versão é baseada no conteúdo atual de https://github.com/hl7-pt/patient-admin-ig/ e muda regularmente. Veja o Diretório de versões publicadas

: Tipos de Identificadores de Profissionais - JSON Representation

Active as of 2025-12-18

Raw json | Download

{
  "resourceType" : "ValueSet",
  "id" : "practitioner-identifier-type",
  "text" : {
    "status" : "extensions",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Narrativa gerada: ValueSet practitioner-identifier-type</b></p><a name=\"practitioner-identifier-type\"> </a><a name=\"hcpractitioner-identifier-type\"> </a><ul><li>Include estes códigos, tal como definidos em <a href=\"http://terminology.hl7.org/7.0.1/CodeSystem-v2-0203.html\"><code>http://terminology.hl7.org/CodeSystem/v2-0203</code></a><span title=\"Version is not explicitly stated, which means it is fixed to 5.0.0, the version found through the package references\"> versão &#x1F4E6;5.0.0</span><table class=\"none\"><tr><td style=\"white-space:nowrap\"><b>Código</b></td><td><b>Ecrã</b></td><td><b>Definição</b></td></tr><tr><td><a href=\"http://terminology.hl7.org/7.0.1/CodeSystem-v2-0203.html#v2-0203-EI\">EI</a></td><td>Employee number</td><td>A number that uniquely identifies an employee to an employer.</td></tr><tr><td><a href=\"http://terminology.hl7.org/7.0.1/CodeSystem-v2-0203.html#v2-0203-MD\">MD</a></td><td>Medical License number</td><td>An identifier that is unique to a medical doctor within the jurisdiction of a licensing board.</td></tr><tr><td><a href=\"http://terminology.hl7.org/7.0.1/CodeSystem-v2-0203.html#v2-0203-NP\">NP</a></td><td>Nurse practitioner number</td><td>An identifier that is unique to a nurse practitioner within the jurisdiction of a certifying board.</td></tr></table></li></ul></div>"
  },
  "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" : "2025-12-18T15:39:21+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"
          }
        ]
      }
    ]
  }
}