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 List Example

{"List": {
  "text": {
    "status": "generated",
    "div": "<div>\n      <table>\n        <thead>\n          <tr>\n            <th>Problem<\/th>\n            <th>Severity<\/th>\n            <th>Date<\/th>\n            <th>Location<\/th>\n            <th>Status<\/th>\n          <\/tr>\n        <\/thead>\n        <tbody>\n          <tr>\n            <td>Burnt Ear<\/td>\n            <td>Severe<\/td>\n            <td>24-May 2012<\/td>\n            <td>Left Ear<\/td>\n            <td>deleted<\/td>\n          <\/tr>\n          <tr>\n            <td>Asthma<\/td>\n            <td>Mild<\/td>\n            <td>21-Nov 2012<\/td>\n            <td>--<\/td>\n            <td>added<\/td>\n          <\/tr>\n        <\/tbody>\n      <\/table>\n    <\/div>"
  },
  "source": {
    "id": {"value": "grahame"},
    "type": {"value": "Person"}
  },
  "entry": [
    {
      "status": "deleted",
      "item": {
        "id": {"value": "example"},
        "type": {"value": "Problem"}
      }
    },
    {
      "status": "added",
      "item": {
        "id": {"value": "example2"},
        "type": {"value": "Problem"}
      }
    }
  ],
  "date": {"value": "2012-11-25T22:17:00+11:00"}
}}