{

"resourceType": "Linkage",
"id": "example",
"author": {
  "reference": "Practitioner/f201"
},
"item": [
  {
    "type": "source",
    "resource": {
      "reference": "Condition/example",
      "display": "Severe burn of left ear (Date: 24-May 2012)"
    }
  },
  {
    "type": "alternate",
    "resource": {
      "reference": "Condition/condition-example",
      "display": "Severe burn of left ear (Date: 24-May 2012)"
    }
  }
],
"meta": {
  "tag": [
    {
      "system": "http://terminology.hl7.org/CodeSystem/v3-ActReason",
      "code": "HTEST",
      "display": "test health data"
    }
  ]
}

}