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 
Second General Person Example
{"Patient": {
"text": {
"status": "generated",
"div": "<div>\n <p>Patient Donald D DUCK @ Acme Healthcare, Inc. MR = 123456<\/p>\n <\/div>"
},
"subject": {
"id": {"value": "pat2"},
"display": {"value": "Donald D Duck, Male, 3-April 1951"},
"type": {"value": "Person"}
},
"link": [{
"id": {"value": "a23"},
"type": {"value": "Patient"}
}],
"active": {"value": "org.hl7.fhir.instance.model.Boolean@17c047f0"},
"provider": {
"id": {"value": "1"},
"display": {"value": "ACME Healthcare, Inc"},
"type": {"value": "Organization"}
},
"identifier": [{
"use": "usual",
"label": {"value": "MRN"},
"identifier": {
"id": {"value": "123456"},
"system": {"value": "oid:0.1.2.3.4.5.6.7"}
}
}]
}}