# HeyDonto FHIR R4 API - Administration The Administrative module covers the base data that is then linked into the other modules for clinical content, finance/billing, workflow, etc. It is built on the FHIR technology platform modules. Before any clinical data can be recorded, the basic information of the patient must be recorded, and then often the basis of the interaction (such as an encounter). --- ## Index ### Patient Registers Track people involved in receiving healthcare, the basics nearly everything else references back to: * [Patient](https://hl7.org/fhir/R4/patient.html) - Demographics and other administrative information about an individual or animal receiving care or other health-related services * [RelatedPerson](https://hl7.org/fhir/R4/relatedperson.html) - Information about a person that is involved in the care for a patient, but who is not the target of healthcare, nor has a formal responsibility in the care process * [Person](https://hl7.org/fhir/R4/person.html) - Demographics and administrative information about a person independent of a specific health-related context * [Group](https://hl7.org/fhir/R4/group.html) - Represents a defined collection of entities that may be discussed or acted upon collectively but which are not expected to act collectively, and are not formally or legally recognized Image showing the relationship between resources representing people: ![Administration Module Person](/images/administration-module-person.png) **Implementation Note:** [Patient linking](https://hl7.org/fhir/R4/patient.html#links) should also be considered when evaluating searches with references to other resources. e.g. searching for a patients' conditions for a patient. At present the specification does not define if the links should be also followed to include conditions that reference the linked patients too. We are currently seeking feedback on this. **Implementation Note:** The Person resource may be used as a centralized register of people that may eventually be involved in healthcare, and could be used as the central core demographics register. However, the fields/values in Person are duplicated in the other resources, and in many cases the Person resource will be hosted on external systems. ### Clinical Categorization Resources Most clinical activities occur grouped in some way. Long term care is typically covered by an EpisodeOfCare, whereas short term care is covered by encounters. Account associates the tracking of transactions back to a Patient (or other resource). Flag is just used to highlight a warning or other notification about a patient (or other resource): * [EpisodeOfCare](https://hl7.org/fhir/R4/episodeofcare.html) - An association between a patient and an organization / healthcare provider(s) during which time encounters may occur. The managing organization assumes a level of responsibility for the patient during this time * [Encounter](https://hl7.org/fhir/R4/encounter.html) - An interaction between a patient and healthcare provider(s) for the purpose of providing healthcare service(s) or assessing the health status of a patient * [Account](https://hl7.org/fhir/R4/account.html) - A financial tool for tracking value accrued for a particular purpose. In the healthcare field, used to track charges for a patient, cost centers, etc. * [Flag](https://hl7.org/fhir/R4/flag.html) - Prospective warnings of potential issues when providing care to the patient Image showing the administration interactions: ![Administration Module Interactions](/images/administration-module-interactions.png) **Implementation Note:** Resources shown with a dotted box are described in other sections of the specification: `Coverage` and `Claim` are from the [section on Finance](https://hl7.org/fhir/R4/financial-module.html). ### Service Provider Directory Resources Service Provider Directory resources are usually stored in the administration section of applications, and may even be synchronized from external systems: * [Organization](https://hl7.org/fhir/R4/organization.html) - A formally or informally recognized grouping of people or organizations formed for the purpose of achieving some form of collective action. Includes companies, institutions, corporations, departments, community groups, healthcare practice groups, payer/insurer, etc. * [Location](https://hl7.org/fhir/R4/location.html) - Details and position information for a physical place where services are provided and resources and participants may be stored, found, contained, or accommodated * [Practitioner](https://hl7.org/fhir/R4/practitioner.html) - A person who is directly or indirectly involved in the provisioning of healthcare * [PractitionerRole](https://hl7.org/fhir/R4/practitionerrole.html) - A specific set of Roles/Locations/specialties/services that a practitioner may perform at an organization for a period of time * [HealthcareService](https://hl7.org/fhir/R4/healthcareservice.html) - The details of a healthcare service available at a location * [Endpoint](https://hl7.org/fhir/R4/endpoint.html) - The technical details of an endpoint that can be used for electronic services, such as for web services providing XDS.b or a REST endpoint for another FHIR server. This may include any security context information Image showing the provider directory resources: ![Administration Module Provider Directory](/images/administration-module-prov-dir.png) ### Scheduling and Appointments The Scheduling/Appointment resources permit the planning of encounters to occur and follow on with other clinical activities: * [Schedule](https://hl7.org/fhir/R4/schedule.html) - A container for slots of time that may be available for booking appointments * [Slot](https://hl7.org/fhir/R4/slot.html) - A slot of time on a schedule that may be available for booking appointments * [Appointment](https://hl7.org/fhir/R4/appointment.html) - A booking of a healthcare event among patient(s), practitioner(s), related person(s) and/or device(s) for a specific date/time. This may result in one or more Encounter(s) * [AppointmentResponse](https://hl7.org/fhir/R4/appointmentresponse.html) - A reply to an appointment request for a patient and/or practitioner(s), such as a confirmation or rejection Image showing the scheduling interactions: ![Administration Module Scheduling](/images/administration-module-scheduling.png) ### Devices and Substances Other assets are often registered in the administration system, and maintained as master files: * [Device](https://hl7.org/fhir/R4/device.html) - A type of a manufactured item that is used in the provision of healthcare without being substantially changed through that activity. The device may be a medical or non-medical device * [DeviceDefinition](https://hl7.org/fhir/R4/devicedefinition.html) - The characteristics, operational status and capabilities of a medical-related component of a medical device * [DeviceMetric](https://hl7.org/fhir/R4/devicemetric.html) - Describes a measurement, calculation or setting capability of a medical device * [Substance](https://hl7.org/fhir/R4/substance.html) - A homogeneous material with a definite composition --- ## Security and Privacy Patient privacy is handled with security labels and tags in the Resource [Meta](https://hl7.org/fhir/R4/resource.html#Meta) property. This is the standard way in which that the FHIR specification provides this supporting information to a sub-system that implements it (which is not defined by FHIR). One of the more common use cases is for marking a patient as being a [celebrity](https://hl7.org/fhir/R4/security-labels.html). Note that privacy considerations apply to Person, Practitioner and RelatedPerson records in addition to Patient's. While Organization, Location, Device and other non-person-identifying records are generally subject to less stringent security precautions, such data must still be protected to avoid safety issues (e.g. someone maliciously changing the ingredients associated with a drug to cause/fail to cause alerts). Devices can be linked to Patients. If this occurs, they must be protected as any other patient-linked element. For more general considerations, see [the Security and Privacy module](https://hl7.org/fhir/R4/secpriv-module.html). --- ## Common Use Cases Administration Resources are cornerstone resources that are used by clinical and other domains of the FHIR Standard: * **Managing a Master Record of a Patient and a Person** (e.g. MPI) - A [Patient](https://hl7.org/fhir/R4/patient.html) resource is used to describe patient demographic information and any updates to it. It can be used to communicate Patient information to other systems (e.g. other registries, clinical, ancillary and financial systems). Some systems distinguish the Patient Registry (or Client Registry) from the Person Registry. A [Person](https://hl7.org/fhir/R4/person.html) resource is a base for the Person Registry system. The Patient/Person Management use case includes creation, update, as well as merge/unmerge and link/unlink scenarios. * **Managing a Master Record of a Provider and Service Catalogue** (e.g. Provider Registry, Service Directory) - A [Practitioner](https://hl7.org/fhir/R4/practitioner.html) resource is a base resource for enabling the registry of individuals, related to providing health care services. Other resources, such as [Organization](https://hl7.org/fhir/R4/organization.html), [Location](https://hl7.org/fhir/R4/location.html), [HealthcareService](https://hl7.org/fhir/R4/healthcareservice.html), are creating a complete picture of where, how and by whom the care services are offered to a patient. The resources can be used for managing the master record or as a reference in clinical resources to inform about participants and places for various clinical resources. * **Managing Other Administrative Records** - The Administration domain of the FHIR standard includes creation and update of [Device](https://hl7.org/fhir/R4/device.html) and [Substance](https://hl7.org/fhir/R4/substance.html) records. Resources can be used for managing a master record or communicating its information to other systems. * **Enabling Patient Profiles, Clinical Reporting and Connecting Clinical Records** - Administration Resources are referred to by almost all clinical resources. Querying systems, using the references to Administration Resources enables the creation of profiles and reports of various complexities. * **Enabling Clinical Grouping and Financial Reporting** - Other use cases are included in the roadmap of resources, developed by the Patient Administration group. The roadmap section lists plans and updates of the current work. --- ## Developmental Roadmap The Patient Administration is currently working through resources that support: * Encounters and Scheduling *(enhance maturity of encounters and further develop in/outpatient scheduling)* * Service Provider Directory *(in co-ordination with the Argonaut Provider Directory group)* * Financial Management interactions *(account/coverage, then charge item, which links administration to billing)* Many of the administrative resources are part of the core resources that most systems use first and have formed the basis for most people's first experiences with FHIR. However this limited exposure has still to be proven in all contexts, such as veterinary, public health and clinical research. Version: 1.0 ## Servers Sandbox ``` https://api-staging.heydonto.com ``` Production ``` https://api.heydonto.com ``` ## Security ### bearer Type: http Scheme: bearer Bearer Format: JWT ## Download OpenAPI description [HeyDonto FHIR R4 API - Administration](https://docs.heydonto.com/_bundle/apis/fhir/administration.yaml) ## Device ### Get FHIR r4 devices - [GET /site/{siteId}/fhir/device](https://docs.heydonto.com/apis/fhir/administration/device/fhirdevicecontroller_getdevices.md) ### Create FHIR r4 device - [POST /site/{siteId}/fhir/device](https://docs.heydonto.com/apis/fhir/administration/device/fhirdevicecontroller_createdevice.md) ### Get FHIR r4 device by ID - [GET /site/{siteId}/fhir/device/{id}](https://docs.heydonto.com/apis/fhir/administration/device/fhirdevicecontroller_getdevice.md) ### Update FHIR r4 device - [PUT /site/{siteId}/fhir/device/{id}](https://docs.heydonto.com/apis/fhir/administration/device/fhirdevicecontroller_updatedevice.md) ### Delete FHIR r4 device - [DELETE /site/{siteId}/fhir/device/{id}](https://docs.heydonto.com/apis/fhir/administration/device/fhirdevicecontroller_deletedevice.md) ### Get FHIR r4 device history by ID - [GET /site/{siteId}/fhir/device/{id}/history](https://docs.heydonto.com/apis/fhir/administration/device/fhirdevicecontroller_getdevicehistory.md) ## DeviceDefinition ### Get FHIR r4 device definitions - [GET /site/{siteId}/fhir/device-definition](https://docs.heydonto.com/apis/fhir/administration/devicedefinition/fhirdevicedefinitioncontroller_getdevicedefinitions.md) ### Create FHIR r4 device definition - [POST /site/{siteId}/fhir/device-definition](https://docs.heydonto.com/apis/fhir/administration/devicedefinition/fhirdevicedefinitioncontroller_createdevicedefinition.md) ### Get FHIR r4 device definition by ID - [GET /site/{siteId}/fhir/device-definition/{id}](https://docs.heydonto.com/apis/fhir/administration/devicedefinition/fhirdevicedefinitioncontroller_getdevicedefinition.md) ### Update FHIR r4 device definition - [PUT /site/{siteId}/fhir/device-definition/{id}](https://docs.heydonto.com/apis/fhir/administration/devicedefinition/fhirdevicedefinitioncontroller_updatedevicedefinition.md) ### Delete FHIR r4 device definition - [DELETE /site/{siteId}/fhir/device-definition/{id}](https://docs.heydonto.com/apis/fhir/administration/devicedefinition/fhirdevicedefinitioncontroller_deletedevicedefinition.md) ### Get FHIR r4 device definition history by ID - [GET /site/{siteId}/fhir/device-definition/{id}/history](https://docs.heydonto.com/apis/fhir/administration/devicedefinition/fhirdevicedefinitioncontroller_getdevicedefinitionhistory.md) ## DeviceMetric ### Get FHIR r4 device metrics - [GET /site/{siteId}/fhir/device-metric](https://docs.heydonto.com/apis/fhir/administration/devicemetric/fhirdevicemetriccontroller_getdevicemetrics.md) ### Create FHIR r4 device metric - [POST /site/{siteId}/fhir/device-metric](https://docs.heydonto.com/apis/fhir/administration/devicemetric/fhirdevicemetriccontroller_createdevicemetric.md) ### Get FHIR r4 device metric by ID - [GET /site/{siteId}/fhir/device-metric/{id}](https://docs.heydonto.com/apis/fhir/administration/devicemetric/fhirdevicemetriccontroller_getdevicemetric.md) ### Update FHIR r4 device metric - [PUT /site/{siteId}/fhir/device-metric/{id}](https://docs.heydonto.com/apis/fhir/administration/devicemetric/fhirdevicemetriccontroller_updatedevicemetric.md) ### Delete FHIR r4 device metric - [DELETE /site/{siteId}/fhir/device-metric/{id}](https://docs.heydonto.com/apis/fhir/administration/devicemetric/fhirdevicemetriccontroller_deletedevicemetric.md) ### Get FHIR r4 device metric history by ID - [GET /site/{siteId}/fhir/device-metric/{id}/history](https://docs.heydonto.com/apis/fhir/administration/devicemetric/fhirdevicemetriccontroller_getdevicemetrichistory.md) ## Endpoint ### Get FHIR r4 endpoints - [GET /site/{siteId}/fhir/endpoint](https://docs.heydonto.com/apis/fhir/administration/endpoint/fhirendpointcontroller_getendpoints.md) ### Create FHIR r4 endpoint - [POST /site/{siteId}/fhir/endpoint](https://docs.heydonto.com/apis/fhir/administration/endpoint/fhirendpointcontroller_createendpoint.md) ### Get FHIR r4 endpoint by ID - [GET /site/{siteId}/fhir/endpoint/{id}](https://docs.heydonto.com/apis/fhir/administration/endpoint/fhirendpointcontroller_getendpoint.md) ### Update FHIR r4 endpoint - [PUT /site/{siteId}/fhir/endpoint/{id}](https://docs.heydonto.com/apis/fhir/administration/endpoint/fhirendpointcontroller_updateendpoint.md) ### Delete FHIR r4 endpoint - [DELETE /site/{siteId}/fhir/endpoint/{id}](https://docs.heydonto.com/apis/fhir/administration/endpoint/fhirendpointcontroller_deleteendpoint.md) ### Get FHIR r4 endpoint history by ID - [GET /site/{siteId}/fhir/endpoint/{id}/history](https://docs.heydonto.com/apis/fhir/administration/endpoint/fhirendpointcontroller_getendpointhistory.md) ## Group ### Get FHIR r4 groups - [GET /site/{siteId}/fhir/group](https://docs.heydonto.com/apis/fhir/administration/group/fhirgroupcontroller_getgroups.md) ### Create FHIR r4 group - [POST /site/{siteId}/fhir/group](https://docs.heydonto.com/apis/fhir/administration/group/fhirgroupcontroller_creategroup.md) ### Get FHIR r4 group by ID - [GET /site/{siteId}/fhir/group/{id}](https://docs.heydonto.com/apis/fhir/administration/group/fhirgroupcontroller_getgroup.md) ### Update FHIR r4 group - [PUT /site/{siteId}/fhir/group/{id}](https://docs.heydonto.com/apis/fhir/administration/group/fhirgroupcontroller_updategroup.md) ### Delete FHIR r4 group - [DELETE /site/{siteId}/fhir/group/{id}](https://docs.heydonto.com/apis/fhir/administration/group/fhirgroupcontroller_deletegroup.md) ### Get FHIR r4 group history by ID - [GET /site/{siteId}/fhir/group/{id}/history](https://docs.heydonto.com/apis/fhir/administration/group/fhirgroupcontroller_getgrouphistory.md) ## HealthcareService ### Get FHIR r4 healthcare services - [GET /site/{siteId}/fhir/healthcare-service](https://docs.heydonto.com/apis/fhir/administration/healthcareservice/fhirhealthcareservicecontroller_gethealthcareservices.md) ### Create FHIR r4 healthcare service - [POST /site/{siteId}/fhir/healthcare-service](https://docs.heydonto.com/apis/fhir/administration/healthcareservice/fhirhealthcareservicecontroller_createhealthcareservice.md) ### Get FHIR r4 healthcare service by ID - [GET /site/{siteId}/fhir/healthcare-service/{id}](https://docs.heydonto.com/apis/fhir/administration/healthcareservice/fhirhealthcareservicecontroller_gethealthcareservice.md) ### Update FHIR r4 healthcare service - [PUT /site/{siteId}/fhir/healthcare-service/{id}](https://docs.heydonto.com/apis/fhir/administration/healthcareservice/fhirhealthcareservicecontroller_updatehealthcareservice.md) ### Delete FHIR r4 healthcare service - [DELETE /site/{siteId}/fhir/healthcare-service/{id}](https://docs.heydonto.com/apis/fhir/administration/healthcareservice/fhirhealthcareservicecontroller_deletehealthcareservice.md) ### Get FHIR r4 healthcare service history by ID - [GET /site/{siteId}/fhir/healthcare-service/{id}/history](https://docs.heydonto.com/apis/fhir/administration/healthcareservice/fhirhealthcareservicecontroller_gethealthcareservicehistory.md) ## Location ### Get FHIR r4 locations - [GET /site/{siteId}/fhir/location](https://docs.heydonto.com/apis/fhir/administration/location/fhirlocationcontroller_getlocations.md) ### Create FHIR r4 location - [POST /site/{siteId}/fhir/location](https://docs.heydonto.com/apis/fhir/administration/location/fhirlocationcontroller_createlocation.md) ### Get FHIR r4 location by ID - [GET /site/{siteId}/fhir/location/{id}](https://docs.heydonto.com/apis/fhir/administration/location/fhirlocationcontroller_getlocation.md) ### Update FHIR r4 location - [PUT /site/{siteId}/fhir/location/{id}](https://docs.heydonto.com/apis/fhir/administration/location/fhirlocationcontroller_updatelocation.md) ### Delete FHIR r4 location - [DELETE /site/{siteId}/fhir/location/{id}](https://docs.heydonto.com/apis/fhir/administration/location/fhirlocationcontroller_deletelocation.md) ### Get FHIR r4 location history by ID - [GET /site/{siteId}/fhir/location/{id}/history](https://docs.heydonto.com/apis/fhir/administration/location/fhirlocationcontroller_getlocationhistory.md) ## Organization ### Get FHIR r4 organizations - [GET /site/{siteId}/fhir/organization](https://docs.heydonto.com/apis/fhir/administration/organization/fhirorganizationcontroller_getorganizations.md) ### Create FHIR r4 organization - [POST /site/{siteId}/fhir/organization](https://docs.heydonto.com/apis/fhir/administration/organization/fhirorganizationcontroller_createorganization.md) ### Get FHIR r4 organization by ID - [GET /site/{siteId}/fhir/organization/{id}](https://docs.heydonto.com/apis/fhir/administration/organization/fhirorganizationcontroller_getorganization.md) ### Update FHIR r4 organization - [PUT /site/{siteId}/fhir/organization/{id}](https://docs.heydonto.com/apis/fhir/administration/organization/fhirorganizationcontroller_updateorganization.md) ### Delete FHIR r4 organization - [DELETE /site/{siteId}/fhir/organization/{id}](https://docs.heydonto.com/apis/fhir/administration/organization/fhirorganizationcontroller_deleteorganization.md) ### Get FHIR r4 organization history by ID - [GET /site/{siteId}/fhir/organization/{id}/history](https://docs.heydonto.com/apis/fhir/administration/organization/fhirorganizationcontroller_getorganizationhistory.md) ## OrganizationAffiliation ### Get FHIR r4 organization affiliations - [GET /site/{siteId}/fhir/organization-affiliation](https://docs.heydonto.com/apis/fhir/administration/organizationaffiliation/fhirorganizationaffiliationcontroller_getorganizationaffiliations.md) ### Create FHIR r4 organization affiliation - [POST /site/{siteId}/fhir/organization-affiliation](https://docs.heydonto.com/apis/fhir/administration/organizationaffiliation/fhirorganizationaffiliationcontroller_createorganizationaffiliation.md) ### Get FHIR r4 organization affiliation by ID - [GET /site/{siteId}/fhir/organization-affiliation/{id}](https://docs.heydonto.com/apis/fhir/administration/organizationaffiliation/fhirorganizationaffiliationcontroller_getorganizationaffiliation.md) ### Update FHIR r4 organization affiliation - [PUT /site/{siteId}/fhir/organization-affiliation/{id}](https://docs.heydonto.com/apis/fhir/administration/organizationaffiliation/fhirorganizationaffiliationcontroller_updateorganizationaffiliation.md) ### Delete FHIR r4 organization affiliation - [DELETE /site/{siteId}/fhir/organization-affiliation/{id}](https://docs.heydonto.com/apis/fhir/administration/organizationaffiliation/fhirorganizationaffiliationcontroller_deleteorganizationaffiliation.md) ### Get FHIR r4 organization affiliation history by ID - [GET /site/{siteId}/fhir/organization-affiliation/{id}/history](https://docs.heydonto.com/apis/fhir/administration/organizationaffiliation/fhirorganizationaffiliationcontroller_getorganizationaffiliationhistory.md) ## Patient ### Get FHIR r4 patients - [GET /site/{siteId}/fhir/patient](https://docs.heydonto.com/apis/fhir/administration/patient/fhirpatientcontroller_getpatients.md) ### Create FHIR r4 patient - [POST /site/{siteId}/fhir/patient](https://docs.heydonto.com/apis/fhir/administration/patient/fhirpatientcontroller_createpatient.md) ### Get FHIR r4 patient by ID - [GET /site/{siteId}/fhir/patient/{id}](https://docs.heydonto.com/apis/fhir/administration/patient/fhirpatientcontroller_getpatient.md) ### Update FHIR r4 patient - [PUT /site/{siteId}/fhir/patient/{id}](https://docs.heydonto.com/apis/fhir/administration/patient/fhirpatientcontroller_updatepatient.md) ### Delete FHIR r4 patient - [DELETE /site/{siteId}/fhir/patient/{id}](https://docs.heydonto.com/apis/fhir/administration/patient/fhirpatientcontroller_deletepatient.md) ### Get FHIR r4 patient history by ID - [GET /site/{siteId}/fhir/patient/{id}/history](https://docs.heydonto.com/apis/fhir/administration/patient/fhirpatientcontroller_getpatienthistory.md) ## Person ### Get FHIR r4 persons - [GET /site/{siteId}/fhir/person](https://docs.heydonto.com/apis/fhir/administration/person/fhirpersoncontroller_getpersons.md) ### Create FHIR r4 person - [POST /site/{siteId}/fhir/person](https://docs.heydonto.com/apis/fhir/administration/person/fhirpersoncontroller_createperson.md) ### Get FHIR r4 person by ID - [GET /site/{siteId}/fhir/person/{id}](https://docs.heydonto.com/apis/fhir/administration/person/fhirpersoncontroller_getperson.md) ### Update FHIR r4 person - [PUT /site/{siteId}/fhir/person/{id}](https://docs.heydonto.com/apis/fhir/administration/person/fhirpersoncontroller_updateperson.md) ### Delete FHIR r4 person - [DELETE /site/{siteId}/fhir/person/{id}](https://docs.heydonto.com/apis/fhir/administration/person/fhirpersoncontroller_deleteperson.md) ### Get FHIR r4 person history by ID - [GET /site/{siteId}/fhir/person/{id}/history](https://docs.heydonto.com/apis/fhir/administration/person/fhirpersoncontroller_getpersonhistory.md) ## Practitioner ### Get FHIR r4 practitioners - [GET /site/{siteId}/fhir/practitioner](https://docs.heydonto.com/apis/fhir/administration/practitioner/fhirpractitionercontroller_getpractitioners.md) ### Create FHIR r4 practitioner - [POST /site/{siteId}/fhir/practitioner](https://docs.heydonto.com/apis/fhir/administration/practitioner/fhirpractitionercontroller_createpractitioner.md) ### Get FHIR r4 practitioner by ID - [GET /site/{siteId}/fhir/practitioner/{id}](https://docs.heydonto.com/apis/fhir/administration/practitioner/fhirpractitionercontroller_getpractitioner.md) ### Update FHIR r4 practitioner - [PUT /site/{siteId}/fhir/practitioner/{id}](https://docs.heydonto.com/apis/fhir/administration/practitioner/fhirpractitionercontroller_updatepractitioner.md) ### Delete FHIR r4 practitioner - [DELETE /site/{siteId}/fhir/practitioner/{id}](https://docs.heydonto.com/apis/fhir/administration/practitioner/fhirpractitionercontroller_deletepractitioner.md) ### Get FHIR r4 practitioner history by ID - [GET /site/{siteId}/fhir/practitioner/{id}/history](https://docs.heydonto.com/apis/fhir/administration/practitioner/fhirpractitionercontroller_getpractitionerhistory.md) ## PractitionerRole ### Get FHIR r4 practitioner roles - [GET /site/{siteId}/fhir/practitioner-role](https://docs.heydonto.com/apis/fhir/administration/practitionerrole/fhirpractitionerrolecontroller_getpractitionerroles.md) ### Create FHIR r4 practitioner role - [POST /site/{siteId}/fhir/practitioner-role](https://docs.heydonto.com/apis/fhir/administration/practitionerrole/fhirpractitionerrolecontroller_createpractitionerrole.md) ### Get FHIR r4 practitioner role by ID - [GET /site/{siteId}/fhir/practitioner-role/{id}](https://docs.heydonto.com/apis/fhir/administration/practitionerrole/fhirpractitionerrolecontroller_getpractitionerrole.md) ### Update FHIR r4 practitioner role - [PUT /site/{siteId}/fhir/practitioner-role/{id}](https://docs.heydonto.com/apis/fhir/administration/practitionerrole/fhirpractitionerrolecontroller_updatepractitionerrole.md) ### Delete FHIR r4 practitioner role - [DELETE /site/{siteId}/fhir/practitioner-role/{id}](https://docs.heydonto.com/apis/fhir/administration/practitionerrole/fhirpractitionerrolecontroller_deletepractitionerrole.md) ### Get FHIR r4 practitioner role history by ID - [GET /site/{siteId}/fhir/practitioner-role/{id}/history](https://docs.heydonto.com/apis/fhir/administration/practitionerrole/fhirpractitionerrolecontroller_getpractitionerrolehistory.md) ## RelatedPerson ### Get FHIR r4 related persons - [GET /site/{siteId}/fhir/related-person](https://docs.heydonto.com/apis/fhir/administration/relatedperson/fhirrelatedpersoncontroller_getrelatedpersons.md) ### Create FHIR r4 related person - [POST /site/{siteId}/fhir/related-person](https://docs.heydonto.com/apis/fhir/administration/relatedperson/fhirrelatedpersoncontroller_createrelatedperson.md) ### Get FHIR r4 related person by ID - [GET /site/{siteId}/fhir/related-person/{id}](https://docs.heydonto.com/apis/fhir/administration/relatedperson/fhirrelatedpersoncontroller_getrelatedperson.md) ### Update FHIR r4 related person - [PUT /site/{siteId}/fhir/related-person/{id}](https://docs.heydonto.com/apis/fhir/administration/relatedperson/fhirrelatedpersoncontroller_updaterelatedperson.md) ### Delete FHIR r4 related person - [DELETE /site/{siteId}/fhir/related-person/{id}](https://docs.heydonto.com/apis/fhir/administration/relatedperson/fhirrelatedpersoncontroller_deleterelatedperson.md) ### Get FHIR r4 related person history by ID - [GET /site/{siteId}/fhir/related-person/{id}/history](https://docs.heydonto.com/apis/fhir/administration/relatedperson/fhirrelatedpersoncontroller_getrelatedpersonhistory.md)