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

FHIR IG analytics

Packagech.fhir.ig.ch-emr
Resource TypePractitioner
IdPractitioner-UC4-Practitioner-DrWeber.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: Practitioner UC4-Practitioner-DrWeber

Language: de-CH

Profile: CH Emergency Record Practitioner

identifier: GLN/7601007922000

name: Klaus Weber

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

address: Hausarztpraxis Dr. Weber Steinenvorstadt 71 Basel 4051 CH


Source1

{
  "resourceType": "Practitioner",
  "id": "UC4-Practitioner-DrWeber",
  "meta": {
    "profile": [
      "http://fhir.ch/ig/ch-emr/StructureDefinition/ch-emr-practitioner"
    ]
  },
  "language": "de-CH",
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "identifier": [
    {
      "system": "urn:oid:2.51.1.3",
      "value": "7601007922000"
    }
  ],
  "name": [
    {
      "family": "Weber",
      "given": [
        "Klaus"
      ],
      "prefix": [
        "Dr. med."
      ]
    }
  ],
  "telecom": [
    {
      "system": "phone",
      "value": "+41 61 271 88 88",
      "use": "work"
    },
    {
      "system": "email",
      "value": "k.weber@hausarzt-basel.ch",
      "use": "work"
    }
  ],
  "address": [
    {
      "line": [
        "Hausarztpraxis Dr. Weber",
        "Steinenvorstadt 71"
      ],
      "city": "Basel",
      "postalCode": "4051",
      "country": "CH"
    }
  ]
}