Phase II work for LCS content:
- Update the content to the latest version of CPG (applied)
- Publish the content on fhir.org/guides (in-progress)
- Publish the content in CDS Connect (waiting on publication on fhir.org)
It’s likely the following will change in the near future:
- URL reference to the USPSTF guideline (it’s being updated now -- https://www.uspreventiveservicestaskforce.org/uspstf/draft-update-summary/lung-cancer-screening1)
- 30 pack year requirement à 20 pack year requirement
- 55-80 age requirement à 50-80 age requirement
Update the version
element of the lcs-cds Implementation Guide resource
This change will be automatically applied to all the resources published as part of the IG.
If the URL of the recommendation changes, change it where it appears:
Update the CQL logic:
- Expression
"55 through 80"
to determine the age, needs to be renamed to reflect age change as well as the logic - Expression
"Has 30 pack-year smoking history"
, needs to be renamed to reflect the change in years, as well as the logic - Expression
"Inclusion Criteria"
will need to be updated to reference the updated criteria expressions.
Run the _refresh.bat
or _refresh.sh
script as appropriate for your environment (Windows vs Linux) to refresh the generated content in the Library resource.
Run the _genonce.bat
or _genonce.sh
script to rebuild the implementation guide. This should result in a clean build with no errors.
Commit the change to the lcs-cds repository, this will kick off the auto-build and update the CI Build.
Submit the updated content for release to the FHIR foundation, and CDS Connect repositories.