US Core
In this tutorial we will guide you how to setup US Core FHIR Implementation Guide.
Setup Aidbox with US Core IG version 6.1.0 with prebuilt Aidbox config
To correctly set up Aidbox, we'll utilize the Aidbox configuration projects.
There's an existing guide for this process. Adhere to this guide, but note a variation when you reach the Configure the Aidbox
step: instead of using the recommended configuration projects (R4,R4B,R5,etc.) — clone this specific project:
The git template project contains US Core version 6.1.0 FHIR IG preconfigured via .env file.
If you already have a running Aidbox instance, please refer to the following guide:
Validate example resources against US Core profiles
The sample of the Patient resource is invalid because it does not comply with the required keys, identifier
and gender
. It violates the us-core-6
FHIRPath constraint due to the absence of the family
and given
properties and the data-absent-reason
extension in the name
property. Additionally, it violates the terminology binding on the ombCategory
extension.
Last updated