Skip to content

docs: expand FHIR+CIDS implementation prompt to all 5 sessions#123

Closed
gilliankerr wants to merge 1 commit intomainfrom
worktree/session-20260227-141311
Closed

docs: expand FHIR+CIDS implementation prompt to all 5 sessions#123
gilliankerr wants to merge 1 commit intomainfrom
worktree/session-20260227-141311

Conversation

@gilliankerr
Copy link
Contributor

Summary

  • Expands tasks/phase-fhir-cids-prompt.md from a single-session prompt (Session 1 only) into a comprehensive 5-session implementation guide covering the full interleaved FHIR + CIDS sequence
  • Fixes bugs in Session 1: cids_has_baseline type (was BooleanField, now CharField), OrganizationProfile fields (added missing legal_status, sector_codes JSONField, website; corrected field names to match CIDS plan)
  • Each session includes: field specs with types and CIDS property mappings, key design decisions from the DRR, anti-pattern references, what NOT to build, and which TODO IDs to mark done

Test plan

  • Verify Session 1 field specs match tasks/cids-json-ld-export.md Phase 1a-1d
  • Verify Session 1 field specs match tasks/fhir-informed-data-modelling.md Phase F0
  • Verify no DRR anti-patterns are violated in any session prompt
  • Verify interleaved sequence order matches the plan

🤖 Generated with Claude Code

…tion guide

The original prompt only covered Session 1 (F0 + CIDS Phase 1). This expands
it to cover all 5 sessions in the interleaved sequence, with detailed field
specs, design decisions from the DRR, and anti-pattern references for each.

Fixes: cids_has_baseline type (was BooleanField, now CharField),
OrganizationProfile fields (added legal_status, sector_codes JSONField,
website; corrected field names to match CIDS plan).

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
gilliankerr added a commit that referenced this pull request Feb 27, 2026
Complete rewrite of the implementation prompt incorporating:
- Taxonomy panel decision: no outcome_domain, keep category as-is
- TaxonomyMapping model in Session 2 for multi-funder taxonomy support
- Correct field types (cids_has_baseline is CharField not BooleanField)
- Complete OrganizationProfile fields (legal_status, sector_codes, website)
- GK review gates on Sessions 1, 3, 4
- "Pull main" reminder on every session
- Quick reference section explaining what was removed and why

Supersedes the 66-line draft from PR #123.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
@gilliankerr
Copy link
Contributor Author

Superseded by PR #125 (taxonomy panel revisions — expanded from single-session draft to 5-session implementation guide with outcome_domain removal).

@pboachie pboachie deleted the worktree/session-20260227-141311 branch February 28, 2026 03:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant