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

FHIR IG analytics

Packagech.fhir.ig.ch-core
Resource TypePractitionerRole
IdPractitionerRole-HPWengerRole.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 HPWengerRole

practitioner: Practitioner Hanspeter Wenger

organization: Organization Spital Seeblick

code: Physician

specialty: General medical practitioner


Source1

{
  "resourceType": "PractitionerRole",
  "id": "HPWengerRole",
  "meta": {
    "profile": [
      "http://fhir.ch/ig/ch-core/StructureDefinition/ch-core-practitionerrole-epr"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "practitioner": {
    "reference": "Practitioner/HanspeterWengerByBFH"
  },
  "organization": {
    "reference": "Organization/SpitalSeeblick"
  },
  "code": [
    {
      "coding": [
        {
          "system": "http://snomed.info/sct",
          "code": "309343006",
          "display": "Physician"
        }
      ]
    }
  ],
  "specialty": [
    {
      "coding": [
        {
          "system": "urn:oid:2.16.756.5.30.1.127.3.5",
          "code": "1040",
          "display": "General medical practitioner"
        }
      ]
    }
  ]
}