docs: expand FHIR+CIDS implementation prompt to all 5 sessions#123
Closed
gilliankerr wants to merge 1 commit intomainfrom
Closed
docs: expand FHIR+CIDS implementation prompt to all 5 sessions#123gilliankerr wants to merge 1 commit intomainfrom
gilliankerr wants to merge 1 commit intomainfrom
Conversation
…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>
4 tasks
Contributor
Author
|
Superseded by PR #125 (taxonomy panel revisions — expanded from single-session draft to 5-session implementation guide with outcome_domain removal). |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
tasks/phase-fhir-cids-prompt.mdfrom a single-session prompt (Session 1 only) into a comprehensive 5-session implementation guide covering the full interleaved FHIR + CIDS sequencecids_has_baselinetype (was BooleanField, now CharField), OrganizationProfile fields (added missinglegal_status,sector_codesJSONField,website; corrected field names to match CIDS plan)Test plan
tasks/cids-json-ld-export.mdPhase 1a-1dtasks/fhir-informed-data-modelling.mdPhase F0🤖 Generated with Claude Code