Guia de implementação do Sumário Internacional do Paciente: Release 1 - BR Realm | STU1
1.0.0 - STU1
This page is part of the IPS Brasil (v1.0.0: Release) based on FHIR (HL7® FHIR® Standard) R4. This is the current published version. For a full list of available versions, see the Directory of published versions
<Immunization xmlns="http://hl7.org/fhir">
<id value="714819de-cd07-4423-94ea-7057504a2cc8"/>
<text>
<status value="generated"/>
<div xmlns="http://www.w3.org/1999/xhtml"><p class="res-header-id"><b>Narrativa gerada: Immunization 714819de-cd07-4423-94ea-7057504a2cc8</b></p><a name="714819de-cd07-4423-94ea-7057504a2cc8"> </a><a name="hc714819de-cd07-4423-94ea-7057504a2cc8"> </a><p><b>identifier</b>: <code>https://hospital.example.org/immunizations</code>/IMM12345</p><p><b>status</b>: Completed</p><p><b>vaccineCode</b>: <span title="Códigos:{http://snomed.info/sct 1181000221105}">Vacina gripe sazonal</span></p><p><b>patient</b>: <a href="Patient-b1997888-85fd-41b6-bf94-6242cf3c8265.html">Ana Beatriz Oliveira</a></p><p><b>occurrence</b>: 2024-06-01 14:30:00+0000</p><p><b>primarySource</b>: true</p><p><b>lotNumber</b>: 12345AB</p><p><b>expirationDate</b>: 2024-12-31</p><p><b>site</b>: <span title="Códigos:{http://snomed.info/sct 46862004}">Glúteo máximo</span></p><p><b>route</b>: <span title="Códigos:{http://standardterms.edqm.eu 20035000}">intramusculuar</span></p><p><b>doseQuantity</b>: 0.3 mL<span style="background: LightGoldenRodYellow"> (Detalhes: UCUM códigomL = 'mL')</span></p><h3>Performers</h3><table class="grid"><tr><td style="display: none">-</td><td><b>Function</b></td><td><b>Actor</b></td></tr><tr><td style="display: none">*</td><td><span title="Códigos:{https://terminologia.saude.gov.br/fhir/CodeSystem/BRCBO 223505}">ENFERMEIRO</span></td><td><a href="Practitioner-d3b61455-f432-48f0-b83b-ba825922d735.html">Maria Clara</a></td></tr></table><p><b>reasonCode</b>: <span title="Códigos:{http://snomed.info/sct 429060002}">Procedimento obrigatório para o profissional</span></p><h3>ProtocolApplieds</h3><table class="grid"><tr><td style="display: none">-</td><td><b>TargetDisease</b></td><td><b>DoseNumber[x]</b></td></tr><tr><td style="display: none">*</td><td><span title="Códigos:{http://snomed.info/sct 6142004}">influenza</span></td><td>1</td></tr></table></div>
</text>
<identifier>
<system value="https://hospital.example.org/immunizations"/>
<value value="IMM12345"/>
</identifier>
<status value="completed"/>
<vaccineCode>
<coding>
<system value="http://snomed.info/sct"/>
<code value="1181000221105"/>
<display value="Influenza virus antigen only vaccine product"/>
</coding>
<text value="Vacina gripe sazonal"/>
</vaccineCode>
<patient>🔗
<reference value="Patient/b1997888-85fd-41b6-bf94-6242cf3c8265"/>
<display value="Ana Beatriz Oliveira"/>
</patient>
<occurrenceDateTime value="2024-06-01T14:30:00Z"/>
<primarySource value="true"/>
<lotNumber value="12345AB"/>
<expirationDate value="2024-12-31"/>
<site>
<coding>
<system value="http://snomed.info/sct"/>
<code value="46862004"/>
<display value="Buttock"/>
</coding>
<text value="Glúteo máximo"/>
</site>
<route>
<coding>
<system value="http://standardterms.edqm.eu"/>
<code value="20035000"/>
<display value="Intramuscular use"/>
</coding>
<text value="intramusculuar"/>
</route>
<doseQuantity>
<value value="0.3"/>
<unit value="mL"/>
<system value="http://unitsofmeasure.org"/>
<code value="mL"/>
</doseQuantity>
<performer>
<function>
<coding>
<system
value="https://terminologia.saude.gov.br/fhir/CodeSystem/BRCBO"/>
<code value="223505"/>
<display value="ENFERMEIRO"/>
</coding>
</function>
<actor>🔗
<reference value="Practitioner/d3b61455-f432-48f0-b83b-ba825922d735"/>
<display value="Maria Clara"/>
</actor>
</performer>
<reasonCode>
<coding>
<system value="http://snomed.info/sct"/>
<code value="429060002"/>
<display value="Procedure to meet occupational requirement"/>
</coding>
<text value="Procedimento obrigatório para o profissional"/>
</reasonCode>
<protocolApplied>
<targetDisease>
<coding>
<system value="http://snomed.info/sct"/>
<code value="6142004"/>
<display value="Influenza (disorder)"/>
</coding>
<text value="influenza"/>
</targetDisease>
<doseNumberString value="1"/>
</protocolApplied>
</Immunization>