{
  "resourceType" : "Condition",
  "id" : "example-anaphylaxis",
  "meta" : {
    "profile" : ["https://dhp.uz/fhir/core/StructureDefinition/uz-core-condition"]
  },
  "language" : "ru",
  "text" : {
    "status" : "generated",
    "div" : "<div xml:lang=\"ru\" lang=\"ru\"><hr/><p><b>Russian</b></p><hr/><p class=\"res-header-id\"><b>Сгенерированный нарратив: Condition example-anaphylaxis</b></p><a name=\"ru-example-anaphylaxis\"> </a><a name=\"ru-hcexample-anaphylaxis\"> </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\">Язык: en</p><p style=\"margin-bottom: 0px\">Профиль: <a href=\"StructureDefinition-uz-core-condition.html\">UZ Core Condition</a></p></div><p><b>clinicalStatus</b>: <span title=\"Коды:{http://terminology.hl7.org/CodeSystem/condition-clinical active}\">Active</span></p><p><b>verificationStatus</b>: <span title=\"Коды:{http://terminology.hl7.org/CodeSystem/condition-ver-status confirmed}\">Confirmed</span></p><p><b>severity</b>: <span title=\"Коды:{http://snomed.info/sct 24484000}\">Severe</span></p><p><b>code</b>: <span title=\"Коды:{http://snomed.info/sct 39579001}\">Anaphylaxis</span></p><p><b>subject</b>: <a href=\"Patient-example-david.html\">Давыдов Давид(anonymous) Other, БД: 2001-10-16 ( Driver's license number)</a></p><p><b>onset</b>: 2026-04-30 10:40:00+0500</p><p><b>recordedDate</b>: 2026-04-30 11:00:00+0500</p></div>"
  },
  "clinicalStatus" : {
    "coding" : [{
      "system" : "http://terminology.hl7.org/CodeSystem/condition-clinical",
      "code" : "active",
      "display" : "Active"
    }]
  },
  "verificationStatus" : {
    "coding" : [{
      "system" : "http://terminology.hl7.org/CodeSystem/condition-ver-status",
      "code" : "confirmed",
      "display" : "Confirmed"
    }]
  },
  "severity" : {
    "coding" : [{
      "system" : "http://snomed.info/sct",
      "code" : "24484000",
      "display" : "Severe"
    }]
  },
  "code" : {
    "coding" : [{
      "system" : "http://snomed.info/sct",
      "code" : "39579001",
      "display" : "Anaphylaxis"
    }]
  },
  "subject" : {
    "reference" : "Patient/example-david"
  },
  "onsetDateTime" : "2026-04-30T10:40:00+05:00",
  "recordedDate" : "2026-04-30T11:00:00+05:00"
}