Retrieval of Real World Data for Clinical Research, published by HL7 International - Biomedical Research & Regulation Work Group. This is not an authorized publication; it is the continuous build for version 1.0.0). This version is based on the current content of https://github.com/HL7/vulcan-rwd/ and changes regularly. See the Directory of published versions
: RWDPatient - XML Representation
Raw xml | Download
<Patient xmlns="http://hl7.org/fhir">
<id value="RWDPatient"/>
<meta>
<profile
value="http://hl7.org/fhir/uv/ipa/StructureDefinition/ipa-patient"/>
</meta>
<text>
<status value="generated"/>
<div xmlns="http://www.w3.org/1999/xhtml"><p style="border: 1px #661aff solid; background-color: #e6e6ff; padding: 10px;"><b>Sample Patient </b> male, DoB: 1970-11-27 ( id: 1233567)</p><hr/><table class="grid"><tr><td style="background-color: #f3f5da" title="Record is active">Active:</td><td colspan="3">true</td></tr></table></div>
</text>
<identifier>
<system value="http://example.org/patient-identifiers"/>
<value value="1233567"/>
</identifier>
<active value="true"/>
<name>
<family value="Patient"/>
<given value="Sample"/>
</name>
<gender value="male"/>
<birthDate value="1970-11-27"/>
</Patient>