Руководство к использованию стандарта FHIR в ЦИСЗ
0.2.6803 - ci-build
{
"resourceType" : "CarePlan",
"id" : "RadiotherapyRectalCancer",
"meta" : {
"profile" : [
🔗 "https://fhir.by/StructureDefinition/CarePlanRadiotherapy"
]
},
"extension" : [
{
"url" : "https://fhir.by/StructureDefinition/RadiationTherapyCourse",
"valueCodeableConcept" : {
"coding" : [
{
"system" : "https://fhir.by/ValueSet/RadiationTherapyCourse",
"code" : "split",
"display" : "Расщепленный"
}
]
}
},
{
"url" : "https://fhir.by/StructureDefinition/TermsOfServiceRadiotherapy",
"valueCodeableConcept" : {
"coding" : [
{
"system" : "https://fhir.by/ValueSet/VSTermsOfService",
"code" : "2",
"display" : "стационарные"
}
]
}
}
],
"identifier" : [
{
"value" : "1234",
"assigner" : {
🔗 "reference" : "Organization/9ad86c36-0f29-428d-b476-c8603a7cdd1f"
}
}
],
"basedOn" : [
{
🔗 "reference" : "ServiceRequest/SRRadiotherapistConsultRectumCancer"
}
],
"status" : "on-hold",
"intent" : "plan",
"category" : [
{
"coding" : [
{
"system" : "https://fhir.by/ValueSet/RadiationTherapyType",
"code" : "radical",
"display" : "самостоятельная радикальная"
}
]
}
],
"subject" : {
🔗 "reference" : "Patient/PatientForDemo"
},
"encounter" : {
🔗 "reference" : "Encounter/EncounterRadiotherapistRectumCancer"
},
"period" : {
"start" : "2025-03-24",
"end" : "2025-03-28"
},
"created" : "2025-03-14T12:00:00Z",
"custodian" : {
🔗 "reference" : "Organization/9ad86c36-0f29-428d-b476-c8603a7cdd1f"
},
"contributor" : [
{
🔗 "reference" : "PractitionerRole/3c057f8d-4369-4c5e-86be-f710dff3a91c"
}
],
"addresses" : [
{
"concept" : {
"coding" : [
{
"system" : "https://fhir.by/ValueSet/InternClassificDiseases10",
"code" : "C20",
"display" : "C20 - Злокачественной новообразование прямой кишки"
}
]
},
"reference" : {
🔗 "reference" : "Condition/DiagnosisRectumCancer"
}
}
],
"activity" : [
{
"plannedActivityReference" : {
🔗 "reference" : "ServiceRequest/SRRadiotherapyRectumCancer"
}
},
{
"plannedActivityReference" : {
🔗 "reference" : "ServiceRequest/SRContactRadiotherapyRectumCancer"
}
}
]
}