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

HL7 PT FHIR Implementation Guide: Example IG Release 1 | STU1, published by HL7 Portugal. This guide is not an authorized publication; it is the continuous build for version 1.0.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/hl7-pt/patient-admin-ig/ and changes regularly. See the Directory of published versions

: Tipos de Identificadores de Profissionais - XML Representation

Active as of 2025-10-09

Raw xml | Download


<ValueSet xmlns="http://hl7.org/fhir">
  <id value="practitioner-identifier-type"/>
  <text>
    <status value="extensions"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><p class="res-header-id"><b>Generated Narrative: ValueSet practitioner-identifier-type</b></p><a name="practitioner-identifier-type"> </a><a name="hcpractitioner-identifier-type"> </a><ul><li>Include these codes as defined in <a href="http://terminology.hl7.org/6.5.0/CodeSystem-v2-0203.html"><code>http://terminology.hl7.org/CodeSystem/v2-0203</code></a> version <span title="Version is not explicitly stated, which means it is fixed to 5.0.0, the version found through the package references">&#x1F4E6;5.0.0</span><table class="none"><tr><td style="white-space:nowrap"><b>Code</b></td><td><b>Display</b></td><td><b>Definition</b></td></tr><tr><td><a href="http://terminology.hl7.org/6.5.0/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/6.5.0/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/6.5.0/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>
  </text>
  <url
       value="http://example.com/fhir/example/ValueSet/practitioner-identifier-type"/>
  <version value="1.0.0"/>
  <name value="VS_PractitionerIdentifierType"/>
  <title value="Tipos de Identificadores de Profissionais"/>
  <status value="active"/>
  <experimental value="false"/>
  <date value="2025-10-09T11:10:27+00:00"/>
  <publisher value="HL7 Portugal"/>
  <contact>
    <name value="HL7 Portugal"/>
    <telecom>
      <system value="url"/>
      <value value="http://hl7.pt"/>
    </telecom>
    <telecom>
      <system value="email"/>
      <value value="info@hl7.pt"/>
    </telecom>
  </contact>
  <contact>
    <name value="HL7 Portugal"/>
    <telecom>
      <system value="email"/>
      <value value="geral@hl7.pt"/>
      <use value="work"/>
    </telecom>
  </contact>
  <description
               value="Conjunto de tipos válidos de identificadores para profissionais em Portugal."/>
  <jurisdiction>
    <coding>
      <system value="http://unstats.un.org/unsd/methods/m49/m49.htm"/>
      <code value="001"/>
      <display value="World"/>
    </coding>
  </jurisdiction>
  <compose>
    <include>
      <system value="http://terminology.hl7.org/CodeSystem/v2-0203"/>
      <concept>
        <code value="EI"/>
        <display value="Employee number"/>
      </concept>
      <concept>
        <code value="MD"/>
        <display value="Medical License number"/>
      </concept>
      <concept>
        <code value="NP"/>
        <display value="Nurse practitioner number"/>
      </concept>
    </include>
  </compose>
</ValueSet>