FHIR IG analytics| Package | ru.core |
| Resource Type | Patient |
| Id | Patient-example-core-patient-ivanov-min.json |
| FHIR Version | R5 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: Patient example-core-patient-ivanov-min
Profile: Core Patient (Пациент)
Иван Иванов Male, DoB: 1985-03-15 ( https://fhir.ru/ig/core/systems/snils#Core NamingSystem Идентификатор - СНИЛС#123-456-789-01)
| Active: | true | ||
{
"resourceType": "Patient",
"id": "example-core-patient-ivanov-min",
"meta": {
"profile": [
"https://fhir.ru/ig/core/StructureDefinition/core-patient"
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"identifier": [
{
"system": "https://fhir.ru/ig/core/systems/snils",
"value": "123-456-789-01"
}
],
"active": true,
"name": [
{
"family": "Иванов",
"given": [
"Иван"
]
}
],
"gender": "male",
"birthDate": "1985-03-15"
}