Руководство к использованию стандарта FHIR в ЦИСЗ
0.2.6803 - ci-build
{
"resourceType" : "ClinicalImpression",
"id" : "ExampleMedAssessmentCommon",
"meta" : {
"profile" : [
🔗 "https://fhir.by/StructureDefinition/MedAssessmentCommon"
]
},
"extension" : [
{
"url" : "https://fhir.by/StructureDefinition/LegislativeAct",
"valueString" : "56, п4"
}
],
"identifier" : [
{
"value" : "232245",
"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"
},
"problem" : [
{
🔗 "reference" : "Condition/ExampleDiagnosisDiabet"
}
],
"prognosisCodeableConcept" : [
{
"coding" : [
{
"system" : "https://fhir.by/ValueSet/ConclusionForCommonMedAssessment",
"code" : "diseases",
"display" : "Имеются заболевания (состояния), установленные законодательными актами"
}
]
}
]
}