Руководство к использованию стандарта FHIR в ЦИСЗ
0.2.6803 - ci-build
{
"resourceType" : "CarePlan",
"id" : "ExampleChildDispanserisation",
"meta" : {
"profile" : [
🔗 "https://fhir.by/StructureDefinition/Dispanserisation"
]
},
"extension" : [
{
"url" : "https://fhir.by/StructureDefinition/LocationReference",
"valueReference" : {
🔗 "reference" : "Location/TherapyUnit"
}
},
{
"url" : "https://fhir.by/StructureDefinition/DispanserisationGroup",
"valueCodeableConcept" : {
"coding" : [
{
"system" : "https://fhir.by/ValueSet/HealthGroup",
"code" : "ch1",
"display" : "I группа здоровья"
}
]
}
},
{
"url" : "https://fhir.by/StructureDefinition/RiskFactorsChild",
"valueCodeableConcept" : {
"coding" : [
{
"system" : "https://fhir.by/ValueSet/DispanserChildRisks",
"code" : "neuro",
"display" : "Заболевания ЦНС"
}
]
}
},
{
"url" : "https://fhir.by/StructureDefinition/PhysicalGrowth",
"valueCodeableConcept" : {
"coding" : [
{
"system" : "https://fhir.by/ValueSet/CentileMethod",
"code" : "averageharm",
"display" : "среднее, гармоничное"
}
]
}
}
],
"identifier" : [
{
"value" : "Д1234",
"period" : {
"start" : "2024-09-07"
},
"assigner" : {
🔗 "reference" : "Organization/9ad86c36-0f29-428d-b476-c8603a7cdd1f"
}
}
],
"status" : "active",
"intent" : "plan",
"category" : [
{
"coding" : [
{
"system" : "https://fhir.by/ValueSet/DispanserisationSchema",
"code" : "ch5",
"display" : "диспансеризация детей 4-11 месяцев"
}
]
}
],
"title" : "Карта диспансеризации пациента",
"subject" : {
🔗 "reference" : "Patient/PatientDispanserisation"
},
"encounter" : {
🔗 "reference" : "Encounter/EncounterForDispanserisation"
},
"period" : {
"start" : "2023-09-07",
"end" : "2025-09-07"
},
"created" : "2024-09-07",
"custodian" : {
🔗 "reference" : "Organization/9ad86c36-0f29-428d-b476-c8603a7cdd1f"
},
"contributor" : [
{
🔗 "reference" : "PractitionerRole/3c057f8d-4369-4c5e-86be-f710dff3a91c",
"display" : "Врач-терапевт, Филатов Олег Михайлович"
}
],
"addresses" : [
{
"concept" : {
"coding" : [
{
"system" : "https://fhir.by/ValueSet/TypeOfDiagnosis",
"code" : "mainDiagnosis",
"display" : "Основной диагноз"
}
]
},
"reference" : {
🔗 "reference" : "Condition/ExampleDiagnosisChild"
}
}
],
"activity" : [
{
"extension" : [
{
"url" : "https://fhir.by/StructureDefinition/DispanserisationActivityCode",
"valueCodeableConcept" : {
"coding" : [
{
"system" : "https://fhir.by/ValueSet/DispActivityCodeChildOne",
"code" : "ch-one-1"
}
]
}
}
],
"performedActivity" : [
{
"reference" : {
🔗 "reference" : "Observation/ArterialBloodPressureForDispanserisation"
}
}
]
}
]
}