{
  "resourceType" : "Encounter",
  "id" : "ExampleEncounterAllergyHygieneProd",
  "meta" : {
    "profile" : ["https://fhir.by/StructureDefinition/EncounterGeneral"]
  },
  "status" : "completed",
  "class" : [{
    "coding" : [{
      "system" : "https://fhir.by/ValueSet/VSTermsOfService",
      "code" : "1",
      "display" : "амбулаторные"
    }]
  }],
  "priority" : {
    "coding" : [{
      "system" : "https://fhir.by/ValueSet/HealthCareForms",
      "code" : "planned",
      "display" : "Плановая медицинская помощь"
    }]
  },
  "type" : [{
    "coding" : [{
      "system" : "https://fhir.by/ValueSet/TypeOfHealthCare",
      "code" : "primary",
      "display" : "Первичная медицинская помощь"
    }]
  }],
  "subject" : {
    "reference" : "Patient/ExamplePatientWithIdentificationNumber"
  },
  "serviceProvider" : {
    "reference" : "Organization/9ad86c36-0f29-428d-b476-c8603a7cdd1f"
  },
  "participant" : [{
    "actor" : {
      "reference" : "PractitionerRole/3c057f8d-4369-4c5e-86be-f710dff3a91c"
    }
  }],
  "actualPeriod" : {
    "start" : "2026-03-02T10:00:10Z",
    "end" : "2026-03-02T10:15:00Z"
  },
  "diagnosis" : [{
    "condition" : [{
      "reference" : {
        "reference" : "Condition/ExampleDiagnosisAllergyHygieneProd"
      }
    }],
    "use" : [{
      "coding" : [{
        "system" : "https://fhir.by/ValueSet/TypeOfDiagnosis",
        "code" : "mainDiagnosis"
      }]
    }]
  }]
}