Руководство к использованию стандарта FHIR в ЦИСЗ
0.2.6803 - ci-build
{
"resourceType" : "Composition",
"id" : "CompDocumentSelfExamAllergy",
"meta" : {
"profile" : [
🔗 "https://fhir.by/StructureDefinition/PatientComposition"
]
},
"status" : "final",
"type" : {
"coding" : [
{
"system" : "https://fhir.by/ValueSet/CompositionType",
"code" : "patient-self-exam"
}
]
},
"subject" : [
{
🔗 "reference" : "Patient/PatientForSelfExamAllergy",
"display" : "Петрова Мария Ивановна"
}
],
"date" : "2025-05-02T13:06:23Z",
"author" : [
{
🔗 "reference" : "RelatedPerson/ExampleRelatedPersonMother",
"display" : "Петрова Анна Петровна"
}
],
"title" : "Allergic reaction",
"event" : [
{
"detail" : [
{
"reference" : {
🔗 "reference" : "RelatedPerson/ExampleRelatedPersonMother"
}
}
]
},
{
"detail" : [
{
"reference" : {
🔗 "reference" : "QuestionnaireResponse/AlergicReactionForSelfExamAllergy"
}
}
]
}
]
}