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

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

: Exemplo de medicação. - XML Representation

Raw xml | Download


<Medication xmlns="http://hl7.org/fhir">
  <id value="3a46210c-7eb3-48ec-aa67-db7e7ee18864"/>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><p class="res-header-id"><b>Generated Narrative: Medication 3a46210c-7eb3-48ec-aa67-db7e7ee18864</b></p><a name="3a46210c-7eb3-48ec-aa67-db7e7ee18864"> </a><a name="hc3a46210c-7eb3-48ec-aa67-db7e7ee18864"> </a><a name="3a46210c-7eb3-48ec-aa67-db7e7ee18864-pt-BR"> </a><p><b>identifier</b>: <code>https://saude.gov.br/fhir/sid/medication</code>/12345</p><p><b>code</b>: <span title="Codes:{http://www.whocc.no/atc J01MA12}">Levofloxacino; sistêmico</span></p><p><b>status</b>: Active</p><p><b>manufacturer</b>: <a href="Organization-7b98fd1d-5f85-40f5-9436-2c767ab734ae.html">Aché Laboratórios Farmacêuticos S.A.</a></p><h3>Ingredients</h3><table class="grid"><tr><td style="display: none">-</td><td><b>Item[x]</b></td><td><b>Strength</b></td></tr><tr><td style="display: none">*</td><td><span title="Codes:{http://www.whocc.no/atc J01MA12}">Levofloxacino</span></td><td>500 mg<span style="background: LightGoldenRodYellow"> (Details: unknown  codemg = 'mg')</span>/1 tablet<span style="background: LightGoldenRodYellow"> (Details: unknown  codetablet = 'tablet')</span></td></tr></table></div>
  </text>
  <identifier>
    <system value="https://saude.gov.br/fhir/sid/medication"/>
    <value value="12345"/>
  </identifier>
  <code>
    <coding>
      <system value="http://www.whocc.no/atc"/>
      <code value="J01MA12"/>
      <display value="levofloxacin"/>
    </coding>
    <text value="Levofloxacino; sistêmico"/>
  </code>
  <status value="active"/>
  <manufacturer>🔗 
    <reference value="Organization/7b98fd1d-5f85-40f5-9436-2c767ab734ae"/>
    <display value="Aché Laboratórios Farmacêuticos S.A."/>
  </manufacturer>
  <ingredient>
    <itemCodeableConcept>
      <coding>
        <system value="http://www.whocc.no/atc"/>
        <code value="J01MA12"/>
        <display value="levofloxacin"/>
      </coding>
      <text value="Levofloxacino"/>
    </itemCodeableConcept>
    <strength>
      <numerator>
        <value value="500"/>
        <unit value="mg"/>
        <system value="urn:oid:2.16.840.1.113883.6.8"/>
        <code value="mg"/>
      </numerator>
      <denominator>
        <value value="1"/>
        <unit value="tablet"/>
        <system value="urn:oid:2.16.840.1.113883.6.8"/>
        <code value="tablet"/>
      </denominator>
    </strength>
  </ingredient>
</Medication>