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

FHIR IG analytics

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

identifier: GLN/7601009110849

active: true

name: Hausarztpraxis Dr. med. Klaus Weber

telecom: +41 61 271 88 88, info@hausarzt-basel.ch

address: Steinenvorstadt 71 Basel 4051 CH


Source1

{
  "resourceType": "Organization",
  "id": "UC4-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"
    }
  ],
  "active": true,
  "name": "Hausarztpraxis Dr. med. Klaus Weber",
  "telecom": [
    {
      "system": "phone",
      "value": "+41 61 271 88 88",
      "use": "work"
    },
    {
      "system": "email",
      "value": "info@hausarzt-basel.ch",
      "use": "work"
    }
  ],
  "address": [
    {
      "line": [
        "Steinenvorstadt 71"
      ],
      "city": "Basel",
      "postalCode": "4051",
      "country": "CH"
    }
  ]
}