Guia de implementação do Sumário Internacional do Paciente: Release 1 - BR Realm | STU1
1.0.0 - STU1 Brazil flag

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

: Exemplo de solicitação de medicamento. - XML Representation

Raw xml | Download


<MedicationRequest xmlns="http://hl7.org/fhir">
  <id value="f858d09c-4902-433f-92a7-45cca29c6fc9"/>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><p class="res-header-id"><b>Narrativa gerada: MedicationRequest f858d09c-4902-433f-92a7-45cca29c6fc9</b></p><a name="f858d09c-4902-433f-92a7-45cca29c6fc9"> </a><a name="hcf858d09c-4902-433f-92a7-45cca29c6fc9"> </a><p><b>status</b>: Active</p><p><b>intent</b>: Order</p><p><b>medication</b>: <span title="Códigos:{http://www.whocc.no/atc A10BA02}">Metformina 850mg</span></p><p><b>subject</b>: <a href="Patient-b1997888-85fd-41b6-bf94-6242cf3c8265.html">Ana Beatriz Oliveira</a></p><p><b>authoredOn</b>: 2024-04-01</p><p><b>requester</b>: <a href="Practitioner-d3b61455-f432-48f0-b83b-ba825922d735.html">Maria Clara</a></p><blockquote><p><b>dosageInstruction</b></p><p><b>text</b>: Tomar 1 comprimido por via oral duas vezes ao dia</p><p><b>timing</b>: 2 por 1 day</p><p><b>route</b>: <span title="Códigos:{http://standardterms.edqm.eu 20053000}">Oral use</span></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>850 mg<span style="background: LightGoldenRodYellow"> (Detalhes: UCUM códigomg = 'mg')</span></td></tr></table></blockquote><h3>DispenseRequests</h3><table class="grid"><tr><td style="display: none">-</td><td><b>ValidityPeriod</b></td><td><b>NumberOfRepeatsAllowed</b></td><td><b>Quantity</b></td></tr><tr><td style="display: none">*</td><td>2024-04-01 --&gt; 2024-10-01</td><td>5</td><td>180 comprimidos</td></tr></table></div>
  </text>
  <status value="active"/>
  <intent value="order"/>
  <medicationCodeableConcept>
    <coding>
      <system value="http://www.whocc.no/atc"/>
      <code value="A10BA02"/>
      <display value="Metformin"/>
    </coding>
    <text value="Metformina 850mg"/>
  </medicationCodeableConcept>
  <subject>🔗 
    <reference value="Patient/b1997888-85fd-41b6-bf94-6242cf3c8265"/>
    <display value="Ana Beatriz Oliveira"/>
  </subject>
  <authoredOn value="2024-04-01"/>
  <requester>🔗 
    <reference value="Practitioner/d3b61455-f432-48f0-b83b-ba825922d735"/>
    <display value="Maria Clara"/>
  </requester>
  <dosageInstruction>
    <text value="Tomar 1 comprimido por via oral duas vezes ao dia"/>
    <timing>
      <repeat>
        <frequency value="2"/>
        <period value="1"/>
        <periodUnit value="d"/>
      </repeat>
    </timing>
    <route>
      <coding>
        <system value="http://standardterms.edqm.eu"/>
        <code value="20053000"/>
        <display value="Oral use"/>
      </coding>
    </route>
    <doseAndRate>
      <doseQuantity>
        <value value="850"/>
        <unit value="mg"/>
        <system value="http://unitsofmeasure.org"/>
        <code value="mg"/>
      </doseQuantity>
    </doseAndRate>
  </dosageInstruction>
  <dispenseRequest>
    <validityPeriod>
      <start value="2024-04-01"/>
      <end value="2024-10-01"/>
    </validityPeriod>
    <numberOfRepeatsAllowed value="5"/>
    <quantity>
      <value value="180"/>
      <unit value="comprimidos"/>
    </quantity>
  </dispenseRequest>
</MedicationRequest>