Guia de Implementação do CardioRemoto
0.1.0 - release International flag

Guia de Implementação do CardioRemoto, published by Universidade Federal da Paraíba (UFPB). This guide is not an authorized publication; it is the continuous build for version 0.1.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/clauirton/CardioRemotoIG/ and changes regularly. See the Directory of published versions

: Prescrição de Losartana - XML Representation

Raw xml | Download


<MedicationRequest xmlns="http://hl7.org/fhir">
  <id value="CardioRemotoMedicationRequestExample"/>
  <meta>
    <profile
             value="http://example.org/fhir/CardioRemotoIG/StructureDefinition/cardioremoto-medicationrequest"/>
  </meta>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml">Prescrição de losartana para tratamento da hipertensão arterial no contexto do monitoramento remoto.</div>
  </text>
  <identifier>
    <use value="official"/>
    <system
            value="https://cardioremoto.ufpb.br/fhir/NamingSystem/medicationrequest-id"/>
    <value value="MR-000001"/>
  </identifier>
  <status value="active"/>
  <intent value="order"/>
  <category>
    <text value="Tratamento Cardiovascular"/>
  </category>
  <priority value="routine"/>
  <medicationCodeableConcept>
    <coding>
      <system value="http://www.whocc.no/atc"/>
      <code value="C09CA01"/>
      <display value="losartan"/>
    </coding>
    <text value="Losartana 50 mg comprimido"/>
  </medicationCodeableConcept>
  <subject>🔗 
    <reference value="Patient/CardioRemotoPatientExample"/>
  </subject>
  <encounter>🔗 
    <reference value="Encounter/CardioRemotoEncounterExample"/>
  </encounter>
  <authoredOn value="2026-07-10"/>
  <requester>🔗 
    <reference value="Practitioner/CardioRemotoPractitionerExample"/>
  </requester>
  <recorder>🔗 
    <reference value="Practitioner/CardioRemotoPractitionerExample"/>
  </recorder>
  <reasonCode>
    <text value="Hipertensão arterial sistêmica"/>
  </reasonCode>
  <reasonReference>🔗 
    <reference value="Condition/CardioRemotoConditionExample"/>
  </reasonReference>
  <note>
    <text
          value="Paciente orientado a manter uso contínuo e monitorar pressão arterial diariamente."/>
  </note>
  <dosageInstruction>
    <text value="Administrar 1 comprimido por via oral uma vez ao dia."/>
    <timing>
      <repeat>
        <frequency value="1"/>
        <period value="1"/>
        <periodUnit value="d"/>
      </repeat>
    </timing>
    <route>
      <text value="Via oral"/>
    </route>
    <doseAndRate>
      <doseQuantity>
        <value value="1"/>
        <unit value="comprimido"/>
        <system value="http://unitsofmeasure.org"/>
        <code value="{tbl}"/>
      </doseQuantity>
    </doseAndRate>
  </dosageInstruction>
  <dispenseRequest>
    <quantity>
      <value value="30"/>
      <unit value="comprimido"/>
      <system value="http://unitsofmeasure.org"/>
      <code value="{tbl}"/>
    </quantity>
    <expectedSupplyDuration>
      <value value="30"/>
      <unit value="dias"/>
      <system value="http://unitsofmeasure.org"/>
      <code value="d"/>
    </expectedSupplyDuration>
  </dispenseRequest>
</MedicationRequest>