This page is part of the Documentation Templates and Rules (v1.1.0-ballot: STU 1.1 Ballot 1) based on FHIR R4. The current version which supercedes this version is 1.0.0. For a full list of available versions, see the Directory of published versions
{
"resourceType" : "Patient",
"id" : "example1",
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><b>Anonymous Patient</b> (no stated gender) 1996-12-23</div>"
},
"gender" : "male",
"birthDate" : "1996-12-23",
"address" : [
{
"use" : "home",
"type" : "both",
"state" : "MA"
}
]
}