FHIR © HL7.org  |  FHIRsmith 4.0.1  |  Server Home  |  XIG Home  |  XIG Stats  | 

FHIR IG analytics

Packageru.core
Resource TypeOrganization
IdOrganization-example-core-organization-polyclinic-min.json
FHIR VersionR5

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

Note: links and images are rebased to the (stated) source

Generated Narrative: Organization example-core-organization-polyclinic-min

identifier: https://www.nalog.gov.ru/inn/7701234567

active: true

name: ГБУЗ Городская поликлиника №1

Contacts

-Address
*Москва RU

Source1

{
  "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"
      }
    }
  ]
}