FHIR IG analytics| Package | ru.core |
| Resource Type | PractitionerRole |
| Id | PractitionerRole-example-core-practitionerrole-smirnov-therapist-min.json |
| FHIR Version | R5 |
No resources found
No resources found
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: Врач-терапевт участковый
{
"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": "Врач-терапевт участковый"
}
]
}
]
}