{
  "resourceType" : "Condition",
  "id" : "c3d4e5f6-a7b8-9012-cdef-123456789012",
  "meta" : {
    "profile" : ["http://fhir.ehdsi.eu/core/StructureDefinition/condition-myhealtheu-core"]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\">Type 2 diabetes mellitus - John Doe</div>"
  },
  "clinicalStatus" : {
    "coding" : [{
      "system" : "http://terminology.hl7.org/CodeSystem/condition-clinical",
      "code" : "active"
    }]
  },
  "verificationStatus" : {
    "coding" : [{
      "system" : "http://terminology.hl7.org/CodeSystem/condition-ver-status",
      "code" : "confirmed"
    }]
  },
  "category" : [{
    "coding" : [{
      "system" : "http://terminology.hl7.org/CodeSystem/condition-category",
      "code" : "problem-list-item"
    }]
  }],
  "code" : {
    "coding" : [{
      "system" : "http://hl7.org/fhir/sid/icd-10",
      "code" : "E11",
      "display" : "Type 2 diabetes mellitus"
    }]
  },
  "subject" : {
    "reference" : "Patient/1d4bbc93-63b7-4f2b-8f0f-8380aa138f49"
  },
  "onsetDateTime" : "2015-06-01",
  "recordedDate" : "2015-06-15",
  "recorder" : {
    "reference" : "Practitioner/b06b2c2c-15dd-4e58-b27e-37326ba51407"
  }
}