Patient-Generated Health Data (PGHD) Implementation Guide
0.5.0 - release

Publication Build: This will be filled in by the publication tooling

: PGHDPatientExample - XML Representation

Raw xml | Download



<Patient xmlns="http://hl7.org/fhir">
  <id value="1"/>
  <meta>
    <profile value="http://fhir/pghd/StructureDefinition/pghd-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>John Doe</b> male, DoB: 1990-01-01</p><hr/></div>
  </text>
  <name>
    <text value="John Doe"/>
    <family value="Doe"/>
    <given value="John"/>
  </name>
  <gender value="male"/>
  <birthDate value="1990-01-01"/>
</Patient>