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

FHIR IG analytics

Packageru.core
Resource TypePractitioner
IdPractitioner-example-core-practitioner-smirnov.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

Медицинский работник: Смирнов Александр Иванович

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

  • ФИО: Смирнов Александр Иванович
  • Пол: Мужской
  • Дата рождения: 20 июня 1975 года
  • Статус: Активный медицинский работник

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

  • СНИЛС: 987-654-321-09 (официальный)
  • Паспорт: 4510-654321 (официальный)

Адрес:

  • Домашний адрес: г. Москва, ул. Арбат, д. 25, кв. 8
  • Индекс: 119002
  • Регион: г. Москва

Образование и квалификация:

  • Номер диплома: МЕД-123456
  • Специальность: Doctor of Medicine (Врач)
  • Дата получения: 01.06.2000
  • Учебное заведение: Первый Московский государственный медицинский университет им. И.М. Сеченова

Source1

{
  "resourceType": "Practitioner",
  "id": "example-core-practitioner-smirnov",
  "meta": {
    "profile": [
      "https://fhir.ru/ig/core/StructureDefinition/core-practitioner"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "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": "Первый Московский государственный медицинский университет им. И.М. Сеченова"
      }
    }
  ]
}