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

FHIR IG analytics

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

identifier: GLN/7601009110849

name: Hausarztpraxis Dr. Müller Basel

telecom: +41 61 555 12 34, info@praxis-mueller-basel.ch

address: Aeschenvorstadt 55 Basel 4051 CH


Source1

{
  "resourceType": "Organization",
  "id": "UC3-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"
    }
  ],
  "name": "Hausarztpraxis Dr. Müller Basel",
  "telecom": [
    {
      "system": "phone",
      "value": "+41 61 555 12 34",
      "use": "work"
    },
    {
      "system": "email",
      "value": "info@praxis-mueller-basel.ch",
      "use": "work"
    }
  ],
  "address": [
    {
      "line": [
        "Aeschenvorstadt 55"
      ],
      "city": "Basel",
      "postalCode": "4051",
      "country": "CH"
    }
  ]
}