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" : "Practitioner",
  "id" : "example-core-practitioner-smirnov",
  "meta" : {
    "profile" : [
      🔗 "https://fhir.ru/ig/core/StructureDefinition/core-practitioner"
    ]
  },
  "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> 20 июня 1975 года</li><li><strong>Статус:</strong> Активный медицинский работник</li></ul><p><strong>Идентификаторы:</strong></p><ul><li><strong>СНИЛС:</strong> 987-654-321-09 (официальный)</li><li><strong>Паспорт:</strong> 4510-654321 (официальный)</li></ul><p><strong>Адрес:</strong></p><ul><li><strong>Домашний адрес:</strong> г. Москва, ул. Арбат, д. 25, кв. 8</li><li><strong>Индекс:</strong> 119002</li><li><strong>Регион:</strong> г. Москва</li></ul><p><strong>Образование и квалификация:</strong></p><ul><li><strong>Номер диплома:</strong> МЕД-123456</li><li><strong>Специальность:</strong> Doctor of Medicine (Врач)</li><li><strong>Дата получения:</strong> 01.06.2000</li><li><strong>Учебное заведение:</strong> Первый Московский государственный медицинский университет им. И.М. Сеченова</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" : "987-654-321-09"
    },
    {
      "use" : "official",
      "type" : {
        "coding" : [
          {
            "system" : "http://terminology.hl7.org/CodeSystem/v2-0203",
            "code" : "PPN"
          }
        ]
      },
      "system" : "https://fhir.ru/ig/core/systems/passport",
      "value" : "4510-654321"
    }
  ],
  "active" : true,
  "name" : [
    {
      "use" : "official",
      "text" : "Смирнов Александр Иванович",
      "family" : "Смирнов",
      "given" : [
        "Александр",
        "Иванович"
      ]
    }
  ],
  "gender" : "male",
  "birthDate" : "1975-06-20",
  "address" : [
    {
      "use" : "home",
      "type" : "physical",
      "text" : "г. Москва, ул. Арбат, д. 25, кв. 8",
      "line" : [
        "ул. Арбат, д. 25, кв. 8"
      ],
      "city" : "Москва",
      "state" : "Москва",
      "postalCode" : "119002",
      "country" : "RU"
    }
  ],
  "qualification" : [
    {
      "identifier" : [
        {
          "system" : "https://www.rosminzdrav.ru/medical-education",
          "value" : "МЕД-123456"
        }
      ],
      "code" : {
        "coding" : [
          {
            "system" : "http://terminology.hl7.org/CodeSystem/v2-0360",
            "code" : "MD",
            "display" : "Doctor of Medicine"
          }
        ]
      },
      "period" : {
        "start" : "2000-06-01"
      },
      "issuer" : {
        "display" : "Первый Московский государственный медицинский университет им. И.М. Сеченова"
      }
    }
  ]
}