Skip to content

Commit

Permalink
Update package id and canonical for github publish
Browse files Browse the repository at this point in the history
  • Loading branch information
taylorkle committed Nov 18, 2024
1 parent dc681a1 commit 6db9228
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion ig.ini
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
[IG]
ig = fsh-generated/resources/ImplementationGuide-hl7.fhir.uv.cpg.anthrax.json
ig = fsh-generated/resources/ImplementationGuide-cqframework.cpg-example-anthrax.json
template = cqf.fhir.template
6 changes: 3 additions & 3 deletions input/fsh/rules.fsh
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ RuleSet: PlanDefinitionMetadata(id)
* endorser.name = "Centers for Disease Control and Prevention"
* experimental = true
* status = #draft
* url = "http://hl7.org/fhir/uv/cpg/anthrax/PlanDefinition/{id}"
* url = "http://cqframework.org/cpg-example-anthrax/PlanDefinition/{id}"
* library = Canonical(anthrax-post-exposure-prophylaxis-library)

RuleSet: RequestMetadata(id)
Expand All @@ -29,7 +29,7 @@ RuleSet: RequestMetadata(id)
* endorser.name = "Centers for Disease Control and Prevention"
* experimental = true
* status = #draft
* url = "http://hl7.org/fhir/uv/cpg/anthrax/ActivityDefinition/{id}"
* url = "http://cqframework.org/cpg-example-anthrax/ActivityDefinition/{id}"

RuleSet: UseContext
* useContext[0]
Expand All @@ -56,7 +56,7 @@ RuleSet: LibraryMetadata(id)
* endorser.name = "Centers for Disease Control and Prevention"
* experimental = true
* status = #draft
* url = "http://hl7.org/fhir/uv/cpg/anthrax/Library/{id}"
* url = "http://cqframework.org/cpg-example-anthrax/Library/{id}"

RuleSet: AntrhaxExposureDescriptionAndUsage
* description = "Clinical decision support logic for Anthrax Post Exposure Prophylaxis (PEP) for Adults based on the following Centers for Disease Control and Prevention reports: \\n- Hendricks, K.A. et al., Centers for Disease Control and Prevention Expert Panel Meetings on Prevention and Treatment of Anthrax in Adults. Emerg Infect Dis, 20(20), Feb 2014. \\n - Hendricks, K.A. et al., Centers for Disease Control and Prevention Expert Panel Meetings on Prevention and Treatment of Anthrax in Adults: Technical Report. Emerg Infect Dis. 20(20), Feb 2014. \\n- Emergent BioSolutions, BioThrax Anthrax Vaccine Adsorbed (http://www.biothrax.com/whatisbiothrax/). \\n- Centers for Disease Control and Prevention, Ciprofloxacin for Post-Exposure Prophylaxis of Anthrax: Emergency Use Instructions for Healthcare Providers, 2017. \\n- Centers for Disease Control and Prevention. Doxycyxcline for Post-Exposure Prophylaxis of Anthrax: Emergency Use Instructions for Healthcare Providers, 2017. \\n- Public Health Information Network Vocabulary Access and Distribution System (PHIN VADS), PHVS_SignsSymptoms_Anthrax (OID 2.16.840.1.114222.4.11.3212), 2009. \\n- Meanye-Delman D et al., Special Considerations for Prophylaxis for and Treatment of Anthrax in Pregnant and Postpartum Women, Emerg Infect Dis, 20(2), 2014. \\n- Meanye-Delman D et al., Special Considerations for Prophylaxis for and Treatment of Anthrax in Pregnant and Postpartum Women: Technical Report, Emerg Infect Dis, 20(2), 2014. \\n- Wright, J.G et al., Use of Anthrax Vaccine in the United States: Recommendations of the Advisory Committee on Immunization Practices (ACIP), 2009, Morbidity and Mortality Weeklly Report, July 23, 2010 / 59(RR06); 1-30."
Expand Down
4 changes: 2 additions & 2 deletions sushi-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
# │ used properties are included. For a list of all supported properties and their functions, │
# │ see: https://fshschool.org/docs/sushi/configuration/. │
# ╰────────────────────────────────────────────────────────────────────────────────────────────────╯
id: hl7.fhir.uv.cpg.anthrax
canonical: http://hl7.org/fhir/uv/cpg/anthrax
id: cqframework.cpg-example-anthrax
canonical: http://cqframework.org/cpg-example-anthrax/
# where should this url be used? "https://cds.ahrq.gov/cdsconnect/artifact/anthrax-post-exposure-prophylaxis"
name: CPGExampleAnthraxPostExposure
title: Clinical Practice Guidelines Example Implementation Guide - Anthrax Post-Exposure Prophylaxis
Expand Down

0 comments on commit 6db9228

Please sign in to comment.