{

"resourceType": "Encounter",
"id": "xcda",
"identifier": [
  {
    "use": "official",
    "system": "http://healthcare.example.org/identifiers/enocunter",
    "value": "1234213.52345873"
  }
],
"status": "finished",
"class": {
  "system": "http://terminology.hl7.org/CodeSystem/v3-ActCode",
  "code": "AMB",
  "display": "ambulatory"
},
"subject": {
  "reference": "Patient/xcda"
},
"participant": [
  {
    "individual": {
      "reference": "Practitioner/xcda1"
    }
  }
],
"reasonCode": [
  {
    "coding": [
      {
        "system": "http://ihe.net/xds/connectathon/eventCodes",
        "code": "T-D8200",
        "display": "Arm"
      }
    ]
  }
],
"meta": {
  "tag": [
    {
      "system": "http://terminology.hl7.org/CodeSystem/v3-ActReason",
      "code": "HTEST",
      "display": "test health data"
    }
  ]
}

}