-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathhistory-data.js
61 lines (60 loc) · 1.78 KB
/
history-data.js
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
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":
""
}]
}';