Руководство к использованию стандарта FHIR в ЦИСЗ
0.2.6803 - ci-build
{
"resourceType" : "EpisodeOfCare",
"id" : "ExampleTDPregnancy126",
"meta" : {
"lastUpdated" : "2025-04-01T10:30:00Z",
"profile" : [
🔗 "https://fhir.by/StructureDefinition/EpisodeOfTemporaryDisability"
]
},
"extension" : [
{
"url" : "https://fhir.by/StructureDefinition/TemporaryDisabilityKindDisability",
"valueCodeableConcept" : {
"coding" : [
{
"system" : "https://fhir.by/ValueSet/TemporaryDisabilityKindDisability",
"code" : "09"
}
]
}
},
{
"url" : "https://fhir.by/StructureDefinition/TemporaryDiasabilityEncounterAction",
"valueCodeableConcept" : {
"coding" : [
{
"system" : "https://fhir.by/ValueSet/SeakLeavePeriod",
"code" : "close"
}
]
}
},
{
"url" : "https://fhir.by/StructureDefinition/TemporaryDisabilityRegime",
"valueCodeableConcept" : {
"coding" : [
{
"system" : "https://fhir.by/ValueSet/TemporaryDisabilityRegime",
"code" : "1"
}
]
}
},
{
"url" : "https://fhir.by/StructureDefinition/TDCaseClosing",
"valueCodeableConcept" : {
"coding" : [
{
"system" : "https://fhir.by/ValueSet/TDCaseClosing",
"code" : "1"
}
]
}
},
{
"url" : "https://fhir.by/StructureDefinition/TemporaryDisabilityPeriodPaid",
"valueCodeableConcept" : {
"coding" : [
{
"system" : "https://fhir.by/ValueSet/TemporaryDisabilityPeriodPaidCode",
"code" : "1"
}
]
}
}
],
"identifier" : [
{
"extension" : [
{
"url" : "https://fhir.by/StructureDefinition/TemporaryDisabilityIssueDate"
}
],
"type" : {
"coding" : [
{
"system" : "https://fhir.by/ValueSet/TemporaryDisabilityDocType",
"code" : "tdsheet",
"display" : "Лист временной нетрудоспособности"
}
]
},
"value" : "AB2234560",
"period" : {
"start" : "2025-04-01",
"end" : "2025-08-12"
}
}
],
"status" : "finished",
"reason" : [
{
"use" : {
"coding" : [
{
"system" : "https://fhir.by/ValueSet/TemporaryDisabilityReasonOfDisability",
"code" : "85",
"display" : "Отпуск по беременности и родам"
}
]
}
}
],
"patient" : {
🔗 "reference" : "Patient/PatientPregnancyFirst"
},
"managingOrganization" : {
🔗 "reference" : "Organization/9ad86c36-0f29-428d-b476-c8603a7cdd1f"
},
"period" : {
"start" : "2025-04-01",
"end" : "2025-08-12"
},
"careManager" : {
🔗 "reference" : "PractitionerRole/3c057f8d-4369-4c5e-86be-f710dff3a91c"
}
}