{
  "resourceType" : "Condition",
  "id" : "avery-anemia-recorded",
  "meta" : {
    "profile" : ["https://fhir.apps.health/StructureDefinition/polaris-core-condition"]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p>Acute symptomatic anemia diagnosed on April 8, 2025, recorded on April 8, 2025 for Avery Linwood.</p></div>"
  },
  "identifier" : [{
    "system" : "https://fhir.apps.health/NamingSystem/cedarbrook-clinic-condition-identifier",
    "value" : "COND-ANEMIA-20250408REC"
  }],
  "clinicalStatus" : {
    "coding" : [{
      "system" : "http://terminology.hl7.org/CodeSystem/condition-clinical",
      "code" : "active"
    }]
  },
  "verificationStatus" : {
    "coding" : [{
      "system" : "http://terminology.hl7.org/CodeSystem/condition-ver-status",
      "code" : "confirmed"
    }]
  },
  "code" : {
    "text" : "Acute symptomatic anemia"
  },
  "subject" : {
    "identifier" : {
      "system" : "https://fhir.apps.health/NamingSystem/cedarbrook-clinic-patient-identifier",
      "value" : "1234567890"
    },
    "display" : "Avery Linwood"
  },
  "encounter" : {
    "identifier" : {
      "system" : "https://fhir.apps.health/NamingSystem/cedarbrook-clinic-encounter-identifier",
      "value" : "enc-avery-20250408-01"
    },
    "display" : "Annual physical with anemia workup"
  },
  "onsetDateTime" : "2025-04-08",
  "recordedDate" : "2025-04-08"
}