Guia de implementação do Core do Brasil: Release 1 - BR Realm | STU1
1.0.0 - STU1
This page is part of the Core do 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
<ServiceRequest xmlns="http://hl7.org/fhir">
<id value="d70c3a7e-abf0-44ab-ab0b-8c59ffee8f85"/>
<text>
<status value="generated"/>
<div xmlns="http://www.w3.org/1999/xhtml"><p class="res-header-id"><b>Generated Narrative: ServiceRequest d70c3a7e-abf0-44ab-ab0b-8c59ffee8f85</b></p><a name="d70c3a7e-abf0-44ab-ab0b-8c59ffee8f85"> </a><a name="hcd70c3a7e-abf0-44ab-ab0b-8c59ffee8f85"> </a><a name="d70c3a7e-abf0-44ab-ab0b-8c59ffee8f85-pt-BR"> </a><p><b>identifier</b>: <code>https://hospital.example.org/servicerequest</code>/ServiceRequest12345</p><p><b>status</b>: Active</p><p><b>intent</b>: Order</p><p><b>category</b>: <span title="Codes:{https://fhir.ans.gov.br/CodeSystem/tuss-50 23}">Exame</span></p><p><b>priority</b>: Routine</p><p><b>code</b>: <span title="Codes:{https://terminologia.saude.gov.br/fhir/CodeSystem/BRTabelaSUS 0211020036}">Eletrocardiograma</span></p><p><b>subject</b>: <a href="Patient-b2f63a4c-ddaa-4652-8481-ac1ff473104e.html">José da Silva</a></p><p><b>authoredOn</b>: 2024-12-19</p><p><b>requester</b>: <a href="Practitioner-d3b61455-f432-48f0-b83b-ba825922d735.html">Maria Clara</a></p><p><b>performer</b>: <a href="PractitionerRole-69ba81d5-37fe-471e-99d8-e53649ccdeed.html">Clínica Geral</a></p><p><b>reasonCode</b>: <span title="Codes:{https://terminologia.saude.gov.br/fhir/CodeSystem/BRCID10 R07.2}">Dor precordial</span></p><p><b>bodySite</b>: <span title="Codes:{http://snomed.info/sct 80891009}">Coração</span></p><p><b>note</b>: O paciente deve evitar exercícios físicos antes do exame.</p></div>
</text>
<identifier>
<system value="https://hospital.example.org/servicerequest"/>
<value value="ServiceRequest12345"/>
</identifier>
<status value="active"/>
<intent value="order"/>
<category>
<coding>
<system value="https://fhir.ans.gov.br/CodeSystem/tuss-50"/>
<code value="23"/>
<display value="Exame"/>
</coding>
<text value="Exame"/>
</category>
<priority value="routine"/>
<code>
<coding>
<system
value="https://terminologia.saude.gov.br/fhir/CodeSystem/BRTabelaSUS"/>
<code value="0211020036"/>
<display value="Eletrocardiograma"/>
</coding>
<text value="Eletrocardiograma"/>
</code>
<subject>🔗
<reference value="Patient/b2f63a4c-ddaa-4652-8481-ac1ff473104e"/>
<display value="José da Silva"/>
</subject>
<authoredOn value="2024-12-19"/>
<requester>🔗
<reference value="Practitioner/d3b61455-f432-48f0-b83b-ba825922d735"/>
<display value="Maria Clara"/>
</requester>
<performer>🔗
<reference value="PractitionerRole/69ba81d5-37fe-471e-99d8-e53649ccdeed"/>
<display value="Clínica Geral"/>
</performer>
<reasonCode>
<coding>
<system
value="https://terminologia.saude.gov.br/fhir/CodeSystem/BRCID10"/>
<code value="R07.2"/>
<display value="Dor precordial"/>
</coding>
<text value="Dor precordial"/>
</reasonCode>
<bodySite>
<coding>
<system value="http://snomed.info/sct"/>
<code value="80891009"/>
<display value="Heart"/>
</coding>
<text value="Coração"/>
</bodySite>
<note>
<text value="O paciente deve evitar exercícios físicos antes do exame."/>
</note>
</ServiceRequest>