0.1.0 - ci-build

RuCoreIG, published by HL7 FHIR Россия. This guide is not an authorized publication; it is the continuous build for version 0.1.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

: Core Instance Organization Payer Full - JSON Representation

Raw json | Download


{
  "resourceType" : "Organization",
  "id" : "core-organization-payer-instance-full",
  "meta" : {
    "profile" : [
      🔗 "https://fhir.ru/ig/core/StructureDefinition/core-organization-payer"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Organization core-organization-payer-instance-full</b></p><a name=\"core-organization-payer-instance-full\"> </a><a name=\"hccore-organization-payer-instance-full\"> </a><a name=\"core-organization-payer-instance-full-en-US\"> </a><p><b>identifier</b>: Tax ID number/7806605614, <a href=\"NamingSystem-core-ns-rf-ogrn.html\" title=\"Основной государственный регистрационный номер юридического лица (индивидуального предпринимателя) (ОГРН)\">Core_Ns_Rf_OGRN</a>/1227800154977</p><p><b>name</b>: ОБЩЕСТВО С ОГРАНИЧЕННОЙ ОТВЕТСТВЕННОСТЬЮ «ТОРГОВЫЙ ДОМ ЗАВОДЫ СПБ»</p><p><b>alias</b>: ООО «ТД ЗАВОДЫ СПБ»</p><p><b>address</b>: 195248, г.Санкт-Петербург, Бокситогорская ул, д.9 л.Д, помещ. 17(work)</p></div>"
  },
  "identifier" : [
    {
      "type" : {
        "coding" : [
          {
            "system" : "http://terminology.hl7.org/CodeSystem/v2-0203",
            "code" : "TAX"
          }
        ]
      },
      "system" : "http://fhir.ru/core/systems/inn",
      "value" : "7806605614"
    },
    {
      "system" : "http://fhir.ru/core/systems/ogrn",
      "value" : "1227800154977"
    }
  ],
  "name" : "ОБЩЕСТВО С ОГРАНИЧЕННОЙ ОТВЕТСТВЕННОСТЬЮ «ТОРГОВЫЙ ДОМ ЗАВОДЫ СПБ»",
  "alias" : [
    "ООО «ТД ЗАВОДЫ СПБ»"
  ],
  "address" : [
    {
      "extension" : [
        {
          "extension" : [
            {
              "url" : "aoguid",
              "valueIdentifier" : {
                "system" : "urn:hl7-ru:fias:aoguid",
                "value" : "c6147288-ca38-4b53-9d76-05128ad88d4e"
              }
            },
            {
              "url" : "houseguid",
              "valueIdentifier" : {
                "system" : "urn:hl7-ru:fias:houseguid",
                "value" : "2933159f-177b-4620-a32e-0d41fc847a82"
              }
            }
          ],
          "url" : "https://fhir.ru/ig/core/StructureDefinition/core-ex-address-fias"
        }
      ],
      "use" : "work",
      "type" : "postal",
      "text" : "195248, г.Санкт-Петербург, Бокситогорская ул, д.9 л.Д, помещ. 17",
      "city" : "Санкт-Петербург",
      "postalCode" : "195248",
      "country" : "Россия"
    }
  ]
}