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

FHIR IG analytics

Packagech.fhir.ig.ch-emr
Resource TypePractitionerRole
IdPractitionerRole-UC2-PractitionerRole-Hausarzt.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: PractitionerRole UC2-PractitionerRole-Hausarzt

active: true

practitioner: Dr. med. Hans Müller

organization: Hausarztpraxis Dr. Müller, Zürich

code: Arzt

specialty: Allgemeine Innere Medizin

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


Source1

{
  "resourceType": "PractitionerRole",
  "id": "UC2-PractitionerRole-Hausarzt",
  "meta": {
    "profile": [
      "http://fhir.ch/ig/ch-emr/StructureDefinition/ch-emr-practitionerRole"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "active": true,
  "practitioner": {
    "reference": "Practitioner/UC2-Practitioner-DrMueller",
    "display": "Dr. med. Hans Müller"
  },
  "organization": {
    "reference": "Organization/UC2-Organization-Hausarzt",
    "display": "Hausarztpraxis Dr. Müller, Zürich"
  },
  "code": [
    {
      "coding": [
        {
          "system": "http://snomed.info/sct",
          "code": "309343006",
          "display": "Physician"
        }
      ],
      "text": "Arzt"
    }
  ],
  "specialty": [
    {
      "coding": [
        {
          "system": "http://snomed.info/sct",
          "code": "419772000",
          "display": "Family practice"
        }
      ],
      "text": "Allgemeine Innere Medizin"
    }
  ],
  "telecom": [
    {
      "system": "phone",
      "value": "+41 44 555 12 34",
      "use": "work"
    },
    {
      "system": "email",
      "value": "h.mueller@praxis-zuerich.ch",
      "use": "work"
    }
  ]
}