{

"resourceType": "List",
"id": "current-allergies",
"status": "current",
"mode": "working",
"title": "Current Allergy List",
"code": {
  "coding": [
    {
      "system": "http://loinc.org",
      "code": "52472-8",
      "display": "Allergies and Adverse Drug Reactions"
    }
  ],
  "text": "Current Allergy List"
},
"date": "2015-07-14T23:10:23+11:00",
"source": {
  "reference": "Patient/example"
},
"orderedBy": {
  "coding": [
    {
      "system": "http://terminology.hl7.org/CodeSystem/list-order",
      "code": "entry-date"
    }
  ]
},
"entry": [
  {
    "item": {
      "reference": "AllergyIntolerance/example"
    }
  },
  {
    "item": {
      "reference": "AllergyIntolerance/medication"
    }
  }
],
"meta": {
  "tag": [
    {
      "system": "http://terminology.hl7.org/CodeSystem/v3-ActReason",
      "code": "HTEST",
      "display": "test health data"
    }
  ]
}

}