{
  "resourceType" : "MedicationRequest",
  "id" : "ExamplePrescriptionDP",
  "meta" : {
    "profile" : ["https://fhir.by/StructureDefinition/MedicationPrescriptionDP"]
  },
  "extension" : [{
    "url" : "https://fhir.by/StructureDefinition/TermOfPurchaseMedication",
    "valueCodeableConcept" : {
      "coding" : [{
        "system" : "https://fhir.by/ValueSet/TermOfPurchaseMedication",
        "code" : "0"
      }]
    }
  },
  {
    "url" : "https://fhir.by/StructureDefinition/ValidityTermOfRecipe",
    "valuePeriod" : {
      "start" : "2024-08-01",
      "end" : "2024-09-30"
    }
  },
  {
    "url" : "https://fhir.by/StructureDefinition/FrequencyOfDrugSales",
    "valueCoding" : {
      "system" : "https://fhir.by/ValueSet/FrequencyOfDrugSales",
      "code" : "once"
    }
  },
  {
    "url" : "https://fhir.by/StructureDefinition/MedicationQuantity",
    "valueDecimal" : 80
  }],
  "identifier" : [{
    "system" : "ehr.platform",
    "value" : "9f403d53-8d79-4ae0-a5d2-7f4e0e2d4246"
  }],
  "status" : "active",
  "intent" : "order",
  "medication" : {
    "extension" : [{
      "extension" : [{
        "url" : "https://fhir.by/StructureDefinition/TradeNameMedicationCode",
        "valueCodeableConcept" : {
          "coding" : [{
            "system" : "https://fhir.by/ValueSet/MedicationTradeNameDosage",
            "code" : "54649",
            "display" : "Аскорбиновая кислота с глюкозой таблетки жеват. 50мг упаковка №10"
          }]
        }
      },
      {
        "url" : "https://fhir.by/StructureDefinition/ManufacturersName",
        "valueCodeableConcept" : {
          "coding" : [{
            "system" : "https://fhir.by/ValueSet/MedicationManufacturers",
            "code" : "0336",
            "display" : "BUCKTON SCOTT COMMODITIES LTD  Китай"
          }]
        }
      }],
      "url" : "https://fhir.by/StructureDefinition/TradeNameMedication"
    },
    {
      "url" : "https://fhir.by/StructureDefinition/MedicationForm",
      "valueCodeableConcept" : {
        "coding" : [{
          "system" : "https://fhir.by/ValueSet/MedicationForms",
          "code" : "0013",
          "display" : "драже"
        }]
      }
    },
    {
      "url" : "https://fhir.by/StructureDefinition/DosageQuantity",
      "valueQuantity" : {
        "value" : 50,
        "unit" : "мг",
        "system" : "https://fhir.by/ValueSet/MedicationUnit",
        "code" : "161"
      }
    }],
    "concept" : {
      "coding" : [{
        "system" : "https://fhir.by/ValueSet/INNBelFarm",
        "code" : "4000605",
        "display" : "Аскорбиновая кислота"
      }]
    }
  },
  "subject" : {
    "reference" : "Patient/PatientFullBundle"
  },
  "informationSource" : [{
    "reference" : "Organization/9ad86c36-0f29-428d-b476-c8603a7cdd1f"
  }],
  "encounter" : {
    "reference" : "Encounter/EncounterFullBundle"
  },
  "authoredOn" : "2024-04-07T11:12:21Z",
  "requester" : {
    "reference" : "PractitionerRole/3c057f8d-4369-4c5e-86be-f710dff3a91c"
  },
  "dosageInstruction" : [{
    "text" : "Принимать 3 раза в день по 2 драже после еды"
  }]
}