{
  "resourceType" : "MedicationRequest",
  "id" : "ExampleMedicationOrderAmoxiclav",
  "meta" : {
    "profile" : ["https://fhir.by/StructureDefinition/MedicationOrder"]
  },
  "status" : "active",
  "intent" : "order",
  "category" : [{
    "coding" : [{
      "system" : "https://fhir.by/ValueSet/CourseOfTherapyType",
      "code" : "course",
      "display" : "Короткий курс медикаментозной терапии"
    }]
  }],
  "medication" : {
    "reference" : {
      "reference" : "Medication/64eaa7e3-58e6-40b0-938e-4192ca7f9552"
    }
  },
  "subject" : {
    "reference" : "Patient/PatientFullBundle"
  },
  "informationSource" : [{
    "reference" : "Organization/9ad86c36-0f29-428d-b476-c8603a7cdd1f"
  }],
  "encounter" : {
    "reference" : "Encounter/EncounterFullBundle"
  },
  "authoredOn" : "2024-04-07T11:20:21Z",
  "requester" : {
    "reference" : "PractitionerRole/3c057f8d-4369-4c5e-86be-f710dff3a91c"
  },
  "reason" : [{
    "reference" : {
      "reference" : "Condition/DiagnosisrFullBundle"
    }
  }],
  "effectiveDosePeriod" : {
    "start" : "2024-04-07",
    "end" : "2024-04-16"
  },
  "dosageInstruction" : [{
    "patientInstruction" : "Принимать по одной таблетке три раза в день. Таблетки следует проглатывать целиком, запивая стаканом воды, во время еды или непосредственно перед едой",
    "timing" : {
      "repeat" : {
        "frequency" : 3,
        "period" : 1,
        "periodUnit" : "d"
      },
      "code" : {
        "text" : "Во время еды или непосредственно перед едой"
      }
    },
    "route" : {
      "coding" : [{
        "system" : "https://fhir.by/ValueSet/MedicationRouteAdmin",
        "code" : "070",
        "display" : "гастроэнтеральный"
      }]
    },
    "doseAndRate" : [{
      "doseQuantity" : {
        "value" : 1,
        "unit" : "таблетка",
        "system" : "https://fhir.by/ValueSet/MedicationByUnits",
        "code" : "tablet"
      },
      "rateQuantity" : {
        "value" : 10,
        "unit" : "мг/час",
        "system" : "https://fhir.by/ValueSet/MedicationByRateUnits",
        "code" : "mg/h"
      }
    }]
  }]
}