Stream: IG creation
Topic: FixedUri not showing up in extension
Brian Reinhold (Oct 24 2018 at 10:51):
I have an HL7 defined extension in my Observation resource profile differential and I set the url to a fixed value:
<element id="Observation.extension.url"> <path value="Observation.extension.url" /> <short value="Url indicating this is the gateway device extension" /> <fixedUri value="http://hl7.org/fhir/StructureDefinition/observation-gatewayDevice" /> </element>
However, in the differential and snapshot views of the finished built guide, the url is not indicated as fixed. In all the other cases where I have specified <fixedUri /> or <fixedvalue /> I see Fixed value: (url).
Is this a bug that it does not show up in the extension or it is assumed that the URLs are always fixed for a given instance?
Lloyd McKenzie (Oct 25 2018 at 03:46):
It could be special display behavior specific to extensions (we try to simplify rendering of those because they're so frequesnt)
Last updated: Apr 12 2022 at 19:14 UTC