-
Notifications
You must be signed in to change notification settings - Fork 19
/
Copy pathpackage-list.json
55 lines (55 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
{
"package-id" : "hl7.fhir.uv.bulkdata",
"title" : "FHIR Bulk Data Access (Flat FHIR)",
"canonical" : "http://hl7.org/fhir/uv/bulkdata",
"category": "EHR Access",
"list" : [{
"version" : "current",
"date" : "n/a",
"desc" : "Continuous Integration Build (latest in version control)",
"path" : "http://build.fhir.org/ig/HL7/bulk-data",
"status" : "ci-build"
},{
"version": "2.0.0",
"date": "2021-10-30",
"desc": "STU 2 Publcation",
"changes": "/changes.html",
"path": "http://hl7.org/fhir/uv/bulkdata/STU2",
"sequence": "STU 2",
"fhirversion": "4.0.1",
"status": "trial-use",
"current": true
},{
"version": "1.1.0",
"date": "2021-04-16",
"desc": "STU 2 Ballot #1",
"changes": "http://hl7.org/fhir/uv/bulkdata/2021May/changes.html",
"path": "http://hl7.org/fhir/uv/bulkdata/2021May",
"sequence": "STU 2 (FHIR R4)",
"fhirversion": "4.0.1",
"status": "ballot"
},{
"version": "1.0.1",
"date": "2020-11-06",
"desc": "STU 1 with technical errata comprising the following changes:\n* Updated the CapabilityStatement to move the Patient and Group level export operations from the 'rest.operation' element to 'rest.resource.operation' elements and correct the OperationDefinition URLs\n* Corrected conformance URL\n* Added note on export complete status extension field description to clarify that extensions may be placed under to any field in the export complete status response and not just at the root level of the response",
"path": "http://hl7.org/fhir/uv/bulkdata/STU1",
"sequence": "STU 1 + Technical Correction (FHIR R4)",
"fhirversion": "4.0.1",
"status": "trial-use"
},{
"version": "1.0.0",
"date": "2019-08-20",
"desc": "STU 1",
"path": "http://hl7.org/fhir/uv/bulkdata/STU1",
"sequence": "STU 1 (FHIR R4)",
"fhirversion": "4.0.0",
"status": "trial-use"
},{
"version": "0.1.0",
"date": "xxx",
"desc": "STU #1 1st Ballot",
"path": "http://hl7.org/fhir/us/bulkdata/2019May",
"status": "ballot",
"sequence": "STU1"
}]
}