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

FHIR IG analytics

Packagech.fhir.ig.ch-vacd
Resource TypePractitioner
IdPractitioner-TC-HCP2-C2.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 TC-HCP2-C2

identifier: GLN/7601999999998

active: true

name: Gabriela Meier

telecom: ph: tel:+41.32.234.77.88(Work), mailto:leitung@praxis-gesund.ch, http://www.praxis-gesund.ch

address: Werthgasse 34 Bern ZH 3000 CH


Source1

{
  "resourceType": "Practitioner",
  "id": "TC-HCP2-C2",
  "meta": {
    "profile": [
      "http://fhir.ch/ig/ch-core/StructureDefinition/ch-core-practitioner-epr"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "identifier": [
    {
      "system": "urn:oid:2.51.1.3",
      "value": "7601999999998"
    }
  ],
  "active": true,
  "name": [
    {
      "family": "Meier",
      "given": [
        "Gabriela"
      ],
      "prefix": [
        "Dr. med."
      ]
    }
  ],
  "telecom": [
    {
      "system": "phone",
      "value": "tel:+41.32.234.77.88",
      "use": "work"
    },
    {
      "system": "email",
      "value": "mailto:leitung@praxis-gesund.ch",
      "use": "work"
    },
    {
      "system": "url",
      "value": "http://www.praxis-gesund.ch",
      "use": "work"
    }
  ],
  "address": [
    {
      "type": "physical",
      "line": [
        "Werthgasse 34"
      ],
      "city": "Bern",
      "state": "ZH",
      "postalCode": "3000",
      "country": "CH"
    }
  ]
}