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
<MedicationDispense xmlns="http://hl7.org/fhir">
<id value="80589c80-643e-43ea-801b-5f32616e9a27"/>
<text>
<status value="generated"/>
<div xmlns="http://www.w3.org/1999/xhtml"><p class="res-header-id"><b>Generated Narrative: MedicationDispense 80589c80-643e-43ea-801b-5f32616e9a27</b></p><a name="80589c80-643e-43ea-801b-5f32616e9a27"> </a><a name="hc80589c80-643e-43ea-801b-5f32616e9a27"> </a><a name="80589c80-643e-43ea-801b-5f32616e9a27-pt-BR"> </a><p><b>identifier</b>: <code>https://saude.gov.br/fhir/sid/medicationdispense</code>/12345</p><p><b>status</b>: Completed</p><p><b>medication</b>: <span title="Codes:{http://www.whocc.no/atc M01AX05}">Glucosamina</span></p><p><b>subject</b>: <a href="Patient-b2f63a4c-ddaa-4652-8481-ac1ff473104e.html">João Carlos</a></p><h3>Performers</h3><table class="grid"><tr><td style="display: none">-</td><td><b>Actor</b></td></tr><tr><td style="display: none">*</td><td><a href="Practitioner-d3b61455-f432-48f0-b83b-ba825922d735.html">Maria Clara</a></td></tr></table><p><b>location</b>: <a href="Location-9fea09cf-0529-4f7d-bad0-80cd5fd00cba.html">Clínica Geral</a></p><p><b>quantity</b>: 30 comprimidos</p><p><b>daysSupply</b>: 30 days<span style="background: LightGoldenRodYellow"> (Details: UCUM coded = 'd')</span></p><p><b>whenPrepared</b>: 2023-12-12 10:00:00-0300</p><p><b>whenHandedOver</b>: 2023-12-12 10:30:00-0300</p><p><b>destination</b>: <a href="Location-9fea09cf-0529-4f7d-bad0-80cd5fd00cba.html">Clínica Geral</a></p><blockquote><p><b>dosageInstruction</b></p><p><b>text</b>: Tomar 1 comprimido a cada 12 horas após café da manhã e jantar.</p><p><b>timing</b>: 2 per 1 days</p><h3>DoseAndRates</h3><table class="grid"><tr><td style="display: none">-</td><td><b>Dose[x]</b></td></tr><tr><td style="display: none">*</td><td>(unit 10219000 from http://standardterms.edqm.eu)<span style="background: LightGoldenRodYellow"> (Details: standardterms.edqm.eu code10219000 = 'Tablet')</span></td></tr></table></blockquote></div>
</text>
<identifier>
<system value="https://saude.gov.br/fhir/sid/medicationdispense"/>
<value value="12345"/>
</identifier>
<status value="completed"/>
<medicationCodeableConcept>
<coding>
<system value="http://www.whocc.no/atc"/>
<code value="M01AX05"/>
<display value="Glucosamine"/>
</coding>
<text value="Glucosamina"/>
</medicationCodeableConcept>
<subject>🔗
<reference value="Patient/b2f63a4c-ddaa-4652-8481-ac1ff473104e"/>
<display value="João Carlos"/>
</subject>
<performer>
<actor>🔗
<reference value="Practitioner/d3b61455-f432-48f0-b83b-ba825922d735"/>
<display value="Maria Clara"/>
</actor>
</performer>
<location>🔗
<reference value="Location/9fea09cf-0529-4f7d-bad0-80cd5fd00cba"/>
<display value="Clínica Geral"/>
</location>
<quantity>
<value value="30"/>
<unit value="comprimidos"/>
</quantity>
<daysSupply>
<value value="30"/>
<unit value="days"/>
<system value="http://unitsofmeasure.org"/>
<code value="d"/>
</daysSupply>
<whenPrepared value="2023-12-12T10:00:00-03:00"/>
<whenHandedOver value="2023-12-12T10:30:00-03:00"/>
<destination>🔗
<reference value="Location/9fea09cf-0529-4f7d-bad0-80cd5fd00cba"/>
<display value="Clínica Geral"/>
</destination>
<dosageInstruction>
<text
value="Tomar 1 comprimido a cada 12 horas após café da manhã e jantar."/>
<timing>
<repeat>
<frequency value="2"/>
<period value="1"/>
<periodUnit value="d"/>
</repeat>
</timing>
<doseAndRate>
<doseQuantity>
<system value="http://standardterms.edqm.eu"/>
<code value="10219000"/>
</doseQuantity>
</doseAndRate>
</dosageInstruction>
</MedicationDispense>