Skip to content

Commit

Permalink
use uv in url path
Browse files Browse the repository at this point in the history
  • Loading branch information
ricky1uphealth authored and jmandel committed Aug 14, 2019
1 parent 4b6ec70 commit a861f33
Show file tree
Hide file tree
Showing 13 changed files with 17 additions and 17 deletions.
4 changes: 2 additions & 2 deletions ig.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"canonicalBase": "http://hl7.org/fhir/bulkdata",
"canonicalBase": "http://hl7.org/fhir/uv/bulkdata",
"extraTemplates": [
"inline"
],
Expand All @@ -26,7 +26,7 @@
"resources"
],
"specification": "http://hl7.org/fhir",
"history": "http://hl7.org/fhir/bulkdata/history.cfml",
"history": "http://hl7.org/fhir/uv/bulkdata/history.cfml",
"temp": "temp",
"txCache": "txCache"
},
Expand Down
2 changes: 1 addition & 1 deletion package-list.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"package-id" : "hl7.fhir.us.bulkdata",
"title" : "FHIR Bulk Data Access (Flat FHIR)",
"canonical" : "http://hl7.org/fhir/bulkdata",
"canonical" : "http://hl7.org/fhir/uv/bulkdata",
"list" : [{
"version" : "current",
"date" : "n/a",
Expand Down
4 changes: 2 additions & 2 deletions resources/capabilitystatement-bulk-data.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"resourceType": "CapabilityStatement",
"id": "bulk-data",
"url": "http://hl7.org/fhir/bulkdata/CapabilityStatement/bulk-data",
"url": "http://hl7.org/fhir/uv/bulkdata/CapabilityStatement/bulk-data",
"version": "1.0.0",
"name": "BulkDataIGCapabilityStatement",
"title": "FHIR Bulk Data Export (Flat FHIR) Implementation Guide CapabilityStatement",
Expand Down Expand Up @@ -68,7 +68,7 @@
"application/json-patch+json"
],
"implementationGuide": [
"http://hl7.org/fhir/bulkdata/ImplementationGuide/ig"
"http://hl7.org/fhir/uv/bulkdata/ImplementationGuide/ig"
],
"rest": [
{
Expand Down
2 changes: 1 addition & 1 deletion resources/ig-new.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"url" : "http://hl7.org/fhir/StructureDefinition/igpublisher-folder-pages",
"valueString" : "C:\\work\\org.hl7.fhir.igs\\bulk-data\\spec"
}],
"url" : "http://hl7.org/fhir/bulkdata/ImplementationGuide/ig",
"url" : "http://hl7.org/fhir/uv/bulkdata/ImplementationGuide/ig",
"version" : "0.1.0",
"name" : "BulkDataAccess",
"title" : "FHIR Bulk Data Access",
Expand Down
2 changes: 1 addition & 1 deletion resources/ig-new.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<extension url="http://hl7.org/fhir/StructureDefinition/igpublisher-folder-pages">
<valueString value="C:\work\org.hl7.fhir.igs\bulk-data\spec"/>
</extension>
<url value="http://hl7.org/fhir/bulkdata/ImplementationGuide/ig"/>
<url value="http://hl7.org/fhir/uv/bulkdata/ImplementationGuide/ig"/>
<version value="0.1.0"/>
<name value="BulkDataAccess"/>
<title value="FHIR Bulk Data Access"/>
Expand Down
2 changes: 1 addition & 1 deletion resources/ig.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<!--Hidden IG for de facto IG publishing-->
<ImplementationGuide xmlns="http://hl7.org/fhir">
<id value="ig"/>
<url value="http://hl7.org/fhir/bulkdata/ImplementationGuide/ig"/>
<url value="http://hl7.org/fhir/uv/bulkdata/ImplementationGuide/ig"/>
<name value="BulkDataAccess"/>
<title value="FHIR Bulk Data Access"/>
<status value="active"/>
Expand Down
2 changes: 1 addition & 1 deletion resources/operationdefinition-export.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"resourceType": "OperationDefinition",
"id": "export",
"url": "http://hl7.org/fhir/bulkdata/OperationDefinition/export",
"url": "http://hl7.org/fhir/uv/bulkdata/OperationDefinition/export",
"version": "1.0.0",
"name": "BulkDataExport",
"title": "FHIR Bulk Data Export (Flat FHIR) - System Level Export",
Expand Down
2 changes: 1 addition & 1 deletion resources/operationdefinition-group-export.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"resourceType": "OperationDefinition",
"id": "group-export",
"url": "http://hl7.org/fhir/bulkdata/OperationDefinition/group-export",
"url": "http://hl7.org/fhir/uv/bulkdata/OperationDefinition/group-export",
"version": "1.0.0",
"name": "GroupLevelExport",
"title": "FHIR Bulk Data Export (Flat FHIR) - System Level Export",
Expand Down
2 changes: 1 addition & 1 deletion resources/operationdefinition-patient-export.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"resourceType": "OperationDefinition",
"id": "patient-export",
"url": "http://hl7.org/fhir/bulkdata/OperationDefinition/patient-export",
"url": "http://hl7.org/fhir/uv/bulkdata/OperationDefinition/patient-export",
"version": "1.0.0",
"name": "PatientLevelExport",
"title": "FHIR Bulk Data Export (Flat FHIR) - System Level Export",
Expand Down
2 changes: 1 addition & 1 deletion spec/_config.yml
Original file line number Diff line number Diff line change
@@ -1 +1 @@
historypath : "http://hl7.org/fhir/bulkdata/history.cfml" # complete path to Implementation Guide history file
historypath : "http://hl7.org/fhir/uv/bulkdata/history.cfml" # complete path to Implementation Guide history file
6 changes: 3 additions & 3 deletions spec/_layouts/default.html
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<meta content="http://hl7.org/fhir" name="author"/>

<link rel="stylesheet" href="{{base}}dist/fhir.css"/>
<link rel="Prev" href="http://hl7.org/fhir/bulkdata/history.cfml"/>
<link rel="Prev" href="http://hl7.org/fhir/uv/bulkdata/history.cfml"/>

<!-- Bootstrap core CSS -->
<link rel="stylesheet" href="{{base}}dist/bootstrap.css"/>
Expand Down Expand Up @@ -118,7 +118,7 @@
<a class="nav-link" href="{{base}}operations/index.html">Operations</a>
</li>
<li>
<a class="nav-link" href="http://hl7.org/fhir/bulkdata/history.cfml">History</a>
<a class="nav-link" href="http://hl7.org/fhir/uv/bulkdata/history.cfml">History</a>
</li>
</ul>
</div>
Expand Down Expand Up @@ -173,7 +173,7 @@ <h1>{{page.title}}</h1>
{{site.data.fhir.packageId}}#{{site.data.fhir.igVer}} based on <a style="color: #81BEF7" href="http://www.hl7.org/fhir/R4/">FHIR {{site.data.fhir.version}}</a>.
Generated {{site.data.fhir.genDay}}
<span style="color: #FFFF77"> |
<a style="color: #81BEF7" target="_blank" href="http://hl7.org/fhir/bulkdata/history.cfml">History</a>
<a style="color: #81BEF7" target="_blank" href="http://hl7.org/fhir/uv/bulkdata/history.cfml">History</a>
| <a style="color: #81BEF7" target="_blank" href="http://hl7.org/fhir-issues">Propose a change</a>
</span>
</p>
Expand Down
2 changes: 1 addition & 1 deletion spec/export/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -438,5 +438,5 @@ Specifies the format of the file being requested.

- [Backend Services Authorization](../authorization/index.html)
- [Operations](../operations/index.html)
- [History](http://hl7.org/fhir/bulkdata/history.cfml)
- [History](http://hl7.org/fhir/uv/bulkdata/history.cfml)
- [Abbreviations](../abbreviations/index.html)
2 changes: 1 addition & 1 deletion spec/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,4 +40,4 @@ This use case exports all resources needed to convey a patient's healththcare fi
* [Export](export/index.html)
* [Backend Services Authorization](authorization/index.html)
* [Operations](operations/index.html)
* [History](http://hl7.org/fhir/bulkdata/history.cfml)
* [History](http://hl7.org/fhir/uv/bulkdata/history.cfml)

0 comments on commit a861f33

Please sign in to comment.