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

: Пример пациента - Иван Иванов - JSON Representation

Raw json | Download

{
  "resourceType" : "Patient",
  "id" : "example-core-patient-ivanov",
  "meta" : {
    "profile" : [
      🔗 "https://fhir.ru/ig/core/StructureDefinition/core-patient"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><h3>Пациент: Иванов Иван Петрович</h3><p><strong>Основная информация:</strong></p><ul><li><strong>ФИО:</strong> Иванов Иван Петрович</li><li><strong>Пол:</strong> Мужской</li><li><strong>Дата рождения:</strong> 15 марта 1985 года</li><li><strong>Семейное положение:</strong> Женат</li><li><strong>Статус:</strong> Активный пациент</li></ul><p><strong>Идентификаторы:</strong></p><ul><li><strong>СНИЛС:</strong> 123-456-789-01 (официальный)</li><li><strong>ИНН:</strong> 123456789012 (официальный)</li><li><strong>Паспорт:</strong> 4510-123456 (официальный)</li><li><strong>Полис ОМС:</strong> 1234567890123456 (официальный)</li></ul><p><strong>Адрес:</strong></p><ul><li><strong>Тип адреса:</strong> Домашний адрес</li><li><strong>Адрес:</strong> г. Москва, ул. Тверская, д. 1, кв. 15</li><li><strong>Индекс:</strong> 125009</li><li><strong>Регион:</strong> г. Москва (код 77)</li><li><strong>ФИАС код:</strong> 7700000000000000000000000</li></ul><p><strong>Медицинская организация:</strong></p><ul><li><strong>Прикреплен к:</strong> <em>ГБУЗ Городская поликлиника №1</em> (ссылка на Organization/example-core-organization-polyclinic)</li></ul></div>"
  },
  "identifier" : [
    {
      "use" : "official",
      "type" : {
        "coding" : [
          {
            "system" : "http://terminology.hl7.org/CodeSystem/v2-0203",
            "code" : "SB"
          }
        ]
      },
      "system" : "https://fhir.ru/ig/core/systems/snils",
      "value" : "123-456-789-01",
      "assigner" : {
        "display" : "ПФР РФ"
      }
    },
    {
      "use" : "official",
      "type" : {
        "coding" : [
          {
            "system" : "http://terminology.hl7.org/CodeSystem/v2-0203",
            "code" : "TAX"
          }
        ]
      },
      "system" : "https://www.nalog.gov.ru/inn",
      "value" : "123456789012"
    },
    {
      "use" : "official",
      "type" : {
        "coding" : [
          {
            "system" : "http://terminology.hl7.org/CodeSystem/v2-0203",
            "code" : "PPN"
          }
        ]
      },
      "system" : "https://fhir.ru/ig/core/systems/passport",
      "value" : "4510-123456"
    },
    {
      "use" : "official",
      "type" : {
        "coding" : [
          {
            "system" : "http://terminology.hl7.org/CodeSystem/v2-0203",
            "code" : "PPN"
          }
        ]
      },
      "system" : "https://fhir.ru/ig/core/systems/oms",
      "value" : "1234567890123456"
    }
  ],
  "active" : true,
  "name" : [
    {
      "use" : "official",
      "text" : "Иванов Иван Петрович",
      "family" : "Иванов",
      "given" : [
        "Иван",
        "Петрович"
      ]
    }
  ],
  "gender" : "male",
  "birthDate" : "1985-03-15",
  "deceasedBoolean" : false,
  "address" : [
    {
      "extension" : [
        {
          "url" : "https://fhir.ru/ig/core/StructureDefinition/fias",
          "valueCodeableConcept" : {
            "coding" : [
              {
                "system" : "https://fhir.ru/ig/core/CodeSystem/core-cs-nsi-fias",
                "code" : "7700000000000000000000000",
                "display" : "г. Москва"
              }
            ]
          }
        },
        {
          "url" : "https://fhir.ru/ig/core/StructureDefinition/regionRF",
          "valueCodeableConcept" : {
            "coding" : [
              {
                "system" : "https://fhir.ru/ig/core/CodeSystem/core-cs-nsi-region-rf",
                "code" : "77",
                "display" : "г. Москва"
              }
            ]
          }
        },
        {
          "url" : "https://fhir.ru/ig/core/StructureDefinition/address-type",
          "valueCodeableConcept" : {
            "coding" : [
              {
                "system" : "https://fhir.ru/ig/core/CodeSystem/core-cs-nsi-address-type",
                "code" : "3",
                "display" : "Домашний адрес"
              }
            ]
          }
        }
      ],
      "use" : "home",
      "type" : "physical",
      "text" : "г. Москва, ул. Тверская, д. 1, кв. 15",
      "line" : [
        "ул. Тверская, д. 1, кв. 15"
      ],
      "city" : "Москва",
      "state" : "Москва",
      "postalCode" : "125009",
      "country" : "RU"
    }
  ],
  "maritalStatus" : {
    "coding" : [
      {
        "system" : "http://terminology.hl7.org/CodeSystem/v3-MaritalStatus",
        "code" : "M",
        "display" : "Married"
      }
    ],
    "text" : "Женат"
  },
  "managingOrganization" : {
    🔗 "reference" : "Organization/example-core-organization-polyclinic",
    "display" : "ГБУЗ Городская поликлиника №1"
  }
}