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 - JSON Representation

Raw json | Download


{
  "resourceType" : "Patient",
  "id" : "RWDPatient",
  "meta" : {
    "profile" : [
      "http://hl7.org/fhir/uv/ips/StructureDefinition/Patient-uv-ips"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<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>"
  },
  "name" : [
    {
      "family" : "Patient",
      "given" : [
        "Sample"
      ]
    }
  ],
  "gender" : "male",
  "birthDate" : "1970-11-27"
}