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

FHIR IG analytics

Packagenictiz.fhir.nl.r4.elz
Resource TypePractitionerRole
Idhg-ReferralServiceRequest-01-PractitionerRole-01.json
FHIR VersionR4

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

No narrative content found in resource


Source1

{
  "resourceType": "PractitionerRole",
  "id": "hg-ReferralServiceRequest-01-PractitionerRole-01",
  "meta": {
    "profile": [
      "http://nictiz.nl/fhir/StructureDefinition/nl-core-HealthProfessional-PractitionerRole"
    ]
  },
  "practitioner": {
    "reference": "Practitioner/hg-ReferralServiceRequest-01-Practitioner-01",
    "type": "Practitioner",
    "display": "dr. B.A. van Galen"
  },
  "organization": {
    "reference": "Organization/hg-ReferralServiceRequest-01-Organization-01",
    "type": "Organization",
    "display": "Gezondheidscentrum Aesculaap"
  },
  "specialty": [
    {
      "coding": [
        {
          "system": "urn:oid:2.16.840.1.113883.2.4.6.7",
          "code": "0110",
          "display": "Huisartsen, apotheekhoudend"
        }
      ]
    }
  ],
  "location": [
    {
      "reference": "Location/hg-ReferralServiceRequest-01-Location-01",
      "type": "Location",
      "display": "de Valk"
    }
  ]
}