{
  "resourceType" : "EpisodeOfCare",
  "id" : "ExampleTDCase4.1",
  "meta" : {
    "lastUpdated" : "2023-03-02T10:30:00Z",
    "profile" : ["https://fhir.by/StructureDefinition/EpisodeOfTemporaryDisability"]
  },
  "extension" : [{
    "url" : "https://fhir.by/StructureDefinition/ReceiverRelatedPerson",
    "valueReference" : {
      "reference" : "RelatedPerson/ExampleRelatedPersonCorolevaIV",
      "display" : "Королёва Ирина Владимировна, дата рождения 08.10.1992 г.р."
    }
  },
  {
    "url" : "https://fhir.by/StructureDefinition/TemporaryDisabilityKindDisability",
    "valueCodeableConcept" : {
      "coding" : [{
        "system" : "https://fhir.by/ValueSet/TemporaryDisabilityKindDisability",
        "code" : "03",
        "display" : "в связи с уходом за больным ребенком до 14 лет "
      }]
    }
  },
  {
    "url" : "https://fhir.by/StructureDefinition/TemporaryDiasabilityEncounterAction",
    "valueCodeableConcept" : {
      "coding" : [{
        "system" : "https://fhir.by/ValueSet/SeakLeavePeriod",
        "code" : "open",
        "display" : "Открытие случая временной нетрудоспособности"
      }]
    }
  },
  {
    "url" : "https://fhir.by/StructureDefinition/TemporaryDisabilityPeriodPaid",
    "valueCodeableConcept" : {
      "coding" : [{
        "system" : "https://fhir.by/ValueSet/TemporaryDisabilityPeriodPaidCode",
        "code" : "1"
      }]
    }
  },
  {
    "url" : "https://fhir.by/StructureDefinition/TemporaryDisabilityRegime",
    "valueCodeableConcept" : {
      "coding" : [{
        "system" : "https://fhir.by/ValueSet/TemporaryDisabilityRegime",
        "code" : "1",
        "display" : "амбулаторный"
      }]
    }
  },
  {
    "url" : "https://fhir.by/StructureDefinition/TDPrimary",
    "valueBoolean" : true
  }],
  "status" : "active",
  "patient" : {
    "reference" : "Patient/ExamplePatientWithIdentificationNumber",
    "display" : "Королёва Анна Дмитриевна, дата рождения 24.08.2018 г.р."
  },
  "managingOrganization" : {
    "reference" : "Organization/9ad86c36-0f29-428d-b476-c8603a7cdd1f"
  },
  "period" : {
    "start" : "2023-10-03",
    "end" : "2023-10-04"
  },
  "careManager" : {
    "reference" : "PractitionerRole/3c057f8d-4369-4c5e-86be-f710dff3a91c",
    "display" : "Лечащий врач Иванова"
  }
}