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

FHIR IG analytics

Packagech.fhir.ig.ch-vacd
Resource TypeOrganization
IdOrganization-TC-ORG1.json
FHIR VersionR4

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 TC-ORG1

identifier: GLN/7601777777718

name: Gruppenpraxis Müller

telecom: ph: tel:+41.32.234.55.66(Work), mailto:bereit@gruppenpraxis.ch, http://www.gruppenpraxis.ch

address: Grabenstrasse 2 Zürich ZH 8005 CH


Source1

{
  "resourceType": "Organization",
  "id": "TC-ORG1",
  "meta": {
    "profile": [
      "http://fhir.ch/ig/ch-core/StructureDefinition/ch-core-organization-epr"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "identifier": [
    {
      "system": "urn:oid:2.51.1.3",
      "value": "7601777777718"
    }
  ],
  "name": "Gruppenpraxis Müller",
  "telecom": [
    {
      "system": "phone",
      "value": "tel:+41.32.234.55.66",
      "use": "work"
    },
    {
      "system": "email",
      "value": "mailto:bereit@gruppenpraxis.ch",
      "use": "work"
    },
    {
      "system": "url",
      "value": "http://www.gruppenpraxis.ch",
      "use": "work"
    }
  ],
  "address": [
    {
      "line": [
        "Grabenstrasse 2"
      ],
      "city": "Zürich",
      "state": "ZH",
      "postalCode": "8005",
      "country": "CH"
    }
  ]
}