Skip to content

Commit

Permalink
Update package canonical and id
Browse files Browse the repository at this point in the history
  • Loading branch information
taylorkle committed Nov 18, 2024
1 parent 2147852 commit 360e908
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.ckd.json
ig = fsh-generated/resources/ImplementationGuide-cqframework.cpg-example-ckd.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 @@ -11,7 +11,7 @@ RuleSet: ActivityDefinitionMetadata(id)
* extension[+]
* url = Canonical(cqf-knowledgeRepresentationLevel)
* valueCode = #structured
* url = "http://hl7.org/fhir/uv/cpg/ckd/ActivityDefinition/{id}"
* url = "http://cqframework.org/cpg-example-ckd/ActivityDefinition/{id}"
* experimental = true
* status = #active
* version = "1.0.0"
Expand All @@ -30,7 +30,7 @@ RuleSet: PlanDefinitionMetadata(id)
* extension[+]
* url = Canonical(cqf-knowledgeRepresentationLevel)
* valueCode = #structured
* url = "http://hl7.org/fhir/uv/cpg/ckd/PlanDefinition/{id}"
* url = "http://cqframework.org/cpg-example-ckd/PlanDefinition/{id}"
* experimental = true
* status = #active
* version = "1.0.0"
Expand All @@ -49,7 +49,7 @@ RuleSet: LibraryMetadata(id)
* extension[+]
* url = Canonical(cqf-knowledgeRepresentationLevel)
* valueCode = #structured
* url = "http://hl7.org/fhir/uv/cpg/ckd/Library/{id}"
* url = "http://cqframework.org/cpg-example-ckd/Library/{id}"
* experimental = true
* status = #active

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.ckd
canonical: http://fhir.org/fhir/uv/cpg/ckd
id: cqframework.cpg-example-ckd
canonical: http://cqframework.org/cpg-example-ckd
name: CPGChronicKidneyDiseaseExamples
title: Clinical Practice Guidelines Example Implementation Guide - Chronic Kidney Disease
description: Examples of CPG computable content based on the NIH Chronic Kidney Disease (CKD) Care Plan project
Expand Down

0 comments on commit 360e908

Please sign in to comment.