type: exampleresource: Patientexample: patient-example-ihe-pcd
Patient Example: patient-example-ihe-pcd
Example XML
<?xml version="1.0" encoding="UTF-8"?>
<!-- PID|||AB60001^^^A^PI||BROOKS^ALBERT^^^^^L -->
<Patient xmlns="http://hl7.org/fhir">
<id value="ihe-pcd"/>
<!-- MRN assigned by ACME healthcare on 6-May 2001 -->
<identifier>
<type>
<text value="Internal Identifier"/>
</type>
<value value="AB60001"/>
</identifier>
<active value="true"/>
<!-- Peter James Chalmers, but called "Jim" -->
<name>
<family value="BROOKS"/>
<given value="ALBERT"/>
</name>
</Patient>