forked from hl7au/hl7.au.sparked.template
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage-list.json
52 lines (52 loc) · 1.74 KB
/
package-list.json
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
{
"package-id" : "hl7.au.sparked.template",
"title" : "Base template for Sparked FHIR IGs published by HL7 Australia",
"canonical" : "http://fhir.org/templates/hl7.au.sparked.template",
"introduction" : "This is the template for FHIR implementation guides published by HL7 Australia in scope of Sparked program",
"list" : [
{
"version" : "current",
"desc" : "Continuous Integration Build (latest in version control)",
"path" : "https://build.fhir.org/ig/HL7au/hl7.au.sparked.template",
"status" : "ci-build",
"current" : true
},
{
"version" : "0.4.0",
"path" : "http://fhir.org/templates/hl7.au.sparked.template/0.4.0",
"status" : "release",
"sequence" : "Publications",
"fhirversion" : "4.0.1",
"desc" : "Upgrade for dependency on hl7.au.fhir.template",
"date" : "2024-04-25",
"current" : true
},
{
"version" : "0.3.0",
"path" : "http://fhir.org/templates/hl7.au.sparked.template/0.3.0",
"status" : "release",
"sequence" : "Publications",
"fhirversion" : "4.0.1",
"desc" : "Upgrade for dependency on hl7.au.fhir.template",
"date" : "2024-03-07"
},
{
"version" : "0.2.0",
"path" : "http://fhir.org/templates/hl7.au.sparked.template/0.2.0",
"status" : "release",
"sequence" : "Publications",
"fhirversion" : "4.0.1",
"desc" : "Upgrade for dependency on hl7.au.fhir.template",
"date" : "2024-01-18"
},
{
"version" : "0.1.0",
"desc" : "First Release",
"path" : "http://fhir.org/templates/hl7.au.sparked.template/0.1.0",
"status" : "release",
"sequence" : "Publications",
"fhirversion" : "4.0.1",
"date" : "2023-11-05"
}
]
}