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" : "PractitionerRole",
  "id" : "example-core-practitionerrole-smirnov-therapist",
  "meta" : {
    "profile" : [
      🔗 "https://fhir.ru/ig/core/StructureDefinition/core-practitionerrole"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><h3>Роль медицинского работника: Терапевт Смирнов</h3><p><strong>Основная информация:</strong></p><ul><li><strong>Медицинский работник:</strong> <em>Смирнов Александр Иванович</em> (ссылка на Practitioner/example-core-practitioner-smirnov)</li><li><strong>Организация:</strong> <em>ГБУЗ Городская поликлиника №1</em> (ссылка на Organization/example-core-organization-polyclinic)</li><li><strong>Статус:</strong> Активная роль</li><li><strong>Дата начала работы:</strong> 01.01.2020</li></ul><p><strong>Должность и специализация:</strong></p><ul><li><strong>Должность:</strong> Врач-терапевт участковый</li><li><strong>Специальность:</strong> General Practice (Общая практика)</li></ul><p><strong>Место работы и услуги:</strong></p><ul><li><strong>Рабочее место:</strong> <em>Кабинет терапевта №15</em> (ссылка на Location/example-core-location-therapy-office)</li><li><strong>Предоставляемые услуги:</strong> <em>Терапевтическая помощь</em> (ссылка на HealthcareService/example-core-healthcareservice-therapy)</li></ul></div>"
  },
  "active" : true,
  "period" : {
    "start" : "2020-01-01"
  },
  "practitioner" : {
    🔗 "reference" : "Practitioner/example-core-practitioner-smirnov",
    "display" : "Смирнов Александр Иванович"
  },
  "organization" : {
    🔗 "reference" : "Organization/example-core-organization-polyclinic",
    "display" : "ГБУЗ Городская поликлиника №1"
  },
  "code" : [
    {
      "coding" : [
        {
          "system" : "https://fhir.ru/ig/core/CodeSystem/core-cs-nsi-medical-workers-positions",
          "code" : "1",
          "display" : "Врач-терапевт участковый"
        }
      ]
    }
  ],
  "specialty" : [
    {
      "coding" : [
        {
          "system" : "http://terminology.hl7.org/CodeSystem/c80-practice-codes",
          "code" : "GP",
          "display" : "General Practice"
        }
      ]
    }
  ],
  "location" : [
    {
      🔗 "reference" : "Location/example-core-location-therapy-office",
      "display" : "Кабинет терапевта №15"
    }
  ],
  "healthcareService" : [
    {
      🔗 "reference" : "HealthcareService/example-core-healthcareservice-therapy",
      "display" : "Терапевтическая помощь"
    }
  ]
}