SQL on FHIR
2.1.0-pre - release
SQL on FHIR, published by SQL on FHIR Working Group. This guide is not an authorized publication; it is the continuous build for version 2.1.0-pre built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/FHIR/sql-on-fhir-v2/ and changes regularly. See the Directory of published versions
{
"resourceType" : "Patient",
"id" : "2",
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Patient 2</b></p><a name=\"2\"> </a><a name=\"hc2\"> </a><p style=\"border: 1px #661aff solid; background-color: #e6e6ff; padding: 10px;\">Yolotzin Adel Bristow (official) Male, DoB Unknown</p><hr/><table class=\"grid\"><tr><td style=\"background-color: #f3f5da\" title=\"Ways to contact the Patient\">Contact Detail</td><td colspan=\"3\">789 Brookside Ave Apt 3 Los Angeles 90001 (home)</td></tr><tr><td style=\"background-color: #f3f5da\" title=\"Patient contact\">Contact:</td><td colspan=\"3\"><ul><li>987 Pinehurst Rd Apt 4 Chicago 60601 </li></ul></td></tr></table></div>"
},
"name" : [
{
"use" : "official",
"family" : "Bristow",
"given" : [
"Yolotzin",
"Adel"
]
}
],
"gender" : "male",
"address" : [
{
"use" : "home",
"line" : [
"789 Brookside Ave",
"Apt 3"
],
"city" : "Los Angeles",
"postalCode" : "90001"
}
],
"contact" : [
{
"address" : {
"line" : [
"987 Pinehurst Rd",
"Apt 4"
],
"city" : "Chicago",
"postalCode" : "60601"
}
}
]
}