-
Notifications
You must be signed in to change notification settings - Fork 2
/
package-list.json
30 lines (30 loc) · 1.04 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
{
"package-id": "openhie.fhir.template",
"title": "Template for FHIR IGs published by OpenHIE",
"name": "OpenHIE FHIR IG Template",
"canonical": "http://fhir.org/templates/openhie.fhir.template",
"introduction": "This is the template for FHIR guides published by OpenHIE",
"list": [
{
"version": "current",
"desc": "Continuous Integration Build (latest in version control)",
"path": "https://build.fhir.org/ig/openhie/openhie-ig-template",
"status": "ci-build",
"current": true
},
{
"version": "0.0.1",
"desc": "04-11-2020 - first",
"path": "https://build.fhir.org/ig/openhie/openhie-ig-template/0.0.1",
"status": "draft",
"current": false
},
{
"version": "0.1.0",
"desc": "08-03-2020 - first",
"path": "https://build.fhir.org/ig/openhie/openhie-ig-template/0.1.0",
"status": "ci-build",
"current": true
}
]
}