forked from HL7/bulk-data
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage-list.json
More file actions
executable file
·30 lines (30 loc) · 865 Bytes
/
package-list.json
File metadata and controls
executable file
·30 lines (30 loc) · 865 Bytes
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
{
"package-id" : "hl7.fhir.uv.bulkdata",
"title" : "FHIR Bulk Data Access (Flat FHIR)",
"canonical" : "http://hl7.org/fhir/uv/bulkdata",
"list" : [{
"version" : "current",
"date" : "n/a",
"desc" : "Continuous Integration Build (latest in version control)",
"path" : "https://build.fhir.org/ig/HL7/bulk-data",
"status" : "ci-build"
},
{
"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",
"current": true
},
{
"version": "0.1.0",
"date": "xxx",
"desc": "STU #1 1st Ballot",
"path": "http://hl7.org/fhir/us/bulkdata/2019May",
"status": "ballot",
"sequence": "STU1"
}]
}