Skip to content

Commit

Permalink
add hl7 template
Browse files Browse the repository at this point in the history
  • Loading branch information
nriss committed Apr 28, 2021
0 parents commit be894c5
Show file tree
Hide file tree
Showing 10 changed files with 122 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
/output
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
# ig-template-fhir

package hl7.fhir.template

Template used for most HL7-defined FHIR implementation guides (based on ig-template-base - package = hl7.base.template). Adds HL7 logos.
19 changes: 19 additions & 0 deletions content/assets/css/fhir.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
#segment-footer > .container {
background-color: #ad1f2f;
}
.navbar-inverse {
background-color: #ad1f2f;
}
.navbar-inverse .navbar-nav > li > a:hover {
background-color: #790713;
}
#family-nav {
line-height: 50px;
float: right;
margin-top: 4px;
color: #808080;
}
#family-logo {
float: right;
margin-left: 6px;
}
Binary file added content/assets/ico/favicon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added content/assets/images/fhir-logo-www.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions includes/_append.fragment-css.html
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
<link href="{{site.data.info.assets}}assets/css/fhir.css" rel="stylesheet"/>
5 changes: 5 additions & 0 deletions includes/_append.fragment-footer.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
| <a style="color: #81BEF7" target="_blank" href="{{site.data.fhir.canonical}}/history.html">Version History |
<a style="color: #81BEF7" target="_blank" href="searchform.html">Search |
<a style="color: #81BEF7" rel="license" href="{{site.data.fhir.path}}license.html"><img style="border-style: none;" alt="CC0" src="cc0.png"/></a> |
<!--<a style="color: #81BEF7" href="todo.html">Search</a> | -->
<a style="color: #81BEF7" target="_blank" href="http://hl7.org/fhir-issues">Propose a change </a>
6 changes: 6 additions & 0 deletions includes/_append.fragment-header.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
<div id="family-nav">
<a id="family-logo" no-external="true" href="http://hl7.org/fhir"><img height="50" alt="Visit the FHIR website" src="{{site.data.info.assets}}assets/images/fhir-logo-www.png"/> </a>
</div>
<div id="hl7-search">
<a id="hl7-search-lnk" no-external="true" href="searchform.html"><img alt="Search FHIR" src="{{site.data.info.assets}}assets/images/search.png"/></a>
</div>
72 changes: 72 additions & 0 deletions package-list.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,72 @@
{
"package-id": "hl7.fhir.template",
"title": "Base template for FHIR IGs published by HL7",
"canonical": "http://fhir.org/templates/hl7.fhir.template",
"introduction": "This is the basic template for FHIR guides published by HL7",
"list": [
{
"version": "current",
"desc": "Continuous Integration Build (latest in version control)",
"path": "https://build.fhir.org/ig/HL7/ig-template-fhir",
"status": "ci-build",
"current": true
},
{
"version": "0.3.2",
"desc": "Fix search link",
"path": "http://fhir.org/templates/hl7.fhir.template/0.3.2",
"status": "release",
"sequence": "Publications",
"current": true,
"date": "2020-09-29"
},
{
"version": "0.3.1",
"desc": "Upgrade for dependency on fhir.base.template",
"path": "http://fhir.org/templates/hl7.fhir.template/0.3.1",
"status": "release",
"sequence": "Publications",
"date": "2020-09-29"
},
{
"version": "0.3.0",
"desc": "Upgrade for dependency on fhir.base.template",
"path": "http://fhir.org/templates/hl7.fhir.template/0.3.0",
"status": "release",
"sequence": "Publications",
"date": "2020-09-26"
},
{
"version": "0.2.1",
"desc": "Upgrade for dependency on fhir.base.template",
"path": "http://fhir.org/templates/hl7.fhir.template/0.2.1",
"status": "release",
"sequence": "Publications",
"date": "2020-07-08"
},
{
"version": "0.2.0",
"desc": "Upgrade for dependency on hl7.base.template",
"path": "http://fhir.org/templates/hl7.fhir.template/0.2.0",
"status": "release",
"sequence": "Publications",
"date": "2020-07-08"
},
{
"version": "0.1.0",
"desc": "Upgrade for dependency on fhir.base.template",
"path": "http://fhir.org/templates/hl7.fhir.template/0.1.0",
"status": "release",
"sequence": "Publications",
"date": "2020-02-17"
},
{
"version": "0.0.5",
"date": "2020-02-03",
"desc": "First Release",
"path": "http://fhir.org/templates/fhir.base.template/0.0.5",
"status": "release",
"sequence": "Publications"
}
]
}
13 changes: 13 additions & 0 deletions package/package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
{
"name": "arkhn.fhir.template",
"version": "0.1",
"type": "fhir.template",
"license": "CC0-1.0",
"description": "Arkhn template",
"author": "http://www.arkhn.com",
"canonical": "https://github.com/arkhn/ig-template",
"base": "fhir.base.template",
"dependencies": {
"hl7.base.template": "current"
}
}

0 comments on commit be894c5

Please sign in to comment.