Aidbox Administration System API - Implementation Template
home
This asset is a component of MuleSoft Accelerator for Healthcare.
The MuleSoft Accelerator for Healthcare equips Payer, Provider, and Life Sciences organizations with foundational assets to accelerate their digital transformation journey. With our pre-built APIs, connectors, implementation templates, and reference architectures, IT teams can spend more time innovating rather than building from scratch.
The Administration 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).
The template provides an implementation for the following FHIR R4 Profiles:
Resource | Definition |
---|---|
Patient | US Core Patient contains demographics and other administrative information about an individual or animal receiving care or other health-related services. |
Practitioner | US Core Practitioner is a person who is directly or indirectly involved in the provisioning of healthcare. |
PractitionerRole | US Core PractitionerRole is a specific set of Roles/Locations/specialties/services that a practitioner may perform at an organization for a period of time. |
Encounter | US Core Encounter is 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. |
Location | US Core Location contains details and position information for a physical place where services are provided and resources and participants may be stored, found, contained, or accommodated. |
Organization | US Core Organization is 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. |
RelatedPerson | RelatedPerson contains 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. |
This integration template implements the FHIR R4 Administration API specification.