Skip to content

Commit 447f4e5

Browse files
committed
added a ToC Bundle profile - fix for FHIR-53540
1 parent 710cfd2 commit 447f4e5

File tree

4 files changed

+27
-5
lines changed

4 files changed

+27
-5
lines changed

FHIR-us-pacio-toc.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,7 @@
8383
<artifact id="Condition/BSJ-UndressingConcern" key="Condition-BSJ-UndressingConcern" name="Example: Undressing Concern"/>
8484
<artifact id="CapabilityStatement/toc" key="CapabilityStatement-toc" name="TOC CapabilityStatement"/>
8585
<artifact id="StructureDefinition/TOC-Composition" key="StructureDefinition-TOC-Composition" name="Transition of Care Composition"/>
86+
<artifact id="StructureDefinition/TOC-Bundle" key="StructureDefinition-TOC-Bundle" name="Transitions of Care Bundle"/>
8687
<artifact id="ValueSet/toc-del-loinc-vs" key="ValueSet-toc-del-loinc-vs" name="Transitions of Care DEL LOINC Terms Value Set"/>
8788
<artifact deprecated="true" id="ValueSet/toc-loinc-answered-by-LL5571-6-vs" key="ValueSet-toc-loinc-answered-by-LL5571-6-vs" name="Transitions of Care LOINC Terms Answered by LL5571-6 Answer List Value Set"/>
8889
<artifact deprecated="true" id="ValueSet/toc-del-loinc-answered-by-LL5571-6-vs" key="ValueSet-toc-del-loinc-answered-by-LL5571-6-vs" name="Transitions of Care LOINC Terms Included in the DEL Answered by LL5571-6 Answer List Value Set"/>

ig.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
[IG]
22
ig = fsh-generated/resources/ImplementationGuide-hl7.fhir.us.pacio-toc.json
3-
template = hl7.fhir.template#current
3+
template = hl7.fhir.template

input/fsh/TOCBundle.fsh

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
Profile: TOCBundle
2+
Parent: Bundle
3+
Id: TOC-Bundle
4+
Title: "Transitions of Care Bundle"
5+
Description: "This is a profile for a Transitions of Care Bundle, which includes the necessary resources for documenting a patient's transition from one care setting to another."
6+
7+
* type = #collection
8+
* identifier 1..1 MS
9+
* entry 1..*
10+
* entry ^slicing.discriminator.type = #profile
11+
* entry ^slicing.discriminator.path = "resource"
12+
* entry ^slicing.rules = #open
13+
* entry ^slicing.description = "Slice based on the entry.resource profile"
14+
15+
* entry contains patient 1..1 MS and
16+
toc-composition 1..1 MS
17+
18+
* entry[patient].resource only $USCorePatient
19+
// * entry[patient].^description = "The patient resource representing the individual whose transition of care is being documented."
20+
* entry[toc-composition].resource only TOCComposition
21+
// * entry[toc-composition].^description = "The Composition resource that serves as the root document for the Transition of Care."

input/pagecontent/index.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -74,13 +74,13 @@ This Guide is divided into several pages which are listed at the top of each pag
7474
* Downloads: This page provides links to downloadable artifacts.
7575

7676
### Global Profiles
77-
{% include globals-table-en.xhtml %}
77+
{% include globals-table.xhtml %}
7878

7979
### Package Dependencies
80-
{% include dependency-table-en.xhtml %}
80+
{% include dependency-table.xhtml %}
8181

8282
### Cross-Version Analysis
83-
{% include cross-version-analysis-en.xhtml %}
83+
{% include cross-version-analysis.xhtml %}
8484

8585
### Intellectual Property Considerations
86-
{% include ip-statements-en.xhtml %}
86+
{% include ip-statements.xhtml %}

0 commit comments

Comments
 (0)