O‘zbekiston Raqamli sog‘liqni saqlash platformasi
0.5.0 - ci-build Uzbekistan bayroqcha

Uzbekistan Digital Health Platform, published by Ministry of Health of the Republic of Uzbekistan. This guide is not an authorized publication; it is the continuous build for version 0.5.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/uzinfocom-org/digital-health-ig/ and changes regularly. See the Directory of published versions

: Example Adverse Event - Averted Medication Error

Raw json | Yuklab olish

{
  "resourceType" : "AdverseEvent",
  "id" : "example-averted-medication-error",
  "meta" : {
    "profile" : [
      🔗 "https://dhp.uz/fhir/core/StructureDefinition/uz-core-adverse-event"
    ]
  },
  "language" : "uz",
  "text" : {
    "status" : "generated",
    "div" : "<div xml:lang=\"uz\" lang=\"uz\"><hr/><p><b>Uzbek</b></p><hr/><p class=\"res-header-id\"><b>Generated Narrative: AdverseEvent example-averted-medication-error</b></p><a name=\"uz-example-averted-medication-error\"> </a><a name=\"uz-hcexample-averted-medication-error\"> </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\"/><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-uz-core-adverse-event.html\">UZ Core AdverseEvent</a></p></div><p><b>status</b>: In Progress</p><p><b>actuality</b>: Potential Adverse Event</p><p><b>subject</b>: <a href=\"Patient-example-salim.html\">Усманов Салим Салиевич Male, DoB: 1994-01-27 ( National unique individual identifier)</a></p><p><b>encounter</b>: <a href=\"Encounter-example-encounter.html\">Encounter: status = completed; class = Inpatient encounter; priority = Emergency; type = Treatment services; subjectStatus = Awake; actualPeriod = 2024-01-01 10:00:00+0000 --&gt; 2024-01-01 11:00:00+0000; plannedStartDate = 2024-01-01 10:00:00+0000; plannedEndDate = 2024-01-01 11:00:00+0000</a></p><p><b>occurrence</b>: 2026-04-30 10:30:00+0500</p><p><b>detected</b>: 2026-04-30 10:35:00+0500</p><p><b>recordedDate</b>: 2026-04-30 11:15:00+0500</p><p><b>location</b>: <a href=\"Location-example-location-1.html\">Location Respublika onkologiya markazi</a></p><p><b>seriousness</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/adverse-event-seriousness serious}\">Serious</span></p><p><b>recorder</b>: <a href=\"Practitioner-example-practitioner.html\">Practitioner Test Test Test(official)</a></p><h3>Participants</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Function</b></td><td><b>Actor</b></td></tr><tr><td style=\"display: none\">*</td><td><span title=\"Codes:{http://terminology.hl7.org/CodeSystem/v3-ParticipationType AUT}\">author (originator)</span></td><td><a href=\"Practitioner-example-practitioner.html\">Practitioner Test Test Test(official)</a></td></tr></table><h3>SuspectEntities</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Instance[x]</b></td></tr><tr><td style=\"display: none\">*</td><td><a href=\"Medication-example-prednisone.html\">Medication prednisone</a></td></tr></table><p><b>note</b>: </p><blockquote><div><p>Prednisone was ordered despite a documented contraindication. The order was flagged by clinical decision support and intercepted by the pharmacist before administration, so no dose reached the patient. Investigation in progress.</p>\n</div></blockquote></div>"
  },
  "status" : "in-progress",
  "actuality" : "potential",
  "subject" : {
    🔗 "reference" : "Patient/example-salim"
  },
  "encounter" : {
    🔗 "reference" : "Encounter/example-encounter"
  },
  "occurrenceDateTime" : "2026-04-30T10:30:00+05:00",
  "detected" : "2026-04-30T10:35:00+05:00",
  "recordedDate" : "2026-04-30T11:15:00+05:00",
  "location" : {
    🔗 "reference" : "Location/example-location-1"
  },
  "seriousness" : {
    "coding" : [
      {
        "system" : "http://terminology.hl7.org/CodeSystem/adverse-event-seriousness",
        "code" : "serious",
        "display" : "Serious"
      }
    ]
  },
  "recorder" : {
    🔗 "reference" : "Practitioner/example-practitioner"
  },
  "participant" : [
    {
      "function" : {
        "coding" : [
          {
            "system" : "http://terminology.hl7.org/CodeSystem/v3-ParticipationType",
            "code" : "AUT",
            "display" : "author (originator)"
          }
        ]
      },
      "actor" : {
        🔗 "reference" : "Practitioner/example-practitioner"
      }
    }
  ],
  "suspectEntity" : [
    {
      "instanceReference" : {
        🔗 "reference" : "Medication/example-prednisone"
      }
    }
  ],
  "note" : [
    {
      "text" : "Prednisone was ordered despite a documented contraindication. The order was flagged by clinical decision support and intercepted by the pharmacist before administration, so no dose reached the patient. Investigation in progress."
    }
  ]
}