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

 

CDA Example Person

{"Person": {
  "text": {
    "status": "generated",
    "div": "<div>\n\t\t\t<p>John Doe, M, 27-May 1956. ID: 89765a87b<\/p>\n\t\t<\/div>"
  },
  "name": [{
    "given": [{"value": "Henry"}],
    "family": [{"value": "Levin"}]
  }],
  "gender": {
    "system": {"value": "urn:oid:2.16.840.1.113883.5.1"},
    "code": {"value": "M"}
  },
  "birthDate": {"value": "1932-09-24"}
}}