This page is part of the FHIR Specification (v0.06: DSTU 1 Ballot 2). The current version which supercedes this version is 5.0.0. For a full list of available versions, see the Directory of published versions 
2nd Example
{"Problem": {
"text": {
"status": "generated",
"div": "<div>Mild Asthma (Date: 21-Nov 2012)<\/div>"
},
"category": {"coding": [{
"system": {"value": "http://snomed.info"},
"display": {"value": "Diagnosis"},
"code": {"value": "439401001"}
}]},
"status": {"value": "confirmed"},
"severity": {"coding": [{
"system": {"value": "http://snomed.info"},
"display": {"value": "Mild"},
"code": {"value": "255604002"}
}]},
"onsetDate": {"value": "2012-11-12"},
"code": {"text": {"value": "Asthma"}}
}}