diff --git a/input/fsh/bundle-ips-ddcc.fsh b/input/fsh/bundle-ips-ddcc.fsh index 6632df7..66603da 100644 --- a/input/fsh/bundle-ips-ddcc.fsh +++ b/input/fsh/bundle-ips-ddcc.fsh @@ -9,6 +9,15 @@ Description: "LACPass Patient Summary Bundle resource. This profile derives from * entry[composition].resource 1..1 * entry[composition].resource only LAC_Composition_DDCC +* entry[patient].resource 1..1 +* entry[patient].resource only LAC_Patient + +* entry[organization].resource 1..1 +* entry[organization].resource only LAC_Organization + +* entry[immunization].resource 1..1 +* entry[immunization].resource only LAC_Immunization + Instance: LACBundleIPSExample InstanceOf: LAC_Bundle_DDCC Usage: #example diff --git a/input/fsh/bundle.fsh b/input/fsh/bundle.fsh index 6b57e7b..9374645 100644 --- a/input/fsh/bundle.fsh +++ b/input/fsh/bundle.fsh @@ -7,4 +7,10 @@ Description: "LACPass Patient Summary Bundle resource. This profile derives from // Make use of Composition * entry[composition].resource 1..1 -* entry[composition].resource only LAC_Composition \ No newline at end of file +* entry[composition].resource only LAC_Composition + +* entry[patient].resource 1..1 +* entry[patient].resource only LAC_Patient + +* entry[organization].resource 1..1 +* entry[organization].resource only LAC_Organization \ No newline at end of file diff --git a/input/pagecontent/changes.md b/input/pagecontent/changes.md new file mode 100644 index 0000000..ca7f442 --- /dev/null +++ b/input/pagecontent/changes.md @@ -0,0 +1,5 @@ +# Changelog + +### September 27 + +- Fix LAC_Bundle and LAC_Bundle_DDCC to make use of the LAC profiles \ No newline at end of file diff --git a/sushi-config.yaml b/sushi-config.yaml index 48dcff7..481655b 100644 --- a/sushi-config.yaml +++ b/sushi-config.yaml @@ -85,6 +85,7 @@ menu: Artifacts: artifacts.html Transactions: transactions.html External: additional.html + Changelog: changes.html # ╭───────────────────────────Less Common Implementation Guide Properties──────────────────────────╮ # │ Uncomment the properties below to configure additional properties on the ImplementationGuide │