{

"resourceType": "Encounter",
"id": "xcda",
"text": {
  "status": "generated",
  "div": "<div><p><b>Generated Narrative with Details</b></p><p><b>id</b>: xcda</p><p><b>identifier</b>: 1234213.52345873 (OFFICIAL)</p><p><b>status</b>: finished</p><p><b>class</b>: outpatient</p><p><b>patient</b>: <a>Patient/xcda</a></p><h3>Participants</h3><table><tr><td>-</td><td><b>Individual</b></td></tr><tr><td>*</td><td><a>Practitioner/xcda1</a></td></tr></table><p><b>reason</b>: Arm <span>(Details : {http://ihe.net/xds/connectathon/eventCodes code 'T-D8200' = '??', given as 'Arm'})</span></p></div>"
},
"identifier": [
  {
    "use": "official",
    "system": "http://healthcare.example.org/identifiers/enocunter",
    "value": "1234213.52345873"
  }
],
"status": "finished",
"class": "outpatient",
"patient": {
  "reference": "Patient/xcda"
},
"participant": [
  {
    "individual": {
      "reference": "Practitioner/xcda1"
    }
  }
],
"reason": [
  {
    "coding": [
      {
        "system": "http://ihe.net/xds/connectathon/eventCodes",
        "code": "T-D8200",
        "display": "Arm"
      }
    ]
  }
]

}