{

"resourceType": "Encounter",
"id": "f202",
"identifier": [
  {
    "use": "temp",
    "value": "Encounter_Roel_20130128"
  }
],
"status": "finished",
"class": {
  "system": "http://terminology.hl7.org/CodeSystem/v3-ActCode",
  "code": "AMB",
  "display": "ambulatory"
},
"type": [
  {
    "coding": [
      {
        "system": "http://snomed.info/sct",
        "code": "367336001",
        "display": "Chemotherapy"
      }
    ]
  }
],
"priority": {
  "coding": [
    {
      "system": "http://snomed.info/sct",
      "code": "103391001",
      "display": "Urgent"
    }
  ]
},
"subject": {
  "reference": "Patient/f201",
  "display": "Roel"
},
"participant": [
  {
    "individual": {
      "reference": "Practitioner/f201"
    }
  }
],
"length": {
  "value": 56,
  "unit": "minutes",
  "system": "http://unitsofmeasure.org",
  "code": "min"
},
"reasonCode": [
  {
    "text": "The patient is treated for a tumor."
  }
],
"diagnosis": [
  {
    "condition": {
      "display": "Complications from Roel's TPF chemotherapy on January 28th, 2013"
    },
    "use": {
      "coding": [
        {
          "system": "http://terminology.hl7.org/CodeSystem/diagnosis-role",
          "code": "AD",
          "display": "Admission diagnosis"
        }
      ]
    },
    "rank": 2
  },
  {
    "condition": {
      "display": "The patient is treated for a tumor"
    },
    "use": {
      "coding": [
        {
          "system": "http://terminology.hl7.org/CodeSystem/diagnosis-role",
          "code": "CC",
          "display": "Chief complaint"
        }
      ]
    },
    "rank": 1
  }
],
"serviceProvider": {
  "reference": "Organization/f201"
},
"meta": {
  "tag": [
    {
      "system": "http://terminology.hl7.org/CodeSystem/v3-ActReason",
      "code": "HTEST",
      "display": "test health data"
    }
  ]
}

}