Release 4 5

This page is part of the FHIR Specification (v4.0.1: R4 (v5.0.0: R5 - Mixed Normative and STU ) ). This is the current published version in it's permanent home (it will always be available at this URL). 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

Example List/example (JSON)

FHIR Infrastructure Work Group Maturity Level : N/A Standards Status : Informative Compartments : Device , Patient , Practitioner

Raw JSON ( canonical form + also see JSON Format Specification )

General List Example

{
  "resourceType": "List",
  "id": "example",
  "text": {
    "status": "generated",
    "div": "<div xmlns=\"http://www.w3.org/1999/xhtml\">\n      <table>\n        <thead>\n          <tr>\n            <th>Condition</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>"

  "resourceType" : "List",
  "id" : "example",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\">\n      <table>\n        <thead>\n          <tr>\n            <th>Condition</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>"

  },
  "identifier": [
    {
      "system": "urn:uuid:a9fcea7c-fcdf-4d17-a5e0-f26dda030b59",
      "value": "23974652"
    }
  ],
  "status": "current",
  "mode": "changes",
  "subject": {
    "reference": "Patient/example"

  "identifier" : [{
    "system" : "urn:uuid:a9fcea7c-fcdf-4d17-a5e0-f26dda030b59",
    "value" : "23974652"
  }],
  "status" : "current",
  "mode" : "changes",
  "subject" : [{
    "reference" : "Patient/example"
  }],
  "encounter" : {
    "reference" : "Encounter/example"

  },
  "encounter": {
    "reference": "Encounter/example"

  "date" : "2012-11-25T22:17:00+11:00",
  "source" : {
    "reference" : "Patient/example"

  },
  "date": "2012-11-25T22:17:00+11:00",
  "source": {
    "reference": "Patient/example"

  "entry" : [{
    "flag" : {
      "text" : "Deleted due to error"
    },
    "deleted" : true,
    "item" : {
      "reference" : "Condition/example"
    }

  },
  "entry": [
    {
      "flag": {
        "text": "Deleted due to error"
      },
      "deleted": true,
      "item": {
        "reference": "Condition/example"
      }

  {
    "flag" : {
      "text" : "Added"

    },
    {
      "flag": {
        "text": "Added"
      },
      "item": {
        "reference": "Condition/example2"
      }

    "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.