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

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

Raw json | Download


{
  "resourceType" : "Patient",
  "id" : "RWDPatient",
  "meta" : {
    "profile" : [
      "http://hl7.org/fhir/uv/ipa/StructureDefinition/ipa-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>Sample Patient </b> male, DoB: 1970-11-27 ( id:\u00a01233567)</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>"
  },
  "identifier" : [
    {
      "system" : "http://example.org/patient-identifiers",
      "value" : "1233567"
    }
  ],
  "active" : true,
  "name" : [
    {
      "family" : "Patient",
      "given" : [
        "Sample"
      ]
    }
  ],
  "gender" : "male",
  "birthDate" : "1970-11-27"
}