Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 0 additions & 2 deletions SUMMARY.md
Original file line number Diff line number Diff line change
Expand Up @@ -99,9 +99,7 @@
* [How to create FHIR npm package](tutorials/artifact-registry-tutorials/how-to-create-fhir-npm-package.md)
* [Define Extensions](tutorials/artifact-registry-tutorials/define-extensions/README.md)
* [Extensions using StructureDefinition](tutorials/artifact-registry-tutorials/define-extensions/extensions-using-structuredefinition.md)
* [Extensions using FHIRSchema](tutorials/artifact-registry-tutorials/define-extensions/extensions-using-fhirschema.md)
* [Custom Resources](tutorials/artifact-registry-tutorials/custom-resources/README.md)
* [Custom resources using FHIR Schema](tutorials/artifact-registry-tutorials/custom-resources/custom-resources-using-fhir-schema.md)
* [Custom resources using StructureDefinition](tutorials/artifact-registry-tutorials/custom-resources/custom-resources-using-structuredefinition.md)
* [Migrate to FHIR Schema](tutorials/artifact-registry-tutorials/custom-resources/migrate-to-fhirschema/README.md)
* [Migrate custom resources defined with Entity and Attributes to FHIR Schema](tutorials/artifact-registry-tutorials/custom-resources/migrate-to-fhirschema/migrate-custom-resources-defined-with-entity-and-attributes-to-fhir-schema.md)
Expand Down
Binary file removed assets/d05df5a8-b47c-474b-bccc-287520d47f1f.avif
Binary file not shown.
2 changes: 1 addition & 1 deletion docs/overview/release-notes.md
Original file line number Diff line number Diff line change
Expand Up @@ -662,7 +662,7 @@ Minor updates:
## July 2024 _`2407`_

* Aidbox
* Introduced support for [custom resources using FHIR StructureDefinitions](../tutorials/artifact-registry-tutorials/custom-resources/custom-resources-using-structuredefinition.md) and [custom resources using FHIR schemas](../tutorials/artifact-registry-tutorials/custom-resources/custom-resources-using-fhir-schema.md)
* Introduced support for [custom resources using FHIR StructureDefinitions](../tutorials/artifact-registry-tutorials/custom-resources/custom-resources-using-structuredefinition.md) and custom resources using FHIR schemas (removed in the July 2026 release)
* Published [JavaScript app example](https://github.com/Aidbox/examples/tree/main/aidbox-features/aidbox-notify-via-custom-resources) demonstrating custom resources with a typical notification flow: requesting a notification, locking it for sending, and sending it (placeholder)
* Supported [enabling Audit Log using an environment variable](../reference/all-settings.md)
* [Aidbox Forms](https://www.health-samurai.io/docs/formbox)
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
description: Define custom FHIR resources in Aidbox using StructureDefinition or FHIR Schema for non-standard healthcare data.
description: Define custom FHIR resources in Aidbox using StructureDefinition for non-standard healthcare data.
---

# Custom Resources
Expand All @@ -23,9 +23,6 @@ Using this approach, you create your own storage and runtime for custom resource

## Define custom resources using FHIR abstractions

Use FHIR StructureDefinition or FHIR Schema to define a custom resource. Although resources defined this way will not be interoperable across different FHIR servers, within the bounds of your application, you can use all available utilities and the regular interface for interactions with these resources. This includes validation, search parameters, CRUD operations, and more.
Use FHIR StructureDefinition to define a custom resource. Although resources defined this way will not be interoperable across different FHIR servers, within the bounds of your application, you can use all available utilities and the regular interface for interactions with these resources. This includes validation, search parameters, CRUD operations, and more.

\
Aidbox provides the following mechanisms to create custom resource types:
- [Using StructureDefnition](./custom-resources-using-structuredefinition.md) FHIR resource.
- [Using FHIRSchema](./custom-resources-using-fhir-schema.md) custom Aidbox resource — available in Aidbox versions 2606 and earlier; the `POST/PUT /fhir/FHIRSchema` endpoints were removed in the July 2026 release.
See [Custom resources using StructureDefinition](./custom-resources-using-structuredefinition.md).
Loading
Loading