This page is part of the FHIR Specification (v0.06: DSTU 1 Ballot 2). The current version which supercedes this version is 4.0.1. For a full list of available versions, see the Directory of published versions

 

Person 1 for patient linking

{"Person": {
  "text": {
    "status": "generated",
    "div": "<div>\n      <table>\n        <tbody>\n          <tr>\n            <td>Name<\/td>\n            <td>Donald <b>Duck<\/b><\/td>\n          <\/tr>\n        <\/tbody>  \n      <\/table>\n    <\/div>"
  },
  "name": [{
    "given": [{"value": "Duck"}],
    "family": [{"value": "Donald"}],
    "use": "official"
  }],
  "gender": {
    "system": {"value": "http://hl7.org/fhir/sid/v2-0001"},
    "display": {"value": "Male"},
    "code": {"value": "M"}
  }
}}