diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..1f57b97 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +/output diff --git a/README.md b/README.md new file mode 100644 index 0000000..9776ca1 --- /dev/null +++ b/README.md @@ -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. diff --git a/content/assets/css/fhir.css b/content/assets/css/fhir.css new file mode 100644 index 0000000..b1b0f3f --- /dev/null +++ b/content/assets/css/fhir.css @@ -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; +} diff --git a/content/assets/ico/favicon.png b/content/assets/ico/favicon.png new file mode 100644 index 0000000..296a680 Binary files /dev/null and b/content/assets/ico/favicon.png differ diff --git a/content/assets/images/fhir-logo-www.png b/content/assets/images/fhir-logo-www.png new file mode 100644 index 0000000..90cb7dc Binary files /dev/null and b/content/assets/images/fhir-logo-www.png differ diff --git a/includes/_append.fragment-css.html b/includes/_append.fragment-css.html new file mode 100644 index 0000000..6cf0579 --- /dev/null +++ b/includes/_append.fragment-css.html @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/includes/_append.fragment-footer.html b/includes/_append.fragment-footer.html new file mode 100644 index 0000000..d3a371f --- /dev/null +++ b/includes/_append.fragment-footer.html @@ -0,0 +1,5 @@ + | Version History | + Search | + CC0 | + + Propose a change diff --git a/includes/_append.fragment-header.html b/includes/_append.fragment-header.html new file mode 100644 index 0000000..3dfda93 --- /dev/null +++ b/includes/_append.fragment-header.html @@ -0,0 +1,6 @@ +
+ +
+ diff --git a/package-list.json b/package-list.json new file mode 100644 index 0000000..c8f57c1 --- /dev/null +++ b/package-list.json @@ -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" + } + ] +} \ No newline at end of file diff --git a/package/package.json b/package/package.json new file mode 100644 index 0000000..e7fd9ea --- /dev/null +++ b/package/package.json @@ -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" + } +} \ No newline at end of file