analysis-methods
Installation
SKILL.md
Analysis Code Guidelines
FHIR Helpers Library
Always import the helpers library at the top of every analysis script:
import sys
sys.path.insert(0, '/sandbox/clinical-intelligence/skills/analysis-methods/scripts')
from fhir_helpers import *