Update FSH Seminar and Deep Dive Content for 2026#6
Open
Conversation
- Replace Deep Dive TBD with real topics - Replace SMART Cards link w/ mCODE link - Minor grammar fixes
- Point to newer FHIR introduction video (2025 vs 2019) - Point to new FSH Plugin (now owned by HL7) - Use `_build` scripts instead of `_updatePublisher`/`_genonce` - Fix incorrect IG paths - Minor grammar / punctuation
- Replace mCODE GitHub links with IG links - Reference DaVinci CDex as an example of "community of implementation" IG - Indicate that OperationDefinition is also a good place to start for understanding APIs in an IG - When reviewing specific mCODE profiles, always link to mCODE STU2 - Fix link to FHIR core description of MustSupport (anchor changed in R5) - Grammar and spelling NOT DONE: I did not update mCODE discussions to STU4 or update screenshots, but we should probably do this.
- Link to mCODE STU2 for mCODE example - Link to US Core STU 6 for US Core examples - Link to core extensions from Extensions pack - Add information about Mermaid diagrams - Add links to IG Guidance on adding Mermaid/PlantUML diagrams - Replace references to _updatePublisher / _genonce with _build - Add note about canonical vs documentation URLs - Use sushi init instead of sushi --init - Point to new FSH Plugin (now owned by HL7) - Grammar and spelling NOTE DONE: I did not update mCODE discussions to STU4 or update screenshots / videos, but we should probably do this.
- Reference and link to US Core STU 6 - Fix broken link in premise - Use `_build` instead of `_genonce` - Note that FSH Online may need US Core dependency set in config - Fix link to VS Code extension - Grammar / typos
- Update YouTube links - Add chat.fhir.org
- Remove references to Trifolia-on-FHIR - Add US Core STU4 links to match screenshots - Link to mCODE STU1 to match screenshot - Add link to latest extension registry - Add link to FhirPath Lab Tester - Change VS Code extension link to HL7-maintained version - Note that pattern discriminator is deprecated - Note that FSH 3.0 added support for Context keyword - Add FSH Online examples that use Context keyword - Note that FSH 3.0 adds support for setting concept metadata using caret rules - Note that FSH 3.0 adds support for using double-square brackets when inserting parameterized rule sets - Add missing links - Fix broken links
- Update the diagrams and screenshots to reflect current IG Publisher outputs. - Update content to reflect current IG Publisher outputs. - Update screenshots to reflect mCODE STU4. - Update mCODE discussion to match STU4 content.
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.
This PR updates the FSH Seminar and Deep Dive Content to reflect the tools, processes, and IGs that are most appropriate for April 2026. Each commit contains details of its changes, but the following is a list of the high-level changes for FSH Seminar content:
_updatePublisherand_genoncescripts to refer to_buildscripts insteadFSH Deep Dive content is still largely relevant and correct, but due to the video format could not be tweaked as easily as FSH Seminar content. The following is a list of high-level changes to the slide notes for Deep Dive content:
NOTE 1: As of Apr 10,
sushi initstill downloads the old_updatePublisherand_genoncescripts, but the next version of SUSHI will switch to_buildscripts (see: FHIR/sushi#1619)) -- so I updated the docs here anticipating that change.NOTE 2: This PR should be merged around the same time as FSHSchool/courses-fsh-seminar-exercise#1.