Stream: implementers
Topic: Minor Issues in STU3 Documentation
Aditya Joshi (Oct 23 2018 at 16:26):
Incorrect XML representation of discriminator??
@Lloyd McKenzie
http://hl7.org/fhir/profiling-examples.html
<element>
<path value="Patient.telecom"/>
<slicing>
<discriminator value="system"/>
<discriminator value="use"/>
It should be-
<discriminator>
<type value="value"/>
<path value="system"/>
</discriminator>
right?
One correct exmaple is here- http://hl7.org/fhir/lipidprofile.profile.xml.html
Check <element id="DiagnosticReport.result">.
Lloyd McKenzie (Oct 23 2018 at 17:46):
Correct. It's been fixed in the current version (http://hl7.org/fhir/profiling-examples.html). We don't generally go back and fix errors on previous releases.
Aditya Joshi (Oct 24 2018 at 08:12):
Sure thanks.
Last updated: Apr 12 2022 at 19:14 UTC