BD-Core-FHIR-IG/input/examples/Patient-example.xml
2019-09-11 13:58:19 -04:00

11 lines
457 B
XML

<?xml version="1.0" encoding="UTF-8"?>
<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"/>
<extension url="http://hl7.org/fhir/uv/myig/StructureDefinition/ext-myExtension">
<valueBoolean value="false"/>
</extension>
<name>
<family value="Smith"/>
<given value="John"/>
</name>
</Patient>