FHIR Chat · Example Allergy not rendering multiple manifestations · IG creation

Stream: IG creation

Topic: Example Allergy not rendering multiple manifestations


view this post on Zulip Rob Eastwood (Nov 09 2020 at 00:35):

The generated narrative for AllergyIntolerance examples is not rendering multiple manifestations when they are present in the XML.

Example: see the rendered HL7 AU example here which looks like this:
image.png

And its XML representation here; with the 3 manifestations as follows:

    <manifestation>
      <coding>
        <system value="http://snomed.info/sct"/>
        <code value="247472004"/>
        <display value="Hives"/>
      </coding>
    </manifestation>
    <manifestation>
      <coding>
        <system value="http://snomed.info/sct"/>
        <code value="422587007"/>
        <display value="Nausea"/>
      </coding>
    </manifestation>
    <manifestation>
      <coding>
        <system value="http://snomed.info/sct"/>
        <code value="422400008"/>
        <display value="Vomiting"/>
      </coding>
    </manifestation>

I cannot find any mention of this in the threads here

view this post on Zulip Grahame Grieve (Nov 10 2020 at 20:23):

fixed next release

view this post on Zulip Rob Eastwood (Nov 11 2020 at 03:14):

Thank you :+1:

view this post on Zulip Rob Eastwood (Nov 11 2020 at 04:56):

Confirmed fixed via v1.1.40 :tada:


Last updated: Apr 12 2022 at 19:14 UTC