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

FHIR IG analytics

Packageswiss.mednet.fhir
Resource TypePractitionerRole
IdPractitionerRole-mni-practitionerRole-example1.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 mni-practitionerRole-example1

practitioner: Practitioner Max Müller

organization: Organization TheDoctorGroup


Generated Narrative: Organization #mni-organization-example3

name: TheDoctorGroup

telecom: ph: 061 561 74 61(Work), info@theDoctorGroup.swiss

address: Pfeffingertrasse 19 Reinach 4153 CH (work)


Source1

{
  "resourceType": "PractitionerRole",
  "id": "mni-practitionerRole-example1",
  "meta": {
    "profile": [
      "https://mednet.swiss/fhir/StructureDefinition/mni-practitionerRole"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "contained": [
    {
      "resourceType": "Organization",
      "id": "mni-organization-example3",
      "meta": {
        "profile": [
          "https://mednet.swiss/fhir/StructureDefinition/mni-organization"
        ]
      },
      "name": "TheDoctorGroup",
      "telecom": [
        {
          "system": "phone",
          "value": "061 561 74 61",
          "use": "work"
        },
        {
          "system": "email",
          "value": "info@theDoctorGroup.swiss",
          "use": "work"
        }
      ],
      "address": [
        {
          "use": "work",
          "line": [
            "Pfeffingertrasse 19"
          ],
          "city": "Reinach",
          "postalCode": "4153",
          "country": "CH"
        }
      ]
    }
  ],
  "practitioner": {
    "reference": "Practitioner/mni-practitioner-example1"
  },
  "organization": {
    "reference": "#mni-organization-example3"
  }
}