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

FHIR IG analytics

Packageru.core
Resource TypePractitionerRole
IdPractitionerRole-example-core-practitionerrole-smirnov-therapist.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

Роль медицинского работника: Терапевт Смирнов

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

  • Медицинский работник: Смирнов Александр Иванович (ссылка на Practitioner/example-core-practitioner-smirnov)
  • Организация: ГБУЗ Городская поликлиника №1 (ссылка на Organization/example-core-organization-polyclinic)
  • Статус: Активная роль
  • Дата начала работы: 01.01.2020

Должность и специализация:

  • Должность: Врач-терапевт участковый
  • Специальность: General Practice (Общая практика)

Место работы и услуги:

  • Рабочее место: Кабинет терапевта №15 (ссылка на Location/example-core-location-therapy-office)
  • Предоставляемые услуги: Терапевтическая помощь (ссылка на HealthcareService/example-core-healthcareservice-therapy)

Source1

{
  "resourceType": "PractitionerRole",
  "id": "example-core-practitionerrole-smirnov-therapist",
  "meta": {
    "profile": [
      "https://fhir.ru/ig/core/StructureDefinition/core-practitionerrole"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "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": "Терапевтическая помощь"
    }
  ]
}