FHIR IG analytics| Package | ru.core |
| Resource Type | Practitioner |
| Id | Practitioner-example-core-practitioner-smirnov.json |
| FHIR Version | R5 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Основная информация:
Идентификаторы:
Адрес:
Образование и квалификация:
{
"resourceType": "Practitioner",
"id": "example-core-practitioner-smirnov",
"meta": {
"profile": [
"https://fhir.ru/ig/core/StructureDefinition/core-practitioner"
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"identifier": [
{
"use": "official",
"type": {
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/v2-0203",
"code": "SB"
}
]
},
"system": "https://fhir.ru/ig/core/systems/snils",
"value": "987-654-321-09"
},
{
"use": "official",
"type": {
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/v2-0203",
"code": "PPN"
}
]
},
"system": "https://fhir.ru/ig/core/systems/passport",
"value": "4510-654321"
}
],
"active": true,
"name": [
{
"use": "official",
"text": "Смирнов Александр Иванович",
"family": "Смирнов",
"given": [
"Александр",
"Иванович"
]
}
],
"gender": "male",
"birthDate": "1975-06-20",
"address": [
{
"use": "home",
"type": "physical",
"text": "г. Москва, ул. Арбат, д. 25, кв. 8",
"line": [
"ул. Арбат, д. 25, кв. 8"
],
"city": "Москва",
"state": "Москва",
"postalCode": "119002",
"country": "RU"
}
],
"qualification": [
{
"identifier": [
{
"system": "https://www.rosminzdrav.ru/medical-education",
"value": "МЕД-123456"
}
],
"code": {
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/v2-0360",
"code": "MD",
"display": "Doctor of Medicine"
}
]
},
"period": {
"start": "2000-06-01"
},
"issuer": {
"display": "Первый Московский государственный медицинский университет им. И.М. Сеченова"
}
}
]
}