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

FHIR IG analytics

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

active: true

practitioner: Practitioner UC1 Hausarzt (official)

organization: Organization Hausarztpraxis UC1

code: Arzt

specialty: Allgemeine Innere Medizin


Source1

{
  "resourceType": "PractitionerRole",
  "id": "UC1-PractitionerRole-Hausarzt",
  "meta": {
    "profile": [
      "http://fhir.ch/ig/ch-ips/StructureDefinition/ch-ips-practitionerrole"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "active": true,
  "practitioner": {
    "reference": "Practitioner/UC1-Practitioner-Hausarzt"
  },
  "organization": {
    "reference": "Organization/UC1-Organization-Hausarztpraxis"
  },
  "code": [
    {
      "coding": [
        {
          "system": "http://snomed.info/sct",
          "version": "http://snomed.info/sct/2011000195101",
          "code": "309343006"
        }
      ],
      "text": "Arzt"
    }
  ],
  "specialty": [
    {
      "coding": [
        {
          "system": "http://snomed.info/sct",
          "version": "http://snomed.info/sct/2011000195101",
          "code": "419772000"
        }
      ],
      "text": "Allgemeine Innere Medizin"
    }
  ]
}