FHIR IG analytics| Package | ru.core |
| Resource Type | Practitioner |
| Id | Practitioner-example-core-practitioner-smirnov-min.json |
| FHIR Version | R5 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: Practitioner example-core-practitioner-smirnov-min
identifier: Core NamingSystem Идентификатор - СНИЛС/987-654-321-09
active: true
name: Александр Смирнов
gender: Male
birthDate: 1975-06-20
{
"resourceType": "Practitioner",
"id": "example-core-practitioner-smirnov-min",
"meta": {
"profile": [
"https://fhir.ru/ig/core/StructureDefinition/core-practitioner"
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"identifier": [
{
"system": "https://fhir.ru/ig/core/systems/snils",
"value": "987-654-321-09"
}
],
"active": true,
"name": [
{
"family": "Смирнов",
"given": [
"Александр"
]
}
],
"gender": "male",
"birthDate": "1975-06-20"
}