Руководство к использованию стандарта FHIR в ЦИСЗ
0.2.6803 - ci-build
{
"resourceType" : "Patient",
"id" : "ExamplePatienWithIDStudent",
"meta" : {
"profile" : [
🔗 "https://fhir.by/StructureDefinition/PatientWithIdentificationNumber"
]
},
"extension" : [
{
"extension" : [
{
"url" : "https://fhir.by/StructureDefinition/PatientArchiveBoolean",
"valueBoolean" : false
}
],
"url" : "https://fhir.by/StructureDefinition/PatientArchive"
},
{
"extension" : [
{
"url" : "https://fhir.by/StructureDefinition/ConsentPersonalDataBoolean",
"valueBoolean" : true
},
{
"url" : "https://fhir.by/StructureDefinition/ConsentPersonalDataPeriod",
"valuePeriod" : {
"start" : "2024-08-01"
}
}
],
"url" : "https://fhir.by/StructureDefinition/ConsentPersonalData"
},
{
"extension" : [
{
"url" : "https://fhir.by/StructureDefinition/PatientStudyPlace",
"valueString" : "БГУ, факультет журналистики"
},
{
"url" : "https://fhir.by/StructureDefinition/PatientStudyKind",
"valueCodeableConcept" : {
"coding" : [
{
"system" : "https://fhir.by/ValueSet/EducationKind",
"code" : "student",
"display" : "Студент очной формы обучения"
}
]
}
},
{
"url" : "https://fhir.by/StructureDefinition/PatientTermOfStudy",
"valuePeriod" : {
"start" : "2024-09-01"
}
}
],
"url" : "https://fhir.by/StructureDefinition/PatientStudy"
}
],
"identifier" : [
{
"use" : "usual",
"type" : {
"coding" : [
{
"system" : "https://fhir.by/ValueSet/PersonalDocumentType",
"code" : "INP"
}
]
},
"value" : "7001112A009PB3"
},
{
"extension" : [
{
"extension" : [
{
"url" : "https://fhir.by/StructureDefinition/PassportIssuedString",
"valueString" : "Центральным РУВД г Минска, 21.08.2021"
},
{
"url" : "https://fhir.by/StructureDefinition/PassportIssuedDate",
"valueDate" : "2022-08-21"
},
{
"url" : "https://fhir.by/StructureDefinition/PassportIssuedCode",
"valueCodeableConcept" : {
"coding" : [
{
"system" : "https://fhir.by/ValueSet/OCAM",
"code" : "106"
}
]
}
}
],
"url" : "https://fhir.by/StructureDefinition/PassportIssued"
}
],
"use" : "usual",
"type" : {
"coding" : [
{
"system" : "https://fhir.by/ValueSet/PersonalDocumentType",
"code" : "Passport-RB"
}
]
},
"value" : "MP1234560"
}
],
"active" : true,
"name" : [
{
"family" : "Иванов",
"given" : [
"Августин",
"Петрович"
]
}
],
"telecom" : [
{
"extension" : [
{
"extension" : [
{
"url" : "https://fhir.by/StructureDefinition/PatientNotificationType",
"valueCodeableConcept" : {
"coding" : [
{
"system" : "https://fhir.by/ValueSet/PatientNotificationType",
"code" : "SMS",
"display" : "SMS"
}
]
}
},
{
"url" : "https://fhir.by/StructureDefinition/PatientConsentForNotification",
"valueBoolean" : true
}
],
"url" : "https://fhir.by/StructureDefinition/PatientTelecomPurpose"
}
],
"system" : "phone",
"value" : "89001234567"
}
],
"gender" : "male",
"birthDate" : "2000-12-31",
"deceasedBoolean" : false,
"address" : [
{
"extension" : [
{
"url" : "https://fhir.by/StructureDefinition/CoutryForAddresses",
"valueCodeableConcept" : {
"coding" : [
{
"system" : "https://fhir.by/ValueSet/CitizenshipCode",
"code" : "BY",
"display" : "Беларусь"
}
]
}
},
{
"url" : "https://fhir.by/StructureDefinition/StreetGeoRegistry",
"valueCodeableConcept" : {
"coding" : [
{
"system" : "https://fhir.by/ValueSet/StreetGeoRegistry",
"code" : "72609920778",
"display" : "Переулок Снежный"
}
]
}
},
{
"url" : "https://fhir.by/StructureDefinition/ApartmentRoom",
"valueString" : "кв. 11"
}
],
"use" : "home",
"text" : "Могилевская область, г.Могилев, Переулок Гоголя, д.19",
"postalCode" : "212011"
}
],
"contact" : [
{
"name" : {
"family" : "Иванов",
"given" : [
"Петр"
]
},
"telecom" : [
{
"system" : "phone",
"value" : "80299099990"
}
]
}
]
}