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

FHIR IG analytics

Packagech.fhir.ig.ch-emr
Resource TypePractitioner
IdPractitioner-UC3-Practitioner-DrSemmelbruch.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 UC3-Practitioner-DrSemmelbruch

Language: de-CH

Profile: CH Emergency Record Practitioner

identifier: GLN/7612345678900

name: Sarah Semmelbruch (Official)

telecom: +41 44 555 67 89, s.semmelbruch@gynaekologie-basel.ch

address: Universitätsspital Basel, Frauenklinik Basel 4031 CH


Source1

{
  "resourceType": "Practitioner",
  "id": "UC3-Practitioner-DrSemmelbruch",
  "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": "7612345678900"
    }
  ],
  "name": [
    {
      "use": "official",
      "family": "Semmelbruch",
      "given": [
        "Sarah"
      ],
      "prefix": [
        "Dr. med."
      ]
    }
  ],
  "telecom": [
    {
      "system": "phone",
      "value": "+41 44 555 67 89",
      "use": "work"
    },
    {
      "system": "email",
      "value": "s.semmelbruch@gynaekologie-basel.ch",
      "use": "work"
    }
  ],
  "address": [
    {
      "line": [
        "Universitätsspital Basel, Frauenklinik"
      ],
      "city": "Basel",
      "postalCode": "4031",
      "country": "CH"
    }
  ]
}