Руководство к использованию стандарта FHIR в ЦИСЗ
0.2.6803 - ci-build
{
"resourceType" : "Location",
"id" : "ExaminationRoomUnit",
"meta" : {
"profile" : [
🔗 "https://fhir.by/StructureDefinition/LocationUnit"
]
},
"extension" : [
{
"url" : "https://fhir.by/StructureDefinition/CabinetNumber",
"valueString" : "315"
},
{
"extension" : [
{
"url" : "https://fhir.by/StructureDefinition/OrganizationRegistrationStart",
"valueDate" : "2012-04-15"
},
{
"url" : "https://fhir.by/StructureDefinition/OrganizationRegInRegistr",
"valueDate" : "2012-04-15"
},
{
"url" : "https://fhir.by/StructureDefinition/OrganizationActInRegistr",
"valueDateTime" : "2012-04-15T09:30:00Z"
}
],
"url" : "https://fhir.by/StructureDefinition/OrganizationRegistration"
}
],
"status" : "active",
"name" : "Женская консультация",
"alias" : [
"ЖК"
],
"type" : [
{
"coding" : [
{
"system" : "https://fhir.by/ValueSet/TypeStructuralUnit",
"code" : "other-branch",
"display" : "Отделение"
}
]
}
],
"contact" : [
{
"telecom" : [
{
"system" : "phone",
"value" : "+375212001121"
}
]
}
],
"address" : {
"extension" : [
{
"url" : "https://fhir.by/StructureDefinition/StreetGeoRegistry",
"valueCodeableConcept" : {
"coding" : [
{
"system" : "https://fhir.by/ValueSet/StreetGeoRegistry",
"code" : "72609920778",
"display" : "Могилевская область, г.Могилев, Переулок Гоголя, д.19"
}
]
}
}
],
"text" : "3-й этаж, кабинет №12",
"postalCode" : "212011"
},
"managingOrganization" : {
🔗 "reference" : "Organization/9ad86c36-0f29-428d-b476-c8603a7cdd1f"
}
}