FHIR © HL7.org  |  FHIRsmith 4.0.1  |  Server Home  |  XIG Home  |  XIG Stats  | 

FHIR IG analytics

Packagebr.ufpb.cardioremoto
Resource TypeMedicationRequest
IdMedicationRequest-CardioRemotoMedicationRequestExample.json
FHIR VersionR4

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

Note: links and images are rebased to the (stated) source

Prescrição de losartana para tratamento da hipertensão arterial no contexto do monitoramento remoto.

Source1

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