Skip to content

Commit

Permalink
Merge pull request #19 from HL7/isaacvetter-patch-1
Browse files Browse the repository at this point in the history
not https for canonical
  • Loading branch information
isaacvetter authored Jan 22, 2025
2 parents f5cdb4b + 8fd96a8 commit 7fd2139
Show file tree
Hide file tree
Showing 3 changed files with 65 additions and 12 deletions.
61 changes: 61 additions & 0 deletions history-data.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,61 @@
var pageJSON = '{
"package-id":"hl7.fhir.uv.cds-hooks",
"title":"CDS Hooks",
"canonical":"https://cds-hooks.hl7.org/",
"introduction":"​The CDS Hooks … remote clinical decision support can be requested per the CDS Hooks Specification, which can be found at: https://cds-hooks.hl7.org/.",
"category":"CDS",
"list":[
{"version":"current",
"desc":"Continuous Integration Build (latest in version control)",
"path":"http://build.fhir.org/ig/HL7/cds-hooks",
"status":"ci-build",
"sequence":"ci-build"
},{
"version":"2.0.1",
"path":"https://cds-hooks.hl7.org/STU2",
"status":"trial-use",
"sequence":"STU2",
"fhirversion":"4.0.1",
"date":"2025-01-30",
"desc":"CDS Hooks STU2 Errata Publication",
"changes":"Move specification from bespoke to HL7 FHIR publishing mechanism.",
"current": true
},{
"version":"2.0.0",
"path":"https://cds-hooks.hl7.org/2.0",
"status":"trial-use",
"sequence":"STU2",
"fhirversion":"4.0.1",
"date":"2022-09-16",
"desc":"CDS Hooks STU2",
"changes":" <todo>"
},{
"version":"1.1.0",
"path":"https://cds-hooks.hl7.org/ballots/2020Sep/",
"status":"trial-use",
"sequence":"STU2",
"fhirversion":"4.0.1",
"date":"2020-09-01",
"desc":"CDS Hooks STU2 Ballot v1.1",
"changes":" <todo>"

},{
"version":"1.0.0",
"status":"trial-use",
"sequence":"STU1",
"fhirversion":"4.0.1",
"path":"https://cds-hooks.hl7.org/1.0/",
"date":"2019-04-24",
"desc":"Initial publication of CDS Hooks specification."
},{
"version":"1.0.0-ballot-201805",
"status":"ballot",
"sequence":"STU1",
"fhirversion":"4.0.1",
"path":"https://cds-hooks.hl7.org/ballots/2018May/",
"date":"2018-05-01",
"current":false,
"desc":
""
}]
}';
14 changes: 3 additions & 11 deletions input/ignoreWarnings.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,18 +4,10 @@
# (And include comments like this justifying why)
# See https://github.com/FHIR/sample-ig/blob/master/input/ignoreWarnings.txt for examples

# ╭──────────────────────────────────────1. ImplementationGuide resources ─────────────────────────╮
# | There are currently no profiles defined in the CDS Hooks or CDS Hooks Library specifications. |
# | This is intentional. As part of this Errata release, we don't want to make significant changes.|
# ╰────────────────────────────────────────────────────────────────────────────────────────────────╯
# ╭──────────────────────────────────────1. ImplementationGuide resources ─────────────────────────╮\r | There are currently no profiles defined in the CDS Hooks or CDS Hooks Library specifications. |\r | This is intentional. As part of this Errata release, we don't want to make significant changes.|\r ╰────────────────────────────────────────────────────────────────────────────────────────────────╯
ImplementationGuide.definition.resource: minimum required = 1, but only found 0 (from http://hl7.org/fhir/StructureDefinition/ImplementationGuide|4.0.1)

#

# ╭──────────────────────────────────────2. Canonical Links not version safe───────────────────────╮
# |CDS Hooks 1.0 and 2.0 are published at 'https://cds-hooks.hl7.org/'. It's intentional for the |
# | CDS Hooks IG to link to the most recent published CDS Hooks Library IG. This is the same |
# | behavior that base FHIR references the FHIR Extensions Pack (base R5 points to the most recent|
# | extensions IG version, not the IG version published at the time of time).
# ╰────────────────────────────────────────────────────────────────────────────────────────────────╯
The link 'https://cds-hooks.hl7.org' for "https://cds-hooks.hl7.org" is a canonical link and is therefore unsafe with regard to versions
# ╭──────────────────────────────────────2. Canonical Links not version safe───────────────────────╮\r |CDS Hooks 1.0 and 2.0 are published at 'https://cds-hooks.hl7.org/'. It's intentional for the |\r | CDS Hooks IG to link to the most recent published CDS Hooks Library IG. This is the same |\r | behavior that base FHIR references the FHIR Extensions Pack (base R5 points to the most recent|\r | extensions IG version, not the IG version published at the time of time).\r ╰────────────────────────────────────────────────────────────────────────────────────────────────╯
The link 'https://cds-hooks.hl7.org' for "http://cds-hooks.hl7.org" is a canonical link and is therefore unsafe with regard to versions
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: hl7.fhir.uv.cds-hooks
canonical: https://cds-hooks.hl7.org
canonical: http://cds-hooks.hl7.org
name: CDSHooks
title: CDS Hooks
description: CDS Hooks describes a "hook"-based pattern for invoking decision support from within a clinician's workflow.
Expand Down

0 comments on commit 7fd2139

Please sign in to comment.