FHIR IG analytics| Package | ru.core |
| Resource Type | PractitionerRole |
| Id | PractitionerRole-example-core-practitionerrole-smirnov-therapist.json |
| FHIR Version | R5 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Основная информация:
Должность и специализация:
Место работы и услуги:
{
"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": "Терапевтическая помощь"
}
]
}