Единая платформа цифрового здравоохранения Узбекистана
0.5.0 - ci-build Uzbekistan флаг

Uzbekistan Digital Health Platform - Локальная сборка (v0.5.0), построенная FHIR (HL7® FHIR® Стандартные инструменты сборки. Смотрите каталог опубликованных версий

: Example UZ Core Medication - Neomycin

Сырой json | Скачать

{
  "resourceType" : "Medication",
  "id" : "example-neomycin-atc-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-neomycin-atc-medication</b></p><a name=\"ru-example-neomycin-atc-medication\"> </a><a name=\"ru-hcexample-neomycin-atc-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-global-trade-item-id.html\" title=\"Identifies the Global Trade Item Number (GTIN) assigned to medicinal products distributed in Uzbekistan, ensuring global interoperability in product identification.\">GlobalTradeItemID</a>/PH2025\u00a0(используется:\u00a0official,\u00a0), <a href=\"NamingSystem-product-service-id.html\" title=\"Represents the Product and Service Identification Code (ICPS) used to categorize medicines, healthcare products, and services within Uzbekistan's health information systems.\">ProductServiceID</a>/PS2212\u00a0(используется:\u00a0official,\u00a0)</p><p><b>code</b>: <span title=\"Коды:{http://www.whocc.no/atc A01AB08}\">Neomycin</span></p><p><b>status</b>: Active</p><p><b>doseForm</b>: <span title=\"Коды:{https://terminology.dhp.uz/fhir/core/CodeSystem/medication-doseform-cs DRO101}\">drops</span></p><p><b>totalVolume</b>: 50 mL<span style=\"background: LightGoldenRodYellow\"> (Подробности: UCUM  кодmL = 'mL')</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>LOT20251215</td><td>2028-12-28</td></tr></table></div>"
  },
  "identifier" : [
    {
      "use" : "official",
      "system" : "https://mobile-api.aslbelgisi.uz/gtin",
      "value" : "PH2025"
    },
    {
      "use" : "official",
      "system" : "https://uzpharminfo.uz/icps",
      "value" : "PS2212"
    }
  ],
  "code" : {
    "coding" : [
      {
        "system" : "http://www.whocc.no/atc",
        "code" : "A01AB08",
        "display" : "Neomycin"
      }
    ]
  },
  "status" : "active",
  "doseForm" : {
    "coding" : [
      {
        "system" : "https://terminology.dhp.uz/fhir/core/CodeSystem/medication-doseform-cs",
        "code" : "DRO101",
        "display" : "drops"
      }
    ]
  },
  "totalVolume" : {
    "value" : 50,
    "unit" : "mL",
    "system" : "http://unitsofmeasure.org",
    "code" : "mL"
  },
  "batch" : {
    "lotNumber" : "LOT20251215",
    "expirationDate" : "2028-12-28"
  }
}