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

FHIR IG analytics

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

Роль медицинского работника: Медсестра Петрова

Минимальный пример для использования в ссылках

  • Медсестра: Петрова Мария Ивановна
  • Организация: ГБУЗ Городская поликлиника №1
  • Должность: Медсестра

Source1

{
  "resourceType": "PractitionerRole",
  "id": "example-core-practitionerrole-nurse",
  "meta": {
    "profile": [
      "https://fhir.ru/ig/core/StructureDefinition/core-practitionerrole"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "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": "Медсестра"
        }
      ]
    }
  ]
}