Руководство к использованию стандарта FHIR в ЦИСЗ
0.2.6803 - ci-build
{
"resourceType" : "EpisodeOfCare",
"id" : "ExampleTDCase7.2",
"meta" : {
"lastUpdated" : "2024-04-10T10:30:00Z",
"profile" : [
🔗 "https://fhir.by/StructureDefinition/EpisodeOfTemporaryDisability"
]
},
"extension" : [
{
"url" : "https://fhir.by/StructureDefinition/GoToWork",
"valueDate" : "2024-06-20"
},
{
"url" : "https://fhir.by/StructureDefinition/TemporaryDisabilityKindDisability",
"valueCodeableConcept" : {
"coding" : [
{
"system" : "https://fhir.by/ValueSet/TemporaryDisabilityKindDisability",
"code" : "09",
"display" : "в связи с беременностью и родами"
}
]
}
},
{
"url" : "https://fhir.by/StructureDefinition/TemporaryDiasabilityEncounterAction",
"valueCodeableConcept" : {
"coding" : [
{
"system" : "https://fhir.by/ValueSet/SeakLeavePeriod",
"code" : "close",
"display" : "Закрытие случая временной нетрудоспособности"
}
]
}
},
{
"url" : "https://fhir.by/StructureDefinition/TemporaryDisabilityPeriodPaid",
"valueCodeableConcept" : {
"coding" : [
{
"system" : "https://fhir.by/ValueSet/TemporaryDisabilityPeriodPaidCode",
"code" : "1"
}
]
}
},
{
"url" : "https://fhir.by/StructureDefinition/TDPrimary",
"valueBoolean" : false
},
{
"url" : "https://fhir.by/StructureDefinition/TDCaseClosing",
"valueCodeableConcept" : {
"coding" : [
{
"system" : "https://fhir.by/ValueSet/TDCaseClosing",
"code" : "1",
"display" : "Трудоспособен"
}
]
}
}
],
"status" : "finished",
"reason" : [
{
"use" : {
"coding" : [
{
"system" : "https://fhir.by/ValueSet/TemporaryDisabilityReasonOfDisability",
"code" : "85",
"display" : "осложнения, связанные с беременностью, в том числе самопроизвольный аборт (O00 - O03, О08, O10 - O16, O20 - O25)"
}
]
}
}
],
"diagnosis" : [
{
"condition" : [
{
"reference" : {
🔗 "reference" : "Condition/ExampleDiagnosisO15.1",
"display" : "O15.1 эклампсия в родах"
}
}
]
}
],
"patient" : {
🔗 "reference" : "Patient/ExamplePatientEvdokimovaLI",
"display" : "Евдокимова Людмила Ивановна 28.02.1996 г.р."
},
"managingOrganization" : {
🔗 "reference" : "Organization/9ad86c36-0f29-428d-b476-c8603a7cdd1f"
},
"period" : {
"start" : "2024-06-06",
"end" : "2024-06-19"
},
"careManager" : {
🔗 "reference" : "PractitionerRole/3c057f8d-4369-4c5e-86be-f710dff3a91c",
"display" : "Лечащий врач Иванова"
}
}