Entity: Parctitioner - itaybraun/FHIR_OS_SampleData GitHub Wiki

Practitioner

Practitioner covers all individuals who are engaged in the healthcare process and healthcare-related services as part of their formal responsibilities and this Resource is used for attribution of activities and responsibilities to these individuals. https://www.hl7.org/fhir/practitioner.html

JSON

https://www.hl7.org/fhir/practitioner-example-f204-ce.html

{ "resourceType": "Practitioner", "identifier": [ { "use": "official",

    "system": "Copper-Serpent-Authentication",
    "value": "User123"
  }
],
"name": [
  {
    "use": "usual",
    "text": "Florence Nightingale"
  }
],
"telecom": [
  {
    "system": "phone",
    "value": "+31715262169",
    "use": "work"
  }
],
"address": [
  {
    "use": "work",
    "line": [
      "Walvisbaai 3"
    ],
    "city": "Den helder",
    "postalCode": "2333ZA",
    "country": "NLD"
  }
],
"gender": "female",
"birthDate": "1967-11-05"

}

Practitioner Role

A specific set of Roles/Locations/specialties/services that a practitioner may perform at an organization for a period of time. https://www.hl7.org/fhir/practitionerrole.html