{
  "resourceType" : "Medication",
  "id" : "example-medication",
  "meta" : {
    "profile" : ["https://dhp.uz/fhir/core/StructureDefinition/uz-core-medication"]
  },
  "language" : "ru",
  "text" : {
    "status" : "generated",
    "div" : "<div xml:lang=\"ru\" lang=\"ru\"><hr/><p><b>Russian</b></p><hr/><p class=\"res-header-id\"><b>Сгенерированный нарратив: Medication example-medication</b></p><a name=\"ru-example-medication\"> </a><a name=\"ru-hcexample-medication\"> </a><div style=\"display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%\"><p style=\"margin-bottom: 0px\">Язык: en</p><p style=\"margin-bottom: 0px\">Профиль: <a href=\"StructureDefinition-uz-core-medication.html\">UZ Core Medication</a></p></div><p><b>identifier</b>: <a href=\"NamingSystem-registration-certificate-id.html\" title=\"Represents the registration certificate number assigned by the Ministry of Health of the Republic of Uzbekistan to authorize the marketing of medicinal products.\">RegistrationCertificateID</a>/UZ/MED/2024/00123\u00a0(используется:\u00a0official,\u00a0)</p><p><b>code</b>: <span title=\"Коды:{https://terminology.dhp.uz/fhir/core/CodeSystem/inn-medication-name-cs 005325}\">paracetamol</span></p><p><b>status</b>: Active</p><p><b>doseForm</b>: <span title=\"Коды:{https://terminology.dhp.uz/fhir/core/CodeSystem/medication-doseform-cs TAB101}\">tablets</span></p><p><b>totalVolume</b>: 500 mg<span style=\"background: LightGoldenRodYellow\"> (Подробности: UCUM  кодmg = 'mg')</span></p><h3>Batches</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>LotNumber</b></td><td><b>ExpirationDate</b></td></tr><tr><td style=\"display: none\">*</td><td>LOT20241201</td><td>2027-12-01</td></tr></table></div>"
  },
  "identifier" : [{
    "use" : "official",
    "system" : "https://uzpharminfo.uz/registration_number",
    "value" : "UZ/MED/2024/00123"
  }],
  "code" : {
    "coding" : [{
      "system" : "https://terminology.dhp.uz/fhir/core/CodeSystem/inn-medication-name-cs",
      "code" : "005325",
      "display" : "paracetamol"
    }]
  },
  "status" : "active",
  "doseForm" : {
    "coding" : [{
      "system" : "https://terminology.dhp.uz/fhir/core/CodeSystem/medication-doseform-cs",
      "code" : "TAB101",
      "display" : "tablets"
    }]
  },
  "totalVolume" : {
    "value" : 500,
    "unit" : "mg",
    "system" : "http://unitsofmeasure.org",
    "code" : "mg"
  },
  "batch" : {
    "lotNumber" : "LOT20241201",
    "expirationDate" : "2027-12-01"
  }
}