{
  "resourceType" : "Observation",
  "id" : "ExampleMilkIntoleranceComplaints",
  "meta" : {
    "profile" : ["https://fhir.by/StructureDefinition/ObservationSubjective"]
  },
  "status" : "final",
  "category" : [{
    "coding" : [{
      "system" : "https://fhir.by/ValueSet/ObservationCategoryCode",
      "code" : "exam"
    }]
  }],
  "code" : {
    "coding" : [{
      "system" : "https://fhir.by/ValueSet/ObservationSubjectiveCode",
      "code" : "complaints",
      "display" : "Жалобы"
    }]
  },
  "subject" : {
    "reference" : "Patient/ExamplePatientWithIdentificationNumber"
  },
  "encounter" : {
    "reference" : "Encounter/ExampleEncounterAllergy",
    "display" : "Осмотр терапевта"
  },
  "effectiveDateTime" : "2024-08-03T12:50:00Z",
  "performer" : [{
    "reference" : "PractitionerRole/3c057f8d-4369-4c5e-86be-f710dff3a91c"
  }],
  "valueString" : "на развивающиеся после приема цельного молока чувство вздутия, боли и урчание в животе, неоформленный кал светло-желтого цвета, с кислым запахом."
}