41 lines
1.1 KiB
XML
41 lines
1.1 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<!--
|
|
|
|
test comment for display
|
|
|
|
-->
|
|
|
|
<Patient xmlns="http://hl7.org/fhir" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://hl7.org/fhir ../../input-cache/schemas/R5/fhir-single.xsd">
|
|
<id value="example"/>
|
|
<meta>
|
|
<profile value="http://somewhere.org/fhir/uv/myig/StructureDefinition/mypatient"/>
|
|
</meta>
|
|
<extension url="http://somewhere.org/fhir/uv/myig/StructureDefinition/ext-myExtension">
|
|
<valueBoolean value="false"/>
|
|
</extension>
|
|
<name>
|
|
<use value="usual"/>
|
|
<family value="Smith"/>
|
|
<given value="Jack"/>
|
|
</name>
|
|
<name>
|
|
<use value="official"/>
|
|
<family value="Smith"/>
|
|
<given value="John"/>
|
|
<given value="Jacob"/>
|
|
<given value="Jingleheimer"/>
|
|
<period>
|
|
<end value="2001-01-01"/>
|
|
</period>
|
|
</name>
|
|
<name>
|
|
<use value="official"/>
|
|
<family value="Smith"/>
|
|
<given value="John"/>
|
|
<given value="Jacob"/>
|
|
<given value="Jingleheimer"/>
|
|
<period>
|
|
<start value="2001-01-01"/>
|
|
</period>
|
|
</name>
|
|
</Patient> |