HL7 PT FHIR Implementation Guide: Example IG Release 1 | STU1
1.0.0 - STU1
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
| Active as of 2025-10-09 |
{
"resourceType" : "ValueSet",
"id" : "vs-patient-identity-events",
"text" : {
"status" : "extensions",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: ValueSet vs-patient-identity-events</b></p><a name=\"vs-patient-identity-events\"> </a><a name=\"hcvs-patient-identity-events\"> </a><ul><li>Include these codes as defined in <a href=\"CodeSystem-cs-fhir-events.html\"><code>http://example.com/fhir/example/CodeSystem/cs-fhir-events</code></a> version <span title=\"Version is not explicitly stated, which means it is fixed to the version provided in this specification\">📦1.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=\"CodeSystem-cs-fhir-events.html#cs-fhir-events-PATIENT_NEW\">PATIENT_NEW</a></td><td>Criação de novo utente</td><td>Evento FHIR que representa a criação de um novo utente.</td></tr><tr><td><a href=\"CodeSystem-cs-fhir-events.html#cs-fhir-events-PATIENT_NEW_RESPONSE\">PATIENT_NEW_RESPONSE</a></td><td>Resposta da criação de novo utente</td><td>Resposta FHIR à criação de um novo utente.</td></tr><tr><td><a href=\"CodeSystem-cs-fhir-events.html#cs-fhir-events-PATIENT_UPDATE\">PATIENT_UPDATE</a></td><td>Atualização de dados do utente</td><td>Evento FHIR que representa a atualização de dados do utente.</td></tr><tr><td><a href=\"CodeSystem-cs-fhir-events.html#cs-fhir-events-PATIENT_UPDATE_RESPONSE\">PATIENT_UPDATE_RESPONSE</a></td><td>Resposta da atualização de dados do utente</td><td>Resposta FHIR à atualização de dados do utente.</td></tr><tr><td><a href=\"CodeSystem-cs-fhir-events.html#cs-fhir-events-PATIENT_MERGE\">PATIENT_MERGE</a></td><td>Fusão de utentes</td><td>Evento FHIR que representa a fusão de dois ou mais utentes.</td></tr><tr><td><a href=\"CodeSystem-cs-fhir-events.html#cs-fhir-events-PATIENT_MERGE_RESPONSE\">PATIENT_MERGE_RESPONSE</a></td><td>Resposta da fusão de utentes</td><td>Resposta FHIR à fusão de utentes.</td></tr><tr><td><a href=\"CodeSystem-cs-fhir-events.html#cs-fhir-events-PATIENT_LINK\">PATIENT_LINK</a></td><td>Associação de utentes</td><td>Evento FHIR que representa a associação (link) de utentes.</td></tr><tr><td><a href=\"CodeSystem-cs-fhir-events.html#cs-fhir-events-PATIENT_LINK_RESPONSE\">PATIENT_LINK_RESPONSE</a></td><td>Resposta da associação de utentes</td><td>Resposta FHIR à associação de utentes.</td></tr><tr><td><a href=\"CodeSystem-cs-fhir-events.html#cs-fhir-events-PATIENT_UNLINK\">PATIENT_UNLINK</a></td><td>Desassociação de utentes</td><td>Evento FHIR que representa a desassociação (unlink) de utentes.</td></tr><tr><td><a href=\"CodeSystem-cs-fhir-events.html#cs-fhir-events-PATIENT_UNLINK_RESPONSE\">PATIENT_UNLINK_RESPONSE</a></td><td>Resposta da desassociação de utentes</td><td>Resposta FHIR à desassociação de utentes.</td></tr></table></li></ul></div>"
},
"url" : "http://example.com/fhir/example/ValueSet/vs-patient-identity-events",
"version" : "1.0.0",
"name" : "VS_PatientIdentityEvents",
"title" : "Eventos FHIR para Gestão de Identidade de Utentes",
"status" : "active",
"date" : "2025-10-09T11:10:27+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" : "Eventos FHIR relacionados com a gestão da identidade de utentes.",
"jurisdiction" : [
{
"coding" : [
{
"system" : "http://unstats.un.org/unsd/methods/m49/m49.htm",
"code" : "001",
"display" : "World"
}
]
}
],
"compose" : {
"include" : [
{
"system" : "http://example.com/fhir/example/CodeSystem/cs-fhir-events",
"concept" : [
{
"code" : "PATIENT_NEW",
"display" : "Criação de novo utente"
},
{
"code" : "PATIENT_NEW_RESPONSE",
"display" : "Resposta da criação de novo utente"
},
{
"code" : "PATIENT_UPDATE",
"display" : "Atualização de dados do utente"
},
{
"code" : "PATIENT_UPDATE_RESPONSE",
"display" : "Resposta da atualização de dados do utente"
},
{
"code" : "PATIENT_MERGE",
"display" : "Fusão de utentes"
},
{
"code" : "PATIENT_MERGE_RESPONSE",
"display" : "Resposta da fusão de utentes"
},
{
"code" : "PATIENT_LINK",
"display" : "Associação de utentes"
},
{
"code" : "PATIENT_LINK_RESPONSE",
"display" : "Resposta da associação de utentes"
},
{
"code" : "PATIENT_UNLINK",
"display" : "Desassociação de utentes"
},
{
"code" : "PATIENT_UNLINK_RESPONSE",
"display" : "Resposta da desassociação de utentes"
}
]
}
]
}
}