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-nurse",
  "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><em>Минимальный пример для использования в ссылках</em></p><ul><li><strong>Медсестра:</strong> Петрова Мария Ивановна</li><li><strong>Организация:</strong> ГБУЗ Городская поликлиника №1</li><li><strong>Должность:</strong> Медсестра</li></ul></div>"
  },
  "active" : true,
  "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" : "2",
          "display" : "Медсестра"
        }
      ]
    }
  ]
}