FHIR IG analytics| Package | ru.core |
| Resource Type | Organization |
| Id | Organization-example-core-organization-polyclinic-min.json |
| FHIR Version | R5 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: Organization example-core-organization-polyclinic-min
Profile: Core Organization (Организация)
identifier: https://www.nalog.gov.ru/inn/7701234567
active: true
name: ГБУЗ Городская поликлиника №1
| Address |
| Москва RU |
{
"resourceType": "Organization",
"id": "example-core-organization-polyclinic-min",
"meta": {
"profile": [
"https://fhir.ru/ig/core/StructureDefinition/core-organization"
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"identifier": [
{
"system": "https://www.nalog.gov.ru/inn",
"value": "7701234567"
}
],
"active": true,
"name": "ГБУЗ Городская поликлиника №1",
"contact": [
{
"address": {
"city": "Москва",
"country": "RU"
}
}
]
}