Руководство к использованию стандарта FHIR в ЦИСЗ
0.2.6803 - ci-build
{
"resourceType" : "Patient",
"id" : "ExampleForTestPatientWithoutId",
"meta" : {
"profile" : [
🔗 "https://fhir.by/StructureDefinition/PatientWithoutIdentificationNumber"
]
},
"identifier" : [
{
"extension" : [
{
"extension" : [
{
"url" : "https://fhir.by/StructureDefinition/PassportIssuedString",
"valueString" : "АГСМ клиника г Минска"
},
{
"url" : "https://fhir.by/StructureDefinition/PassportIssuedDate",
"valueDate" : "2024-06-07"
}
],
"url" : "https://fhir.by/StructureDefinition/DocumentIssued"
}
],
"use" : "temp",
"type" : {
"coding" : [
{
"system" : "https://fhir.by/ValueSet/PersonalDocumentType",
"code" : "UMD"
}
]
},
"value" : "0000UNIQMD",
"assigner" : {
🔗 "reference" : "Organization/9ad86c36-0f29-428d-b476-c8603a7cdd1f"
}
}
],
"active" : true,
"name" : [
{
"family" : "Михайлов",
"given" : [
"Михаил",
"Степанович"
]
}
],
"telecom" : [
{
"system" : "phone",
"value" : "89001234567"
}
],
"gender" : "male",
"birthDate" : "1990-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" : "80299099090"
}
]
}
]
}