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

 

General Person Example

{"Person": {
  "text": {
    "status": "generated",
    "div": "<div>\n      <table>\n        <tbody>\n          <tr>\n            <td>Name<\/td>\n            <td>Peter James <b>Chalmers<\/b> (&quot;Jim&quot;)<\/td>\n          <\/tr>\n          <tr>\n            <td>Address<\/td>\n            <td>534 Erewhon, Pleasantville, Vic, 3999<\/td>\n          <\/tr>\n          <tr>\n            <td>Contacts<\/td>\n            <td>Home: unknown. Work: (03) 5555 6473<\/td>\n          <\/tr>\n          <tr>\n            <td>Id<\/td>\n            <td>MRN: 12345 (Acme Healthcare)<\/td>\n          <\/tr>\n        <\/tbody>\n      <\/table>\n    <\/div>"
  },
  "address": [{
    "zip": {"value": "3999"},
    "state": {"value": "Vic"},
    "line": [{"value": "534 Erewhon St"}],
    "use": "home",
    "city": {"value": "PleasantVille"}
  }],
  "name": [
    {
      "given": [
        {"value": "Peter"},
        {"value": "James"}
      ],
      "family": [{"value": "Chalmers"}],
      "use": "official"
    },
    {
      "given": [{"value": "Jim"}],
      "use": "usual"
    }
  ],
  "telecom": [
    {"use": "home"},
    {
      "system": "phone",
      "value": {"value": "(03) 5555 6473"},
      "use": "work"
    }
  ],
  "gender": {
    "system": {"value": "http://hl7.org/fhir/sid/v2-0001"},
    "display": {"value": "Male"},
    "code": {"value": "M"}
  },
  "deceased": {"value": "org.hl7.fhir.instance.model.Boolean@43ad637e"},
  "birthDate": {"value": "1974-12-25"},
  "identifier": [{
    "use": "usual",
    "label": {"value": "MRN"},
    "period": {"start": {"value": "2001-05-06"}},
    "identifier": {
      "id": {"value": "12345"},
      "system": {"value": "oid:1.2.36.146.595.217.0.1"}
    }
  }]
}}