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

 

Empty List Example

{"List": {
  "text": {
    "status": "generated",
    "div": "<div>\n      <p>The patient is not on any medications<\/p>\n    <\/div>"
  },
  "source": {
    "id": {"value": "grahame"},
    "type": {"value": "Person"}
  },
  "emptyReason": {
    "text": {"value": "The patient is not on any medications"},
    "coding": [{
      "system": {"value": "http://hl7.org/fhir/special-values"},
      "display": {"value": "The are no known applicable values in this context"},
      "code": {"value": "nil known"}
    }]
  },
  "code": {
    "text": {"value": "Medication Review"},
    "coding": [{
      "system": {"value": "http://snomed.info"},
      "display": {"value": "Review of medication"},
      "code": {"value": "182836005"}
    }]
  },
  "date": {"value": "2012-11-26T07:30:23+11:00"}
}}