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

FHIR IG analytics

Packagenxh.fhir.r4
Resource TypePractitionerRole
Idnxhpractitionerrole-example.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

{
  "active": true,
  "code": [
    {
      "coding": [
        {
          "code": "general_practitioner",
          "display": "General practitioner",
          "system": "https://fhir.nxh.com/standards/fhir/CodeSystem/UserRole"
        }
      ]
    }
  ],
  "id": "63ed8113-9b26-4845-95fe-3eb27040ab78",
  "identifier": [
    {
      "system": "https://fhir.nxh.com/standards/fhir/NamingSystem/userContextId",
      "use": "usual",
      "value": "63ed8113-9b26-4845-95fe-3eb27040ab78"
    }
  ],
  "meta": {
    "profile": [
      "https://fhir.nxh.com/standards/fhir/StructureDefinition/NxhPractitionerRole"
    ]
  },
  "organization": {
    "reference": "Organization/39c7fdd1-0e3a-4736-b31c-79d227144929"
  },
  "period": {
    "end": "9999-12-31T23:59:59+00:00",
    "start": "2023-01-01T00:00:00+00:00"
  },
  "practitioner": {
    "reference": "Practitioner/17386595-8643-474e-afdd-81332975e107"
  },
  "resourceType": "PractitionerRole",
  "telecom": [
    {
      "system": "phone",
      "use": "mobile",
      "value": "+32498512346"
    }
  ]
}