-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
860258b
commit dfcd9bc
Showing
2 changed files
with
36 additions
and
28 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,24 +1,32 @@ | ||
{ | ||
"package-id" : "hl7.base.template", | ||
"title" : "Base template for HL7 IGs", | ||
"canonical" : "http://fhir.org/templates/hl7.base.template", | ||
"introduction" : "This is the basic template for HL7 guides", | ||
"list" : [ | ||
{ | ||
"version" : "current", | ||
"desc" : "Continuous Integration Build (latest in version control)", | ||
"path" : "https://build.fhir.org/ig/HL7/ig-template-hl7", | ||
"status" : "ci-build", | ||
"current" : true | ||
}, | ||
{ | ||
"version" : "0.0.1", | ||
"date" : "2020-02-03", | ||
"desc" : "First Release", | ||
"path" : "http://fhir.org/templates/fhir.base.template/0.0.1", | ||
"status" : "release", | ||
"sequence" : "Publications", | ||
"current" : true | ||
} | ||
] | ||
} | ||
{ | ||
"package-id": "hl7.base.template", | ||
"title": "Base template for HL7 IGs", | ||
"canonical": "http://fhir.org/templates/hl7.base.template", | ||
"introduction": "This is the basic template for HL7 guides", | ||
"list": [ | ||
{ | ||
"version": "current", | ||
"desc": "Continuous Integration Build (latest in version control)", | ||
"path": "https://build.fhir.org/ig/HL7/ig-template-hl7", | ||
"status": "ci-build", | ||
"current": true | ||
}, | ||
{ | ||
"version": "0.1.0", | ||
"desc": "Upgrade for dependency on fhir.base.template", | ||
"path": "http://fhir.org/templates/hl7.base.template/0.1.0", | ||
"status": "release", | ||
"sequence": "Publications", | ||
"current": true, | ||
"date": "2020-02-17" | ||
}, | ||
{ | ||
"version": "0.0.1", | ||
"date": "2020-02-03", | ||
"desc": "First Release", | ||
"path": "http://fhir.org/templates/fhir.base.template/0.0.1", | ||
"status": "release", | ||
"sequence": "Publications" | ||
} | ||
] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,13 @@ | ||
{ | ||
{ | ||
"name": "hl7.base.template", | ||
"version": "0.0.1", | ||
"type": "fhir.template", | ||
"license": "CC0-1.0", | ||
"description": "HL7 Core Template - base tempalte for use with HL7-published IGs. Shouldn't be used directly - use FHIR, v2, CDA, etc.", | ||
"description": "HL7 Core Template - base tempalte for use with HL7-published IGs. Shouldn\u0027t be used directly - use FHIR, v2, CDA, etc.", | ||
"author": "http://hl7.org/fhir", | ||
"canonical": "http://fhir.org/templates/hl7.base.template", | ||
"base": "fhir.base.template", | ||
"dependencies": { | ||
"fhir.base.template": "current" | ||
} | ||
}, | ||
"version": "0.1.0" | ||
} |