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

FHIR IG analytics

Packageuz.dhp.core
Resource TypeMedication
IdMedication-example-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-medication

Language: en

Profile: UZ Core Medication

identifier: RegistrationCertificateID/UZ/MED/2024/00123 (use: official, )

code: paracetamol

status: Active

doseForm: tablets

totalVolume: 500 mg (Details: UCUM codemg = 'mg')

Batches

-LotNumberExpirationDate
*LOT202412012027-12-01

Russian


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

Язык: en

Профиль: UZ Core Medication

identifier: RegistrationCertificateID/UZ/MED/2024/00123 (используется: official, )

code: paracetamol

status: Active

doseForm: tablets

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

Batches

-LotNumberExpirationDate
*LOT202412012027-12-01

Uzbek


Generated Narrative: Medication example-medication

Language: en

Profile: UZ Core Medication

identifier: RegistrationCertificateID/UZ/MED/2024/00123 (use: official, )

code: paracetamol

status: Active

doseForm: tablets

totalVolume: 500 mg (Details: UCUM codemg = 'mg')

Batches

-LotNumberExpirationDate
*LOT202412012027-12-01

Source1

{
  "resourceType": "Medication",
  "id": "example-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://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"
  }
}