{

"resourceType": "List",
"id": "example-empty",
"status": "current",
"mode": "snapshot",
"code": {
  "coding": [
    {
      "system": "http://snomed.info/sct",
      "code": "182836005",
      "display": "Review of medication"
    }
  ],
  "text": "Medication Review"
},
"date": "2012-11-26T07:30:23+11:00",
"source": {
  "reference": "Patient/example"
},
"emptyReason": {
  "coding": [
    {
      "system": "http://terminology.hl7.org/CodeSystem/list-empty-reason",
      "code": "nilknown",
      "display": "Nil Known"
    }
  ],
  "text": "The patient is not on any medications"
},
"meta": {
  "tag": [
    {
      "system": "http://terminology.hl7.org/CodeSystem/v3-ActReason",
      "code": "HTEST",
      "display": "test health data"
    }
  ]
}

}