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 Author

{"Person": {
  "text": {
    "status": "generated",
    "div": "<div>\n\t\t  <p>Bob Dolin, MD<\/p>\n\t\t<\/div>"
  },
  "name": [{
    "given": [{"value": "Bob"}],
    "family": [{"value": "Dolin"}],
    "suffix": [{"value": "MD"}]
  }]
}}