Retrieval of Real World Data for Clinical Research
1.0.0-ballot - ballot International flag

This page is part of the Retrieval of Real World Data for Clinical Research (v1.0.0-ballot: STU1 Ballot 1) based on FHIR R4. . For a full list of available versions, 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/ips/StructureDefinition/Patient-uv-ips"/>
  </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</p><hr/></div>
  </text>
  <name>
    <family value="Patient"/>
    <given value="Sample"/>
  </name>
  <gender value="male"/>
  <birthDate value="1970-11-27"/>
</Patient>