This page is part of the FHIR Specification (v0.06: DSTU 1 Ballot 2). The current version which supercedes this version is 5.0.0. For a full list of available versions, see the Directory of published versions 
XDS Example Person
{"Person": {
"text": {
"status": "generated",
"div": "<div>\n\t\t <p>John Doe, M, 27-May 1956. ID: 89765a87b<\/p>\n\t\t<\/div>"
},
"address": [{
"zip": {"value": "44130"},
"state": {"value": "Il"},
"line": [{"value": "100 Main St"}],
"country": {"value": "USA"},
"city": {"value": "Metropolis"}
}],
"name": [{
"given": [{"value": "John"}],
"family": [{"value": "Doe"}]
}],
"gender": {
"system": {"value": "http://hl7.org/fhir/sid/v2-0001"},
"code": {"value": "M"}
},
"birthDate": {"value": "1956-05-27"}
}}