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 |
<ValueSet xmlns="http://hl7.org/fhir">
<id value="vs-patient-identity-events"/>
<text>
<status value="extensions"/>
<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>
</text>
<url
value="http://example.com/fhir/example/ValueSet/vs-patient-identity-events"/>
<version value="1.0.0"/>
<name value="VS_PatientIdentityEvents"/>
<title value="Eventos FHIR para Gestão de Identidade de Utentes"/>
<status value="active"/>
<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="Eventos FHIR relacionados com a gestão da identidade de utentes."/>
<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://example.com/fhir/example/CodeSystem/cs-fhir-events"/>
<concept>
<code value="PATIENT_NEW"/>
<display value="Criação de novo utente"/>
</concept>
<concept>
<code value="PATIENT_NEW_RESPONSE"/>
<display value="Resposta da criação de novo utente"/>
</concept>
<concept>
<code value="PATIENT_UPDATE"/>
<display value="Atualização de dados do utente"/>
</concept>
<concept>
<code value="PATIENT_UPDATE_RESPONSE"/>
<display value="Resposta da atualização de dados do utente"/>
</concept>
<concept>
<code value="PATIENT_MERGE"/>
<display value="Fusão de utentes"/>
</concept>
<concept>
<code value="PATIENT_MERGE_RESPONSE"/>
<display value="Resposta da fusão de utentes"/>
</concept>
<concept>
<code value="PATIENT_LINK"/>
<display value="Associação de utentes"/>
</concept>
<concept>
<code value="PATIENT_LINK_RESPONSE"/>
<display value="Resposta da associação de utentes"/>
</concept>
<concept>
<code value="PATIENT_UNLINK"/>
<display value="Desassociação de utentes"/>
</concept>
<concept>
<code value="PATIENT_UNLINK_RESPONSE"/>
<display value="Resposta da desassociação de utentes"/>
</concept>
</include>
</compose>
</ValueSet>