-
Notifications
You must be signed in to change notification settings - Fork 0
/
package-list.json
63 lines (63 loc) · 2.16 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
53
54
55
56
57
58
59
60
61
62
63
{
"package-id": "adha.template.base",
"title": "Base template for FHIR IGs published by the Australian Digital Health Agency",
"canonical": "http://ns.electronichealth.net.au/fhir/Template/adha.template.base",
"introduction": "This is the ADHA FHIR implementation guide template that adds Australian Digital Health Agency specific branding (like logo, colours, links).",
"list": [
{
"version": "current",
"desc": "Continuous Integration Build (latest in version control)",
"path": "https://build.fhir.org/ig/AuDigitalHealth/adha.template.base",
"status": "ci-build",
"current": true
},
{
"version": "0.2.0",
"desc": "Refactored includes files and updated ADHA.css file",
"path": "https://github.com/AuDigitalHealth/adha.template.base",
"status": "draft",
"sequence": "Publications",
"date": "2024-11-14"
},
{
"version": "0.1.2",
"desc": "Add link for fhir.js for downstream use in the Developer Portal",
"path": "https://github.com/AuDigitalHealth/adha.template.base",
"status": "draft",
"sequence": "Publications",
"date": "2023-12-19"
},
{
"version": "0.1.1",
"desc": "Footer updated with class for conditional rendering",
"path": "https://github.com/AuDigitalHealth/adha.template.base",
"status": "draft",
"sequence": "Publications",
"date": "2023-12-12"
},
{
"version": "0.1.0",
"desc": "Updates from ADHA web development team for corporate styling",
"path": "https://github.com/AuDigitalHealth/adha.template.base",
"status": "draft",
"sequence": "Publications",
"date": "2023-09-12"
},
{
"version": "0.0.2",
"desc": "Second draft following team review",
"path": "https://github.com/AuDigitalHealth/adha.template.base",
"status": "draft",
"sequence": "Publications",
"date": "2023-06-22"
},
{
"version": "0.0.1",
"desc": "First draft for team review",
"path": "https://github.com/AuDigitalHealth/adha.template.base",
"status": "draft",
"sequence": "Publications",
"date": "2023-06-09"
}
]
}