Carin BB
Setup Aidbox with CARIN Consumer Directed Payer Data Exchange (CARIN IG for Blue Button®) version 2.0.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 CARIN Consumer Directed Payer Data Exchange (CARIN IG for Blue Button®) version 2.0.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 Carin BB profiles
The sample of the Patient resource is invalid because it does not include the required key, meta.lastUpdated
. The sample violates the patient-meta-profile-version
FHIRPath constraint due to the absence of the version in the profile canonical URL. Additionally, it violates the required slicing on the identifier
property due to the absence of a slice identifier with the system http://terminology.hl7.org/CodeSystem/v2-0203
and the value MB
.
Last updated