{
  "resourceType" : "Condition",
  "id" : "7b81fd86-9c8c-4682-89f5-ea9978f79e77",
  "meta" : {
    "profile" : ["https://fhir.by/StructureDefinition/FinalDiagnosis"]
  },
  "extension" : [{
    "url" : "https://fhir.by/StructureDefinition/KindOfDiagnosis",
    "valueCodeableConcept" : {
      "coding" : [{
        "system" : "https://fhir.by/ValueSet/KindOfDiagnosisCode",
        "code" : "Clinical",
        "display" : "Клинический диагноз"
      }]
    }
  },
  {
    "url" : "https://fhir.by/StructureDefinition/AssertedDate",
    "valueDateTime" : "2025-09-01"
  }],
  "clinicalStatus" : {
    "coding" : [{
      "system" : "http://terminology.hl7.org/CodeSystem/condition-clinical",
      "code" : "active"
    }]
  },
  "code" : {
    "coding" : [{
      "system" : "https://fhir.by/ValueSet/InternClassificDiseases10",
      "code" : "C61",
      "display" : "C61 - Злокачественное новообразование предстательной железы"
    }]
  },
  "subject" : {
    "reference" : "Patient/PatientBundleForTest"
  },
  "onsetDateTime" : "2025-09-01",
  "recordedDate" : "2025-09-01",
  "participant" : [{
    "actor" : {
      "reference" : "PractitionerRole/6b634909-3072-403d-97ca-e63f532e8711"
    }
  }],
  "stage" : [{
    "summary" : {
      "coding" : [{
        "system" : "https://fhir.by/ValueSet/StagesOfMalignTum",
        "code" : "st-III",
        "display" : "Стадия III"
      }]
    }
  }],
  "note" : [{
    "text" : "Требуется исключение метастатического поражения костей"
  }]
}