Руководство к использованию стандарта FHIR в ЦИСЗ
0.2.6803 - ci-build
{
"resourceType" : "ClinicalImpression",
"id" : "ExampleCommunicableDiseasesAndHIVandComm",
"meta" : {
"profile" : [
🔗 "https://fhir.by/StructureDefinition/MedAssessmentCommunicableDiseases"
]
},
"identifier" : [
{
"value" : "2542122",
"assigner" : {
🔗 "reference" : "Organization/9ad86c36-0f29-428d-b476-c8603a7cdd1f",
"display" : "БСМП"
}
}
],
"status" : "completed",
"subject" : {
🔗 "reference" : "Patient/ExamplePatientWithIdentificationNumber",
"display" : "Чистый Михаил Фёдорович"
},
"effectivePeriod" : {
"start" : "2024-11-28T12:00:00Z",
"end" : "2025-11-27T12:00:00Z"
},
"date" : "2024-11-28",
"performer" : {
🔗 "reference" : "PractitionerRole/3c057f8d-4369-4c5e-86be-f710dff3a91c"
},
"prognosisCodeableConcept" : [
{
"coding" : [
{
"system" : "https://fhir.by/ValueSet/CommunicableDiseases",
"code" : "communicable_diseases",
"display" : "Имеются заболевания, включенные в перечень заболеваний, представляющих опасность для здоровья населения"
}
]
},
{
"coding" : [
{
"system" : "https://fhir.by/ValueSet/CommunicableDiseases",
"code" : "hiv",
"display" : "Инфицирован(а) ВИЧ"
}
]
}
],
"supportingInfo" : [
{
🔗 "reference" : "DiagnosticReport/ExampleDiagnosticReportLabAlco",
"display" : "Vibrio cholerae ген токсина (ctx), обнаружение в любой пробе"
},
{
🔗 "reference" : "DiagnosticReport/ExampleDiagnosticReportLabOpium",
"display" : "Антитела к ВИЧ 1 и 2, обнаружение"
}
]
}