0.2.0 - ci-build
RuCoreIG, published by HL7 FHIR Россия. This guide is not an authorized publication; it is the continuous build for version 0.2.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/fhir-ru/RuCoreIG/ and changes regularly. See the Directory of published versions
{
"resourceType" : "Organization",
"id" : "example-core-organization-polyclinic",
"meta" : {
"profile" : [
🔗 "https://fhir.ru/ig/core/StructureDefinition/core-organization"
]
},
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><h3>Медицинская организация: ГБУЗ Городская поликлиника №1</h3><p><strong>Основная информация:</strong></p><ul><li><strong>Название:</strong> ГБУЗ Городская поликлиника №1</li><li><strong>Альтернативные названия:</strong> Поликлиника №1, ГП №1</li><li><strong>Тип организации:</strong> Healthcare Provider (Медицинский поставщик услуг)</li><li><strong>Статус:</strong> Активная организация</li></ul><p><strong>Идентификаторы:</strong></p><ul><li><strong>ИНН:</strong> 7701234567 (официальный)</li><li><strong>ОГРН:</strong> 1027700000001 (официальный)</li><li><strong>ОКПО:</strong> 12345678 (официальный)</li><li><strong>ФРМО:</strong> 7701001 (официальный)</li></ul><p><strong>Адрес:</strong></p><ul><li><strong>Тип адреса:</strong> Рабочий адрес</li><li><strong>Адрес:</strong> г. Москва, ул. Тверская, д. 10</li><li><strong>Индекс:</strong> 125009</li><li><strong>Регион:</strong> г. Москва</li><li><strong>ОКАТО:</strong> 45000000000</li></ul><p><strong>Лицензия:</strong></p><ul><li><strong>Номер лицензии:</strong> ЛО-77-01-000001</li><li><strong>Вид деятельности:</strong> Медицинская деятельность</li><li><strong>Период действия:</strong> с 01.01.2020 по 01.01.2030</li><li><strong>Выдавший орган:</strong> Департамент здравоохранения г. Москвы</li></ul></div>"
},
"identifier" : [
{
"use" : "official",
"type" : {
"coding" : [
{
"system" : "http://terminology.hl7.org/CodeSystem/v2-0203",
"code" : "TAX"
}
]
},
"system" : "https://www.nalog.gov.ru/inn",
"value" : "7701234567"
},
{
"use" : "official",
"type" : {
"coding" : [
{
"system" : "http://terminology.hl7.org/CodeSystem/v2-0203",
"code" : "TAX"
}
]
},
"system" : "https://egrul.nalog.ru/ogrn",
"value" : "1027700000001"
},
{
"use" : "official",
"type" : {
"coding" : [
{
"system" : "http://terminology.hl7.org/CodeSystem/v2-0203",
"code" : "TAX"
}
]
},
"system" : "https://classifikators.ru/okpo",
"value" : "12345678"
},
{
"use" : "official",
"type" : {
"coding" : [
{
"system" : "http://terminology.hl7.org/CodeSystem/v2-0203",
"code" : "TAX"
}
]
},
"system" : "https://www.rosminzdrav.ru/frmo",
"value" : "7701001"
}
],
"active" : true,
"type" : [
{
"coding" : [
{
"system" : "http://terminology.hl7.org/CodeSystem/organization-type",
"code" : "prov",
"display" : "Healthcare Provider"
}
]
}
],
"name" : "ГБУЗ Городская поликлиника №1",
"alias" : [
"Поликлиника №1",
"ГП №1"
],
"contact" : [
{
"address" : {
"extension" : [
{
"url" : "https://fhir.ru/ig/core/StructureDefinition/okato",
"valueCodeableConcept" : {
"coding" : [
{
"system" : "https://fhir.ru/ig/core/CodeSystem/core-cs-nsi-okato",
"code" : "45000000000",
"display" : "г. Москва"
}
]
}
}
],
"use" : "work",
"type" : "physical",
"text" : "г. Москва, ул. Тверская, д. 10",
"line" : [
"ул. Тверская, д. 10"
],
"city" : "Москва",
"state" : "Москва",
"postalCode" : "125009",
"country" : "RU"
}
}
],
"qualification" : [
{
"identifier" : [
{
"system" : "https://www.rosminzdrav.ru/license",
"value" : "ЛО-77-01-000001"
}
],
"code" : {
"coding" : [
{
"system" : "https://fhir.ru/ig/core/CodeSystem/core-cs-nsi-medical-license",
"code" : "01",
"display" : "Медицинская деятельность"
}
]
},
"period" : {
"start" : "2020-01-01",
"end" : "2030-01-01"
},
"issuer" : {
"display" : "Департамент здравоохранения г. Москвы"
}
}
]
}