Руководство к использованию стандарта FHIR в ЦИСЗ
0.2.6803 - ci-build
{
"resourceType" : "FamilyMemberHistory",
"id" : "ExampleFamilyMemberMother",
"meta" : {
"profile" : [
🔗 "https://fhir.by/StructureDefinition/FamilyMemberHistoryBy"
]
},
"status" : "completed",
"patient" : {
🔗 "reference" : "Patient/ExamplePediatricPatientWithIdentificationNumber"
},
"date" : "2024-01-07T11:12:21Z",
"participant" : [
{
"actor" : {
🔗 "reference" : "PractitionerRole/ExamplePediatricianRole"
}
}
],
"name" : "Семёнова Людмила Ивановна",
"relationship" : {
"coding" : [
{
"system" : "https://fhir.by/ValueSet/FamilyMemeberRelationship",
"code" : "Mother"
}
]
},
"sex" : {
"coding" : [
{
"system" : "https://fhir.by/ValueSet/administrative-gender",
"code" : "female"
}
]
},
"condition" : [
{
"extension" : [
{
"url" : "https://fhir.by/StructureDefinition/FamilyMemberConditionType",
"valueCodeableConcept" : {
"coding" : [
{
"system" : "https://fhir.by/ValueSet/FamilyMemberConditionType",
"code" : "infectious-diseases",
"display" : "Инфекционные заболевания"
}
]
}
}
],
"code" : {
"coding" : [
{
"system" : "https://fhir.by/ValueSet/InternClassificDiseases10",
"code" : "O23.9",
"display" : "O23.9 - Другая и неуточненная инфекция мочеполовых путей при беременности"
}
]
}
}
]
}