Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -1,9 +1,15 @@
- name: Index
filename: Index.page.md
- name: 1.2.2-alpha
filename: 1.2.2-alpha.page.md
- name: 1.2.1-alpha
filename: 1.2.1-alpha.page.md
- name: 1.1.6
filename: 1.1.6.page.md
- name: 1.1.5
filename: 1.1.5.page.md
- name: 1.0.6
filename: 1.0.6.page.md
- name: 1.0.5
filename: 1.0.5.page.md
- name: 1.1.4
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,7 @@ ONLY)
| Encounter.class | | MUST | 1..1 | |
| Encounter.class.system | This MUST be populated with CodeSystem 'http://terminology.hl7.org/CodeSystem/v3-ActCode' - FIXED VALUE | MUST | 0..1 | http://terminology.hl7.org/CodeSystem/v3-ActCode |
| Encounter.class.code | This MUST be populated with Code 'EMER'. See CodeSystem: 'http://terminology.hl7.org/CodeSystem/v3-ActCode' - FIXED VALUE | MUST | 0..1 | EMER |
| Encounter.class.display | This MUST be populated with Display 'Emergency'. See CodeSystem: 'http://terminology.hl7.org/CodeSystem/v3-ActCode' - FIXED VALUE | MUST | 0..1 | Emergency |
| Encounter.class.display | This MUST be populated with Display 'emergency'. See CodeSystem: 'http://terminology.hl7.org/CodeSystem/v3-ActCode' - FIXED VALUE | MUST | 0..1 | Emergency |
| Encounter.subject | | MUST | 0..1 | |
| Encounter.subject.reference | This MUST be a reference to the Patient resource. | MUST | 1..1 | urn:uuid:9589fb37-87a2-48d8-968f-b371429208a8 |
| Encounter.episodeOfCare | | MUST | 0..* | |
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
topic: design-core-1.0.6
---

# BaRS Core 1.0.5
# BaRS Core 1.0.6

BaRS consists of BaRS Core that provides a core set of functionality and BaRS Applications that provide distinct functionality for each use case.

Expand All @@ -11,7 +11,7 @@ You will find here a set of documentation, specifications and services that desc
<details>
<summary>> <b class="barslink">Expand for full Core directory</b></summary>

&bull; {{pagelink:design-core-1.0.6 , text: Core 1.0.5}}</br>
&bull; {{pagelink:design-core-1.0.6 , text: Core 1.0.6}}</br>
&nbsp;&nbsp;&bull; {{pagelink:core-EndToEndWorkflow-1.0.6 , text:End to end workflow}}</br>
&nbsp;&nbsp;&nbsp;&nbsp;&bull; {{pagelink:core-EndToEndWorkflow-ServiceDiscovery-1.0.6 , text:Service Discovery}}</br>
&nbsp;&nbsp;&nbsp;&nbsp;&bull; {{pagelink:core-EndToEndWorkflow-BaRSAuth-1.0.6 , text:Authenticate with BaRS}}</br>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
topic: design-core-1.1.6
---

# BaRS Core 1.1.5
# BaRS Core 1.1.6

BaRS consists of BaRS Core that provides a core set of functionality and BaRS Applications that provide distinct functionality for each use case.

Expand All @@ -11,7 +11,7 @@ You will find here a set of documentation, specifications and services that desc
<details>
<summary>> <b class="barslink">Expand for full Core directory</b></summary>

&bull; {{pagelink:design-core-1.1.6 , text: Core 1.1.5}}</br>
&bull; {{pagelink:design-core-1.1.6 , text: Core 1.1.6}}</br>
&nbsp;&nbsp;&bull; {{pagelink:core-EndToEndWorkflow-1.1.6 , text:End to end workflow}}</br>
&nbsp;&nbsp;&nbsp;&nbsp;&bull; {{pagelink:core-EndToEndWorkflow-ServiceDiscovery-1.1.6 , text:Service Discovery}}</br>
&nbsp;&nbsp;&nbsp;&nbsp;&bull; {{pagelink:core-EndToEndWorkflow-BaRSAuth-1.1.6 , text:Authenticate with BaRS}}</br>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ This version of core is strictly a preview of what is currently in development f
</div>


# BaRS Core 1.2.1-alpha
# BaRS Core 1.2.2-alpha

BaRS consists of BaRS Core that provides a core set of functionality and BaRS Applications that provide distinct functionality for each use case.

Expand All @@ -34,7 +34,7 @@ You will find here a set of documentation, specifications and services that desc
<details>
<summary>> <b class="barslink">Expand for full Core directory</b></summary>

&bull; {{pagelink:design-core-1.2.2 , text: Core 1.2.1}}</br>
&bull; {{pagelink:design-core-1.2.2 , text: Core 1.2.2}}</br>
&nbsp;&nbsp;&bull; {{pagelink:core-EndToEndWorkflow-1.2.2 , text:End to end workflow}}</br>
&nbsp;&nbsp;&nbsp;&nbsp;&bull; {{pagelink:core-EndToEndWorkflow-ServiceDiscovery-1.2.2 , text:Service Discovery}}</br>
&nbsp;&nbsp;&nbsp;&nbsp;&bull; {{pagelink:core-EndToEndWorkflow-BaRSAuth-1.2.2 , text:Authenticate with BaRS}}</br>
Expand Down
Loading