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

FHIR IG analytics

Packagech.fhir.ig.ch-elm
Resource TypePractitioner
IdPractitioner-Pract-PeterHauser.json
FHIR VersionR4

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

No narrative content found in resource


Source1

{
  "resourceType": "Practitioner",
  "id": "Pract-PeterHauser",
  "identifier": [
    {
      "system": "urn:oid:2.51.1.3",
      "value": "7601000000514"
    }
  ],
  "name": [
    {
      "family": "Hauser",
      "given": [
        "Peter"
      ]
    }
  ],
  "telecom": [
    {
      "system": "email",
      "value": "peter.hauser@hauserpraxis.ch"
    },
    {
      "system": "phone",
      "value": "+41 79 222 33 44"
    }
  ]
}