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

FHIR IG analytics

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

Language: de-CH

Profile: CH Emergency Record Practitioner

identifier: GLN/7601007922000

name: Hans Müller (Official)

telecom: +41 44 555 12 34, h.mueller@praxis-zuerich.ch

address: Bahnhofstrasse 15 Zürich 8001 CH

Qualifications

-CodePeriodIssuer
*General medical practice1995-06-01 --> (ongoing)Medizinische Fakultät Universität Zürich

Source1

{
  "resourceType": "Practitioner",
  "id": "UC1-Practitioner-DrMueller",
  "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": [
    {
      "use": "official",
      "family": "Müller",
      "given": [
        "Hans"
      ],
      "prefix": [
        "Dr. med."
      ]
    }
  ],
  "telecom": [
    {
      "system": "phone",
      "value": "+41 44 555 12 34",
      "use": "work"
    },
    {
      "system": "email",
      "value": "h.mueller@praxis-zuerich.ch",
      "use": "work"
    }
  ],
  "address": [
    {
      "line": [
        "Bahnhofstrasse 15"
      ],
      "city": "Zürich",
      "postalCode": "8001",
      "country": "CH"
    }
  ],
  "qualification": [
    {
      "code": {
        "coding": [
          {
            "system": "http://snomed.info/sct",
            "code": "408443003",
            "display": "General medical practice"
          }
        ]
      },
      "period": {
        "start": "1995-06-01"
      },
      "issuer": {
        "display": "Medizinische Fakultät Universität Zürich"
      }
    }
  ]
}