FHIR © HL7.org  |  FHIRsmith 4.0.1  |  Server Home  |  XIG Home  |  XIG Stats  | 

FHIR IG analytics

Packageuz.dhp.core
Resource TypeMedication
IdMedication-example-neomycin-atc-medication.json
FHIR VersionR5

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

Note: links and images are rebased to the (stated) source


English


Generated Narrative: Medication example-neomycin-atc-medication

Language: en

Profile: UZ Core Medication

identifier: GlobalTradeItemID/PH2025 (use: official, ), ProductServiceID/PS2212 (use: official, )

code: Neomycin

status: Active

doseForm: drops

totalVolume: 50 mL (Details: UCUM codemL = 'mL')

Batches

-LotNumberExpirationDate
*LOT202512152028-12-28

Russian


Сгенерированный нарратив: Medication example-neomycin-atc-medication

Язык: en

Профиль: UZ Core Medication

identifier: GlobalTradeItemID/PH2025 (используется: official, ), ProductServiceID/PS2212 (используется: official, )

code: Neomycin

status: Active

doseForm: drops

totalVolume: 50 mL (Подробности: UCUM кодmL = 'mL')

Batches

-LotNumberExpirationDate
*LOT202512152028-12-28

Uzbek


Generated Narrative: Medication example-neomycin-atc-medication

Language: en

Profile: UZ Core Medication

identifier: GlobalTradeItemID/PH2025 (use: official, ), ProductServiceID/PS2212 (use: official, )

code: Neomycin

status: Active

doseForm: drops

totalVolume: 50 mL (Details: UCUM codemL = 'mL')

Batches

-LotNumberExpirationDate
*LOT202512152028-12-28

Source1

{
  "resourceType": "Medication",
  "id": "example-neomycin-atc-medication",
  "meta": {
    "profile": [
      "https://dhp.uz/fhir/core/StructureDefinition/uz-core-medication"
    ]
  },
  "language": "en",
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "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"
  }
}