DSTU2 Ballot Source

This page is part of the FHIR Specification (v0.5.0: DSTU 2 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 . Page versions: R5 R4B R4 R3 R2

List-example.json

Raw JSON (canonical form)

General List Example

{
  "resourceType": "List",
  "id": "example",
  "text": {
    "status": "generated",
    "div": "<div>!-- Snipped for Brevity --></div>"
  },
  "source": {
    "reference": "Patient/example"
  },
  "status": "current",
  "date": "2012-11-25T22:17:00+11:00",
  "mode": "changes",
  "entry": [
    {
      "flag": [
        {
          "text": "Deleted due to error"
        }
      ],
      "deleted": true,
      "item": {
        "reference": "Condition/example"
      }
    },
    {
      "flag": [
        {
          "text": "Added"
        }
      ],
      "item": {
        "reference": "Condition/example2"
      }
    }
  ]
}

Usage note: every effort has been made to ensure that the examples are correct and useful, but they are not a normative part of the specification.