O‘zbekiston Raqamli sog‘liqni saqlash platformasi
0.4.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.4.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 UZ Core AllergyIntolerance - Grass Pollen Allergy

Raw json | Yuklab olish

{
  "resourceType" : "AllergyIntolerance",
  "id" : "example-grass-pollen-allergy",
  "meta" : {
    "profile" : [
      🔗 "https://dhp.uz/fhir/core/StructureDefinition/uz-core-allergy-intolerance"
    ]
  },
  "language" : "uz",
  "text" : {
    "status" : "extensions",
    "div" : "<div xml:lang=\"uz\" lang=\"uz\"><hr/><p><b>Uzbek</b></p><hr/><p class=\"res-header-id\"><b>Generated Narrative: AllergyIntolerance example-grass-pollen-allergy</b></p><a name=\"uz-example-grass-pollen-allergy\"> </a><a name=\"uz-hcexample-grass-pollen-allergy\"> </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\">Language: en</p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-uz-core-allergy-intolerance.html\">UZ Core AllergyIntolerance</a></p></div><p><b>Abatement</b>: Symptoms resolved after antihistamine course</p><p><b>clinicalStatus</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/allergyintolerance-clinical active}\">Active</span></p><p><b>verificationStatus</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/allergyintolerance-verification confirmed}\">Confirmed</span></p><p><b>type</b>: <span title=\"Codes:{http://hl7.org/fhir/allergy-intolerance-type allergy}\">Allergy</span></p><p><b>category</b>: Environment</p><p><b>code</b>: <span title=\"Codes:{https://terminology.dhp.uz/fhir/core/CodeSystem/allergen-codes-cs aller-0010-00001}\">Grass pollen</span></p><p><b>patient</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>onset</b>: 2025-07-10</p><blockquote><p><b>reaction</b></p><p><b>substance</b>: <span title=\"Codes:{https://terminology.dhp.uz/fhir/core/CodeSystem/allergy-reaction-substance-cs aller-0010-00031}\">Walnut, pollen (Jug r_pollen)</span></p><h3>Manifestations</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Concept</b></td></tr><tr><td style=\"display: none\">*</td><td><span title=\"Codes:{https://terminology.dhp.uz/fhir/core/CodeSystem/allergy-reaction-manifestation-cs aller-0006-00004}\">Shortness of breath</span></td></tr></table><p><b>severity</b>: Severe</p></blockquote></div>"
  },
  "extension" : [
    {
      "url" : "http://hl7.org/fhir/StructureDefinition/allergyintolerance-abatement",
      "valueString" : "Symptoms resolved after antihistamine course"
    }
  ],
  "clinicalStatus" : {
    "coding" : [
      {
        "system" : "http://terminology.hl7.org/CodeSystem/allergyintolerance-clinical",
        "code" : "active",
        "display" : "Active"
      }
    ]
  },
  "verificationStatus" : {
    "coding" : [
      {
        "system" : "http://terminology.hl7.org/CodeSystem/allergyintolerance-verification",
        "code" : "confirmed",
        "display" : "Confirmed"
      }
    ]
  },
  "type" : {
    "coding" : [
      {
        "system" : "http://hl7.org/fhir/allergy-intolerance-type",
        "code" : "allergy",
        "display" : "Allergy"
      }
    ]
  },
  "category" : [
    "environment"
  ],
  "code" : {
    "coding" : [
      {
        "system" : "https://terminology.dhp.uz/fhir/core/CodeSystem/allergen-codes-cs",
        "code" : "aller-0010-00001",
        "display" : "Grass pollen"
      }
    ]
  },
  "patient" : {
    🔗 "reference" : "Patient/example-salim"
  },
  "encounter" : {
    🔗 "reference" : "Encounter/example-encounter"
  },
  "onsetDateTime" : "2025-07-10",
  "reaction" : [
    {
      "substance" : {
        "coding" : [
          {
            "system" : "https://terminology.dhp.uz/fhir/core/CodeSystem/allergy-reaction-substance-cs",
            "code" : "aller-0010-00031",
            "display" : "Walnut, pollen (Jug r_pollen)"
          }
        ]
      },
      "manifestation" : [
        {
          "concept" : {
            "coding" : [
              {
                "system" : "https://terminology.dhp.uz/fhir/core/CodeSystem/allergy-reaction-manifestation-cs",
                "code" : "aller-0006-00004",
                "display" : "Shortness of breath"
              }
            ]
          }
        }
      ],
      "severity" : "severe"
    }
  ]
}