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

FHIR IG analytics

Packageuz.dhp.core
Resource TypeMedicationDispense
IdMedicationDispense-example-medication-dispense-outpatient.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: MedicationDispense example-medication-dispense-outpatient

identifier: MD-2026-00002

status: Completed

category: Outpatient

Medications

-Concept
*Ibuprofen 400 mg tablet

subject: Усманов Салим Салиевич Male, DoB: 1994-01-27 ( National unique individual identifier)

performer

actor: Practitioner Test Test Test(official)

performer

actor: Organization Toshkent viloyati yuqumli kasalliklar shifoxonasi

quantity: 10 dona (Details: Medication Total Volume Units codepiece = 'dona')

recorded: 2026-03-02 11:05:00+0500

whenPrepared: 2026-03-02 10:50:00+0500

whenHandedOver: 2026-03-02 11:00:00+0500

receiver: Усманов Салим Салиевич Male, DoB: 1994-01-27 ( National unique individual identifier)


Russian


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

identifier: MD-2026-00002

status: Completed

category: Outpatient

Medications

-Concept
*Ibuprofen 400 mg tablet

subject: Усманов Салим Салиевич Male, БД: 1994-01-27 ( National unique individual identifier)

performer

actor: Practitioner Test Test Test(official)

performer

actor: Organization Ташкентская областная инфекционная больница

quantity: 10 dona (Подробности: Medication Total Volume Units кодpiece = 'штука')

recorded: 2026-03-02 11:05:00+0500

whenPrepared: 2026-03-02 10:50:00+0500

whenHandedOver: 2026-03-02 11:00:00+0500

receiver: Усманов Салим Салиевич Male, БД: 1994-01-27 ( National unique individual identifier)


Uzbek


Generated Narrative: MedicationDispense example-medication-dispense-outpatient

identifier: MD-2026-00002

status: Completed

category: Outpatient

Medications

-Concept
*Ibuprofen 400 mg tablet

subject: Усманов Салим Салиевич Male, DoB: 1994-01-27 ( National unique individual identifier)

performer

actor: Practitioner Test Test Test(official)

performer

actor: Organization Toshkent viloyati yuqumli kasalliklar shifoxonasi

quantity: 10 dona (Details: Medication Total Volume Units codepiece = 'dona')

recorded: 2026-03-02 11:05:00+0500

whenPrepared: 2026-03-02 10:50:00+0500

whenHandedOver: 2026-03-02 11:00:00+0500

receiver: Усманов Салим Салиевич Male, DoB: 1994-01-27 ( National unique individual identifier)


Source1

{
  "resourceType": "MedicationDispense",
  "id": "example-medication-dispense-outpatient",
  "meta": {
    "profile": [
      "https://dhp.uz/fhir/core/StructureDefinition/uz-core-medication-dispense"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "identifier": [
    {
      "value": "MD-2026-00002"
    }
  ],
  "status": "completed",
  "category": [
    {
      "coding": [
        {
          "system": "http://hl7.org/fhir/medicationdispense-admin-location",
          "code": "outpatient"
        }
      ]
    }
  ],
  "medication": {
    "concept": {
      "text": "Ibuprofen 400 mg tablet"
    }
  },
  "subject": {
    "reference": "Patient/example-salim"
  },
  "performer": [
    {
      "actor": {
        "reference": "Practitioner/example-practitioner"
      }
    },
    {
      "actor": {
        "reference": "Organization/tashkent-diseases-hospital"
      }
    }
  ],
  "quantity": {
    "value": 10,
    "unit": "dona",
    "system": "https://terminology.dhp.uz/fhir/core/CodeSystem/medication-total-volume-local-units-cs",
    "code": "piece"
  },
  "recorded": "2026-03-02T11:05:00+05:00",
  "whenPrepared": "2026-03-02T10:50:00+05:00",
  "whenHandedOver": "2026-03-02T11:00:00+05:00",
  "receiver": [
    {
      "reference": "Patient/example-salim"
    }
  ]
}