The health cluster implements 7 MVP zomes with FHIR R4 data models and differential privacy. Add automated FHIR R4 validation that checks:
- Resource schemas match the FHIR R4 spec
- Required fields are present
- Code systems are valid (LOINC, SNOMED CT, ICD-10)
- Privacy annotations are preserved through storage/retrieval
Location
The health cluster is at mycelix-health/ (git submodule).
Suggested approach
- Use the official FHIR R4 JSON schema for validation
- Add validation as a pre-commit step for health zome entries
- Include both positive (valid resource) and negative (missing required field) test cases
- Verify differential privacy annotations survive round-trip through DHT storage
The health cluster implements 7 MVP zomes with FHIR R4 data models and differential privacy. Add automated FHIR R4 validation that checks:
Location
The health cluster is at
mycelix-health/(git submodule).Suggested approach