-
Notifications
You must be signed in to change notification settings - Fork 13
/
Copy pathpackage-list.json
89 lines (89 loc) · 3.4 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
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
{
"package-id" : "hl7.fhir.au.core",
"title" : "AU Core",
"canonical" : "http://hl7.org.au/fhir/core",
"introduction" : "This implementation guide is provided to support the use of FHIR®© in an Australian context, and defines the minimum set of constraints on the FHIR resources to create the AU Core profiles. This implementation guide forms the foundation to build future AU Realm FHIR implementation guides and its content will continue to grow to meet the needs of AU implementers.",
"category" : "National Base",
"list" : [
{
"version" : "current",
"desc" : "Continuous Integration Build (latest in version control)",
"path" : "http://build.fhir.org/ig/hl7au/au-fhir-core",
"status" : "ci-build",
"fhirversion" : "4.0.1",
"current" : true
},
{
"version" : "1.0.0-preview",
"path" : "http://hl7.org.au/fhir/core/1.0.0-preview",
"status" : "preview",
"sequence" : "AU Core R1",
"fhirversion" : "4.0.1",
"date" : "2024-12-02",
"desc" : "This preview snapshot is published for the December 2024 Connectathon"
},
{
"version" : "1.0.0-ballot",
"path" : "http://hl7.org.au/fhir/core/1.0.0-ballot",
"status" : "ballot",
"sequence" : "AU Core R1",
"fhirversion" : "4.0.1",
"date" : "2024-08-05",
"desc" : "This snapshot is published for the August 2024 ballot and Connectathon"
},
{
"version" : "0.4.1-preview",
"path" : "http://hl7.org.au/fhir/core/0.4.1-preview",
"status" : "preview",
"sequence" : "AU Core R1",
"fhirversion" : "4.0.1",
"date" : "2024-07-18",
"desc" : "This preview snapshot is published for July 2024 testing of AU Core (with technical errata).\r\n<br/> <b>Technical Errata Archive (zip)</b>: <a href=https://hl7.org.au/fhir/core/0.4.0-preview/full-ig.zip>0.4.0-preview as published 2024-06-20</a>\r\n"
},
{
"version" : "0.3.0-ballot",
"date" : "2024-03-10",
"desc" : "This snapshot is published for the March 2024 ballot and Connectathon",
"path" : "http://hl7.org.au/fhir/core/0.3.0-ballot",
"fhirversion" : "4.0.1",
"status" : "ballot",
"sequence" : "AU Core R1"
},
{
"version" : "0.2.2-preview",
"date" : "2023-11-15",
"desc" : "This preview snapshot is published for the November 2023 Connectathon",
"path" : "http://hl7.org.au/fhir/core/0.2.2-preview",
"fhirversion" : "4.0.1",
"status" : "preview",
"sequence" : "AU Core R1"
},
{
"version" : "0.2.1-preview",
"date" : "2023-08-22",
"desc" : "This preview snapshot is published for the August 2023 Connectathon",
"path" : "http://hl7.org.au/fhir/core/0.2.1-preview",
"fhirversion" : "4.0.1",
"status" : "draft",
"sequence" : "AU Core R1"
},
{
"version" : "0.2.0-preview",
"date" : "2023-06-19",
"desc" : "This preview snapshot is published for community review",
"path" : "http://hl7.org.au/fhir/core/0.2.0-preview",
"fhirversion" : "4.0.1",
"status" : "draft",
"sequence" : "AU Core R1"
},
{
"version" : "0.1.0-draft",
"date" : "2023-03-01",
"desc" : "This preview snapshot is published for the March 2023 Connectathon",
"path" : "http://hl7.org.au/fhir/core/0.1.0-draft",
"fhirversion" : "4.0.1",
"status" : "draft",
"sequence" : "AU Core R1"
}
]
}