0.1.0 - ci-build
JohnMoehrkeTestConsent, published by John Moehrke (himself). This guide is not an authorized publication; it is the continuous build for version 0.1.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/JohnMoehrke/testConsent/ and changes regularly. See the Directory of published versions
Official URL: http://johnmoehrke.github.io/testconsent/ImplementationGuide/johnmoehrke.testConsent.example | Version: 0.1.0 | |||
Draft as of 2024-12-11 | Computable Name: JohnMoehrkeTestConsent |
Consent with a constraint on .provision.provision is not displayed properly.
Given a constraint like
* provision 1..1
* provision.provision MS
* provision.provision.provision 0..0
This profile is built properly, as examples given do show the boundary. But the rendering on the profile page is not proper:
Note that it does seem to need some constraint stated at prior recurisions. For example it is worse if the root provision is not 1..1.
Presumed a problem because .provision is a recursive element.
Note that root and second level do seem to show properly.