Stream: committers
Topic: MedicationRequest element not rendering
David McKillop (Jan 21 2022 at 04:10):
Following the removal on an STU3 extension minimum interval between requests due to the addition of element MedicationRequest.dispenseRequest.dispenseInterval in R4, when we do a build with example with dispenseInterval content the dispenseInterval content is not rendered in the narrative.
The following is a snippet of the example content where the dispenseInterval is not being rendered:
<dispenseRequest>
<dispenseInterval>
<value value="1"/>
<unit value="week"/>
<system value="http://unitsofmeasure.org"/>
<code value="wk"/>
</dispenseInterval>
<validityPeriod>
<start value="2018-07-15"/>
<end value="2019-07-15"/>
</validityPeriod>
<numberOfRepeatsAllowed value="2"/>
.
.
.
Yet dispesnseInterval doesn't appear in the narrative:
image.png
I have checked all the R4 MedicationRequest examples and there aren't any that use this element in the examples.
We're using the 'json controller file approach' with the IG Publisher build and I wanted to know if anyone else who has used this element in an example if it has rendered or if someone could test it using their build process that would help with troubleshooting.
The IG Publisher Version used to produce the output was: v1.1.97.
Thanks.
David McKillop (Jan 24 2022 at 06:10):
Hi @Lloyd McKenzie , I meant to place the above "committers" and not committers/notifications" is there a way to move this to committers and then delete this request part of the thread?
Cheers
Notification Bot (Jan 24 2022 at 16:42):
This topic was moved here from #committers/notification > MedicationRequest element not rendering by Lloyd McKenzie
Last updated: Apr 12 2022 at 19:14 UTC