Skip to content

Commit b7d8774

Browse files
committed
add languages and features tags
1 parent 7ae3c59 commit b7d8774

36 files changed

Lines changed: 142 additions & 1 deletion

File tree

aidbox-custom-operations/aidbox-health-card-issue/README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
---
2+
features: [smart health cards, custom operations, jwks, jws signing, fhir operations]
3+
languages: [typescript]
4+
---
15
# SMART Health Cards Issue Operation
26

37
A minimal TypeScript implementation of the FHIR `$health-cards-issue` operation that integrates with Aidbox to generate SMART Health Cards from patient health data.

aidbox-custom-operations/cql-java-engine-integration/README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
---
2+
features: [cql, custom operations, spring boot, fhir operations, clinical decision support]
3+
languages: [java]
4+
---
15
# Aidbox CQL Integration with Spring Boot Example
26

37
This Spring Boot sample application uses the [CQL Java engine](https://github.com/cqframework/clinical_quality_language) and implements the [$evaluate](https://build.fhir.org/ig/HL7/cql-ig/OperationDefinition-cql-library-evaluate.html) operation.

aidbox-custom-operations/dollar-purge-operation/README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
---
2+
features: [purge operation, custom operations, async operations, data deletion, fhir operations]
3+
languages: [typescript]
4+
---
15
# FHIR $purge Operation with Aidbox
26

37
This example demonstrates the implementation of the [FHIR $purge operation](https://build.fhir.org/patient-operation-purge.html) using TypeScript and Aidbox. The $purge operation removes all current and historical versions of resources associated with a specific patient.

aidbox-custom-operations/fhir-api-override/README.MD

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
---
2+
features: [api override, custom operations, fastify, app framework, fhir extensions]
3+
languages: [typescript]
4+
---
15
# Aidbox: Override default FHIR endpoint
26

37
This example demonstrates how to use the Aidbox FHIR server to replace the default behavior of FHIR endpoints with your own custom logic. Aidbox provides the ["App" functionality](https://docs.aidbox.app/app-development/aidbox-sdk/apps), which allows you to create an App entity and define new operations or override existing ones for any FHIR resource. With this approach, you can implement and manage custom logic for standard FHIR operations directly within your service.

aidbox-custom-operations/ips-ig-cl/README.MD

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
---
2+
features: [ips, chile localization, fhir ig, international patient summary, narrative generation]
3+
languages: [typescript]
4+
---
15
# Implementation of IPS FHIR IG on Aidbox FHIR platform
26

37
This repository contains pre-configured Aidbox instance and implementation of `$summary` operation defined by IPS.

aidbox-custom-operations/ips-ig/README.MD

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
---
2+
features: [ips, international patient summary, fhir ig, summary operation, narrative generation]
3+
languages: [typescript]
4+
---
15
# Implementation of IPS FHIR IG on Aidbox FHIR platform
26

37
[Demo](https://ips.hz.aidbox.dev/fhir/Patient/2b90dd2b-2dab-4c75-9bb9-a355e07401e8/$summary) | [Inferno International Patient Summary Test Kit](https://inferno-qa.healthit.gov/suites/ips/Zb7EriZknW)

aidbox-custom-operations/ips-subscriptions-no-zen/README.MD

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
---
2+
features: [ips, subscriptions, event driven, international patient summary, no zen]
3+
languages: [typescript]
4+
---
15
# Implementation of IPS FHIR IG on Aidbox FHIR platform
26

37
This repository contains pre-configured Aidbox instance and implementation of `$summary` operation defined by IPS:

aidbox-custom-operations/ips-subscriptions/README.MD

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
---
2+
features: [ips, subscriptions, zen schemas, event driven, international patient summary]
3+
languages: [typescript]
4+
---
15
# Implementation of IPS FHIR IG on Aidbox FHIR platform
26

37
This repository contains pre-configured Aidbox instance and implementation of `$summary` operation defined by IPS:

aidbox-features/OpenTelemetry/README.MD

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
---
2+
features: [observability, opentelemetry, monitoring, logs, metrics]
3+
languages: [yaml]
4+
---
15
# OpenTelemetry
26

37
This demo helps you to launch and explore the Aidbox observability features locally.

aidbox-features/aidbox-notify-via-custom-resources/README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
---
2+
features: [custom resources, notifications, fhir schema, workflow, automation]
3+
languages: [javascript]
4+
---
15
# Aidbox Notify via Custom Resources
26

37
[Demo](https://aidbox.github.io/examples/aidbox-notify-via-custom-resources/) | [Custom resources using FHIR Schema](https://docs.aidbox.app/storage-1/custom-resources/custom-resources-using-fhirschema)

0 commit comments

Comments
 (0)