{
  "resourceType" : "Condition",
  "id" : "example-headache",
  "meta" : {
    "profile" : ["https://dhp.uz/fhir/core/StructureDefinition/uz-core-condition"]
  },
  "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: Condition example-headache</b></p><a name=\"uz-example-headache\"> </a><a name=\"uz-hcexample-headache\"> </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-condition.html\">UZ Core Condition</a></p></div><p><b>Diagnosis type</b>: <span title=\"Codes:{https://terminology.dhp.uz/fhir/core/CodeSystem/diagnosis-type-cs gencl-0001-00001}\">Diagnosis of the referring institution</span></p><p><b>clinicalStatus</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/condition-clinical active}\">Active</span></p><p><b>verificationStatus</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/condition-ver-status confirmed}\">Confirmed</span></p><p><b>severity</b>: <span title=\"Codes:{http://snomed.info/sct 255604002}\">Mild</span></p><p><b>code</b>: <span title=\"Codes:{http://hl7.org/fhir/sid/icd-10 G43.9}\">Migraine, unspecified</span></p><p><b>bodySite</b>: <span title=\"Codes:{http://snomed.info/sct 69536005}\">Head structure</span></p><p><b>subject</b>: <a href=\"Patient-example-patient.html\">Алишер Ибрагимов  (no stated gender), DoB Unknown</a></p><p><b>onset</b>: 2025-07-25</p><p><b>recordedDate</b>: 2025-07-29</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/provenance-participant-type author}\">Author</span></td><td><a href=\"Practitioner-example-practitioner.html\">Practitioner Test Test Test(official)</a></td></tr></table><p><b>note</b>: </p><blockquote><div><p>Patient reported a mild migraine lasting two days; advised rest, hydration, and analgesia.</p>\n</div></blockquote></div>"
  },
  "extension" : [{
    "url" : "https://dhp.uz/fhir/core/StructureDefinition/diagnosis-type",
    "valueCodeableConcept" : {
      "coding" : [{
        "system" : "https://terminology.dhp.uz/fhir/core/CodeSystem/diagnosis-type-cs",
        "code" : "gencl-0001-00001",
        "display" : "Diagnosis of the referring institution"
      }]
    }
  }],
  "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" : "255604002",
      "display" : "Mild"
    }]
  },
  "code" : {
    "coding" : [{
      "system" : "http://hl7.org/fhir/sid/icd-10",
      "code" : "G43.9",
      "display" : "Migraine, unspecified"
    }]
  },
  "bodySite" : [{
    "coding" : [{
      "system" : "http://snomed.info/sct",
      "code" : "69536005",
      "display" : "Head structure"
    }]
  }],
  "subject" : {
    "reference" : "Patient/example-patient"
  },
  "onsetDateTime" : "2025-07-25",
  "recordedDate" : "2025-07-29",
  "participant" : [{
    "function" : {
      "coding" : [{
        "system" : "http://terminology.hl7.org/CodeSystem/provenance-participant-type",
        "code" : "author",
        "display" : "Author"
      }]
    },
    "actor" : {
      "reference" : "Practitioner/example-practitioner"
    }
  }],
  "note" : [{
    "text" : "Patient reported a mild migraine lasting two days; advised rest, hydration, and analgesia."
  }]
}