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

FHIR IG analytics

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

active: true

practitioner: Dr. med. Sarah Huber

organization: Gynäkologie Praxis Basel

code: Ärztin

specialty: Gynäkologie und Geburtshilfe

telecom: +41 61 265 25 25, s.huber@gynpraxis-basel.ch


Source1

{
  "resourceType": "PractitionerRole",
  "id": "EX-PractitionerRole",
  "meta": {
    "profile": [
      "http://fhir.ch/ig/ch-ips/StructureDefinition/ch-ips-practitionerrole"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "active": true,
  "practitioner": {
    "reference": "Practitioner/EX-Practitioner",
    "display": "Dr. med. Sarah Huber"
  },
  "organization": {
    "reference": "Organization/EX-Organization-GynPraxis",
    "display": "Gynäkologie Praxis Basel"
  },
  "code": [
    {
      "coding": [
        {
          "system": "http://snomed.info/sct",
          "code": "309343006",
          "display": "Physician"
        }
      ],
      "text": "Ärztin"
    }
  ],
  "specialty": [
    {
      "coding": [
        {
          "system": "http://snomed.info/sct",
          "code": "394586005",
          "display": "Gynecology"
        }
      ],
      "text": "Gynäkologie und Geburtshilfe"
    }
  ],
  "telecom": [
    {
      "system": "phone",
      "value": "+41 61 265 25 25",
      "use": "work"
    },
    {
      "system": "email",
      "value": "s.huber@gynpraxis-basel.ch",
      "use": "work"
    }
  ]
}