{

"resourceType": "Condition",
"id": "example2",
"text": {
  "status": "generated",
  "div": "<div xmlns=\"http://www.w3.org/1999/xhtml\">Mild Asthma (Date: 12-Nov 2012)</div>"
},
"clinicalStatus": "active",
"verificationStatus": "confirmed",
"category": [
  {
    "coding": [
      {
        "system": "http://hl7.org/fhir/condition-category",
        "code": "problem-list-item",
        "display": "Problem List Item"
      }
    ]
  }
],
"severity": {
  "coding": [
    {
      "system": "http://snomed.info/sct",
      "code": "255604002",
      "display": "Mild"
    }
  ]
},
"code": {
  "text": "Asthma"
},
"subject": {
  "reference": "Patient/example"
},
"onsetString": "approximately November 2012"

}