FHIR IG analytics| Package | br.ufpb.cardioremoto |
| Resource Type | MedicationRequest |
| Id | MedicationRequest-CardioRemotoMedicationRequestExample.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
{
"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"
}
}
}