fix profiles

This commit is contained in:
root 2023-09-27 12:36:42 +00:00
parent 374d54dd57
commit 8519f8be7a
4 changed files with 22 additions and 1 deletions

View File

@ -9,6 +9,15 @@ Description: "LACPass Patient Summary Bundle resource. This profile derives from
* entry[composition].resource 1..1 * entry[composition].resource 1..1
* entry[composition].resource only LAC_Composition_DDCC * 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 Instance: LACBundleIPSExample
InstanceOf: LAC_Bundle_DDCC InstanceOf: LAC_Bundle_DDCC
Usage: #example Usage: #example

View File

@ -7,4 +7,10 @@ Description: "LACPass Patient Summary Bundle resource. This profile derives from
// Make use of Composition // Make use of Composition
* entry[composition].resource 1..1 * entry[composition].resource 1..1
* entry[composition].resource only LAC_Composition * 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

View File

@ -0,0 +1,5 @@
# Changelog
### September 27
- Fix LAC_Bundle and LAC_Bundle_DDCC to make use of the LAC profiles

View File

@ -85,6 +85,7 @@ menu:
Artifacts: artifacts.html Artifacts: artifacts.html
Transactions: transactions.html Transactions: transactions.html
External: additional.html External: additional.html
Changelog: changes.html
# ╭───────────────────────────Less Common Implementation Guide Properties──────────────────────────╮ # ╭───────────────────────────Less Common Implementation Guide Properties──────────────────────────╮
# │ Uncomment the properties below to configure additional properties on the ImplementationGuide │ # │ Uncomment the properties below to configure additional properties on the ImplementationGuide │