Skip to content

Commit

Permalink
Update canonical
Browse files Browse the repository at this point in the history
  • Loading branch information
taylorkle committed Nov 18, 2024
1 parent 113b14f commit 9f5d186
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
14 changes: 7 additions & 7 deletions input/fsh/rules.fsh
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,11 @@ RuleSet: CodeSystemMetadata(id-prefix)
* ^extension[=].valueCode = #publishable
* ^extension[+].url = $cpg-knowledgeRepresentationLevel
* ^extension[=].valueCode = #structured
* ^url = "http://github.com/cqframework/cpg-example-anc/CodeSystem/{id-prefix}-cs"
* ^url = "https://cqframework.org/cpg-example-anc/CodeSystem/{id-prefix}-cs"
* ^experimental = true
* ^content = #complete
* ^caseSensitive = true
* ^valueSet = "http://github.com/cqframework/cpg-example-anc/ValueSet/{id-prefix}-vs"
* ^valueSet = "https://cqframework.org/cpg-example-anc/ValueSet/{id-prefix}-vs"

RuleSet: ValueSetMetadata(id)
* ^meta.profile = $cpg-publishable-valueset
Expand All @@ -24,12 +24,12 @@ RuleSet: ValueSetMetadata(id)
* ^extension[=].valueCode = #publishable
* ^extension[+].url = $cpg-knowledgeRepresentationLevel
* ^extension[=].valueCode = #structured
* ^url = "http://github.com/cqframework/cpg-example-anc/ValueSet/{id}"
* ^url = "https://cqframework.org/cpg-example-anc/ValueSet/{id}"
* ^status = #active
* ^experimental = false

RuleSet: LibraryMetaData(id)
* url = "http://github.com/cqframework/cpg-example-anc/Library/{id}"
* url = "https://cqframework.org/cpg-example-anc/Library/{id}"
* identifier
* use = #official
* value = "{id}"
Expand All @@ -41,7 +41,7 @@ RuleSet: LibraryMetaData(id)
* type = $library-type#logic-library "Logic Library"

RuleSet: PlanDefinitionMetadata(id, name)
* url = "http://github.com/cqframework/cpg-example-anc/PlanDefinition/{id}"
* url = "https://cqframework.org/cpg-example-anc/PlanDefinition/{id}"
* identifier
* use = #official
* value = "{name}"
Expand All @@ -51,11 +51,11 @@ RuleSet: PlanDefinitionMetadata(id, name)
* copyright = "© WHO 2019+."

RuleSet: QuestionnaireMetadata(id)
* url = "http://github.com/cqframework/cpg-example-anc/Questionnaire/{id}"
* url = "https://cqframework.org/cpg-example-anc/Questionnaire/{id}"
* status = #active

RuleSet: GraphDefinitionMetadata(id)
* url = "http://github.com/cqframework/cpg-example-anc/GraphDefinition/{id}"
* url = "https://cqframework.org/cpg-example-anc/GraphDefinition/{id}"
* status = #active
* experimental = true
* version = "1.0.0"
Expand Down
2 changes: 1 addition & 1 deletion sushi-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
# │ see: https://fshschool.org/docs/sushi/configuration/. │
# ╰────────────────────────────────────────────────────────────────────────────────────────────────╯
id: cqframework.cpg-example-anc
canonical: http://github.com/cqframework/cpg-example-anc/
canonical: https://cqframework.org/cpg-example-anc/
name: CPGExampleAntenatalCareGuidelines
title: Clinical Practice Guidelines Example Implementation Guide - Antenatal Care Guidelines
description: Examples of CPG computable content from the WHO Antenatal Care Guidelines
Expand Down

0 comments on commit 9f5d186

Please sign in to comment.