FHIR © HL7.org  |  FHIRsmith 4.0.1  |  Server Home  |  XIG Home  |  XIG Stats  | 

FHIR IG analytics

Packageru.core
Resource TypeOrganization
IdOrganization-example-core-organization-polyclinic.json
FHIR VersionR5

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

Note: links and images are rebased to the (stated) source

Медицинская организация: ГБУЗ Городская поликлиника №1

Основная информация:

  • Название: ГБУЗ Городская поликлиника №1
  • Альтернативные названия: Поликлиника №1, ГП №1
  • Тип организации: Healthcare Provider (Медицинский поставщик услуг)
  • Статус: Активная организация

Идентификаторы:

  • ИНН: 7701234567 (официальный)
  • ОГРН: 1027700000001 (официальный)
  • ОКПО: 12345678 (официальный)
  • ФРМО: 7701001 (официальный)

Адрес:

  • Тип адреса: Рабочий адрес
  • Адрес: г. Москва, ул. Тверская, д. 10
  • Индекс: 125009
  • Регион: г. Москва
  • ОКАТО: 45000000000

Лицензия:

  • Номер лицензии: ЛО-77-01-000001
  • Вид деятельности: Медицинская деятельность
  • Период действия: с 01.01.2020 по 01.01.2030
  • Выдавший орган: Департамент здравоохранения г. Москвы

Source1

{
  "resourceType": "Organization",
  "id": "example-core-organization-polyclinic",
  "meta": {
    "profile": [
      "https://fhir.ru/ig/core/StructureDefinition/core-organization"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "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": "Департамент здравоохранения г. Москвы"
      }
    }
  ]
}