Stream: implementers
Topic: Condition/note
Max Nakamura (Apr 15 2016 at 17:54):
Hello,
I created a sample file for U.S. DAF-condition that does pass FHIR schema validation,
However, it fails posting to http://fhir3.healthintersections.com.au/open that reports the below error:
<OperationOutcome xmlns="http://hl7.org/fhir">
<text>
<status value="generated"/>
<div xmlns="http://www.w3.org/1999/xhtml">
<p>Error parsing resource Xml (Unknown Content (note) at /Condition @ /Condition/note)</p>
</div>
</text>
<issue>
<severity value="error"/>
<details>
<text value="Error parsing resource Xml (Unknown Content (note) at /Condition @ /Condition/note)"/>
</details>
Rick Geimer suspects that since FHIR DSTU2 was using "notes" and the most recent FHIR schema is using "note", that perhaps http://fhir3.healthintersections.com.au/open may not have been updated for this change
Can anyone confirm if that is the problem please?
Michelle (Moseman) Miller (Apr 15 2016 at 18:46):
I recently made that change -- per gForge 8792 -- and I would add that not only did the element name change, but so did its cardinality and data type.
Previously, it was notes 0..1 string, but in the current build it is now note 0..* Annotation.
Lloyd McKenzie (Apr 15 2016 at 18:50):
fhir3.healthintersections.com is based on the 2016May version of the spec - which is still "note". You likely won't find many/any servers that support the continuous integration build - it changes multiple times a day :)
Last updated: Apr 12 2022 at 19:14 UTC