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

FHIR IG analytics

Packagech.fhir.ig.ch-emr
Resource TypeOrganization
IdOrganization-UC2-Organization-Hausarzt.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 UC2-Organization-Hausarzt

identifier: GLN/7601009110849

type: Allgemeine Innere Medizin

name: Hausarztpraxis Dr. Müller

telecom: +41 44 555 12 34, info@praxis-zuerich.ch, https://www.praxis-zuerich.ch

address: Hausarztpraxis Dr. Müller Bahnhofstrasse 15 Bern 3025 CH


Source1

{
  "resourceType": "Organization",
  "id": "UC2-Organization-Hausarzt",
  "meta": {
    "profile": [
      "http://fhir.ch/ig/ch-emr/StructureDefinition/ch-emr-organization"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "identifier": [
    {
      "system": "urn:oid:2.51.1.3",
      "value": "7601009110849"
    }
  ],
  "type": [
    {
      "coding": [
        {
          "system": "http://snomed.info/sct",
          "code": "394802001",
          "display": "General medicine"
        }
      ],
      "text": "Allgemeine Innere Medizin"
    }
  ],
  "name": "Hausarztpraxis Dr. Müller",
  "telecom": [
    {
      "system": "phone",
      "value": "+41 44 555 12 34",
      "use": "work"
    },
    {
      "system": "email",
      "value": "info@praxis-zuerich.ch",
      "use": "work"
    },
    {
      "system": "url",
      "value": "https://www.praxis-zuerich.ch",
      "use": "work"
    }
  ],
  "address": [
    {
      "line": [
        "Hausarztpraxis Dr. Müller",
        "Bahnhofstrasse 15"
      ],
      "city": "Bern",
      "postalCode": "3025",
      "country": "CH"
    }
  ]
}