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

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

: PGHDPatientExample - JSON Representation

Raw json | Download


{
  "resourceType" : "Patient",
  "id" : "1",
  "meta" : {
    "profile" : [
      🔗 "http://fhir/pghd/StructureDefinition/pghd-patient"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<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>"
  },
  "name" : [
    {
      "text" : "John Doe",
      "family" : "Doe",
      "given" : [
        "John"
      ]
    }
  ],
  "gender" : "male",
  "birthDate" : "1990-01-01"
}