Guia de implementação do Core do Brasil: Release 1 - BR Realm | STU1
1.0.0 - STU1 BR

!!Guia de implementação do Core do Brasil: Release 1 - BR Realm | STU1 - Compilação de desenvolvimento local (v1.0.0) construída pelas ferramentas de compilação FHIR (HL7® FHIR® Standard). Veja o Diretório de versões publicadas

: Exemplo de declaração de medicação. - XML Representation

Raw xml | Download


<MedicationStatement xmlns="http://hl7.org/fhir">
  <id value="9d15b978-0743-4a5b-af6f-aac73c027f16"/>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><p class="res-header-id"><b>Narrativa gerada: MedicationStatement 9d15b978-0743-4a5b-af6f-aac73c027f16</b></p><a name="9d15b978-0743-4a5b-af6f-aac73c027f16"> </a><a name="hc9d15b978-0743-4a5b-af6f-aac73c027f16"> </a><p><b>status</b>: Active</p><p><b>category</b>: <span title="Códigos:{http://terminology.hl7.org/CodeSystem/medication-statement-category outpatient}">Uso ambulatorial</span></p><p><b>medication</b>: <a href="Medication-3a46210c-7eb3-48ec-aa67-db7e7ee18864.html">levofloxacin</a></p><p><b>subject</b>: <a href="Patient-b2f63a4c-ddaa-4652-8481-ac1ff473104e.html">João Carlos</a></p><p><b>effective</b>: 2024-12-01 --&gt; 2024-12-10</p><p><b>dateAsserted</b>: 2024-12-01</p><p><b>informationSource</b>: <a href="Practitioner-d3b61455-f432-48f0-b83b-ba825922d735.html">Maria Clara</a></p><p><b>reasonCode</b>: <span title="Códigos:{http://hl7.org/fhir/sid/icd-10 J02.9}">Acute pharyngitis, unspecified</span></p><p><b>note</b>: </p><blockquote><div><p>Paciente relatou sintomas de dor de garganta há 3 dias.</p>
</div></blockquote><blockquote><p><b>dosage</b></p><p><b>text</b>: Tomar 1 cápsula via oral a cada 8 horas por 7 dias.</p><p><b>timing</b>: Código , 3 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>500 mg<span style="background: LightGoldenRodYellow"> (Detalhes: UCUM códigomg = 'mg')</span></td></tr></table></blockquote></div>
  </text>
  <status value="active"/>
  <category>
    <coding>
      <system
              value="http://terminology.hl7.org/CodeSystem/medication-statement-category"/>
      <code value="outpatient"/>
      <display value="Outpatient"/>
    </coding>
    <text value="Uso ambulatorial"/>
  </category>
  <medicationReference>🔗 
    <reference value="Medication/3a46210c-7eb3-48ec-aa67-db7e7ee18864"/>
    <display value="levofloxacin"/>
  </medicationReference>
  <subject>🔗 
    <reference value="Patient/b2f63a4c-ddaa-4652-8481-ac1ff473104e"/>
    <display value="João Carlos"/>
  </subject>
  <effectivePeriod>
    <start value="2024-12-01"/>
    <end value="2024-12-10"/>
  </effectivePeriod>
  <dateAsserted value="2024-12-01"/>
  <informationSource>🔗 
    <reference value="Practitioner/d3b61455-f432-48f0-b83b-ba825922d735"/>
    <display value="Maria Clara"/>
  </informationSource>
  <reasonCode>
    <coding>
      <system value="http://hl7.org/fhir/sid/icd-10"/>
      <code value="J02.9"/>
      <display value="Acute pharyngitis, unspecified"/>
    </coding>
  </reasonCode>
  <note>
    <text value="Paciente relatou sintomas de dor de garganta há 3 dias."/>
  </note>
  <dosage>
    <text value="Tomar 1 cápsula via oral a cada 8 horas por 7 dias."/>
    <timing>
      <repeat>
        <frequency value="3"/>
        <period value="1"/>
        <periodUnit value="d"/>
      </repeat>
      <code>
        <coding>
          <system
                  value="http://terminology.hl7.org/CodeSystem/v3-GTSAbbreviation"/>
          <code value="TID"/>
          <display value="TID"/>
        </coding>
      </code>
    </timing>
    <route>
      <coding>
        <system value="http://standardterms.edqm.eu"/>
        <code value="20053000"/>
        <display value="Oral use"/>
      </coding>
    </route>
    <doseAndRate>
      <doseQuantity>
        <value value="500"/>
        <unit value="mg"/>
        <system value="http://unitsofmeasure.org"/>
        <code value="mg"/>
      </doseQuantity>
    </doseAndRate>
  </dosage>
</MedicationStatement>