FHIR IG analytics
Resources that use this resource
Resources that this resource uses
Narrative
Note: links and images are rebased to the (stated) source
- Include estes códigos, tal como definidos em
http://terminology.hl7.org/CodeSystem/v2-0203 versão 📦5.0.0| Código | Ecrã | Definição |
| EI | Employee number | A number that uniquely identifies an employee to an employer. |
| MD | Medical License number | An identifier that is unique to a medical doctor within the jurisdiction of a licensing board. |
| NP | Nurse practitioner number | An 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"
}
]
}
]
}
}