{
  "resourceType" : "Patient",
  "id" : "patient-id-17",
  "meta" : {
    "profile" : ["http://hl7.eu/fhir/ig/idea4rc/StructureDefinition/patient-eu-i4rc"]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Patient patient-id-17</b></p><a name=\"patient-id-17\"> </a><a name=\"hcpatient-id-17\"> </a><div style=\"display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%\"><p style=\"margin-bottom: 0px\"/><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-patient-eu-i4rc.html\">Patient: IDEA4RC</a></p></div><p style=\"border: 1px #661aff solid; background-color: #e6e6ff; padding: 10px;\">Anonymous Patient Male, DoB: 1968-01-01</p><hr/><table class=\"grid\"><tr><td style=\"background-color: #f3f5da\" title=\"Ways to contact the Patient\">Contact Detail</td><td colspan=\"3\">North American country </td></tr><tr><td style=\"background-color: #f3f5da\" title=\"Concepts classifying the person into a named category of humans sharing common history, traits, geographical origin or nationality.  Derived by the US core Race extensions.\"><a href=\"StructureDefinition-Race-eu-i4rc.html\">Race Extension</a></td><td colspan=\"3\"><span title=\"Codes:{http://fhir.ohdsi.org/CodeSystem/concepts 8516}\">Black or African American</span></td></tr></table></div>"
  },
  "extension" : [{
    "url" : "http://hl7.eu/fhir/ig/idea4rc/StructureDefinition/Race-eu-i4rc",
    "valueCodeableConcept" : {
      "coding" : [{
        "system" : "http://fhir.ohdsi.org/CodeSystem/concepts",
        "code" : "8516",
        "display" : "Black or African American"
      }]
    }
  }],
  "gender" : "male",
  "birthDate" : "1968-01-01",
  "address" : [{
    "country" : "North American country"
  }]
}