Correct identifier example type

Update profile example to use String type, rather than URI. This should address an issue that we're facing when creating profiles on top of this definition.

The error is: `StructureDefinition.snapshot.element[16].example.valueUri,message=URI values cannot have whitespace`
This commit is contained in:
Nick Robison 2019-07-10 15:11:31 -04:00 committed by James Agnew
parent 23c05ac2a9
commit 8c811a6bca
1 changed files with 2 additions and 2 deletions

View File

@ -155,7 +155,7 @@
<type> <type>
<code value="uri"/> <code value="uri"/>
</type> </type>
<exampleUri value="http://www.acme.com/identifiers/patient or urn:ietf:rfc:3986 if the Identifier.value itself is a full uri"/> <exampleString value="http://www.acme.com/identifiers/patient or urn:ietf:rfc:3986 if the Identifier.value itself is a full uri"/>
<isSummary value="true"/> <isSummary value="true"/>
<mapping> <mapping>
<identity value="v2"/> <identity value="v2"/>
@ -335,7 +335,7 @@
<type> <type>
<code value="uri"/> <code value="uri"/>
</type> </type>
<exampleUri value="http://www.acme.com/identifiers/patient or urn:ietf:rfc:3986 if the Identifier.value itself is a full uri"/> <exampleString value="http://www.acme.com/identifiers/patient or urn:ietf:rfc:3986 if the Identifier.value itself is a full uri"/>
<isSummary value="true"/> <isSummary value="true"/>
<mapping> <mapping>
<identity value="v2"/> <identity value="v2"/>