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-min.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

Generated Narrative: PractitionerRole example-core-practitionerrole-smirnov-therapist-min

identifier: https://fhir.ru/ig/core/systems/medical-worker/MW-001

active: true

practitioner: Practitioner Александр Смирнов

organization: Organization ГБУЗ Городская поликлиника №1

code: Врач-терапевт участковый


Source1

{
  "resourceType": "PractitionerRole",
  "id": "example-core-practitionerrole-smirnov-therapist-min",
  "meta": {
    "profile": [
      "https://fhir.ru/ig/core/StructureDefinition/core-practitionerrole"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "identifier": [
    {
      "system": "https://fhir.ru/ig/core/systems/medical-worker",
      "value": "MW-001"
    }
  ],
  "active": true,
  "practitioner": {
    "reference": "Practitioner/example-core-practitioner-smirnov-min"
  },
  "organization": {
    "reference": "Organization/example-core-organization-polyclinic-min"
  },
  "code": [
    {
      "coding": [
        {
          "system": "https://fhir.ru/ig/core/CodeSystem/core-cs-nsi-medical-workers-positions",
          "code": "01.001",
          "display": "Врач-терапевт участковый"
        }
      ]
    }
  ]
}