This page is part of the FHIR Specification (v0.0.82: DSTU 1). The current version which supercedes this version is 5.0.0. For a full list of available versions, see the Directory of published versions . Page versions: R5 R4B R4 R3 R2
Real-word condition example (malignancy)
{ "resourceType": "Condition", "text": { "status": "generated", "div": "<div>\n <p>\n <b>Generated Narrative</b>\n </p>\n <p>\n <b>subject</b>: Roel\n </p>\n <p>\n <b>dateAsserted</b>: 1-Dec 2012\n </p>\n <p>\n <b>code</b>: \n <span title=\"Codes: {http://snomed.info/sct 363346000}\">Malignant neoplastic disease</span>\n </p>\n <p>\n <b>category</b>: \n <span title=\"Codes: {http://hl7.org/fhir/condition-category diagnose}\">diagnose</span>\n </p>\n <p>\n <b>status</b>: confirmed\n </p>\n <p>\n <b>certainty</b>: \n <span title=\"Codes: {http://snomed.info/sct 17162000}\">Certain</span>\n </p>\n <p>\n <b>severity</b>: \n <span title=\"Codes: {http://snomed.info/sct 24484000}\">Severe</span>\n </p>\n <p>\n <b>onset[x]</b>: 52 years\n </p>\n <h3>Evidences</h3>\n <table class=\"grid\">\n <tr>\n <td>\n <b>Code</b>\n </td>\n <td>\n <b>Detail</b>\n </td>\n </tr>\n <tr>\n <td> </td>\n <td>Erasmus' diagnostic report of Roel's tumor</td>\n </tr>\n </table>\n <h3>Locations</h3>\n <table class=\"grid\">\n <tr>\n <td>\n <b>Code</b>\n </td>\n <td>\n <b>Detail</b>\n </td>\n </tr>\n <tr>\n <td>\n <span title=\"Codes: {http://snomed.info/sct 361355005}\">Entire head and neck</span>\n </td>\n <td> </td>\n </tr>\n </table>\n </div>" }, "subject": { "reference": "Patient/f201", "display": "Roel" }, "dateAsserted": "2012-12-01", "code": { "coding": [ { "system": "http://snomed.info/sct", "code": "363346000", "display": "Malignant neoplastic disease" } ] }, "category": { "coding": [ { "system": "http://hl7.org/fhir/condition-category", "code": "diagnose" } ] }, "status": "confirmed", "certainty": { "coding": [ { "system": "http://snomed.info/sct", "code": "17162000", "display": "Certain" } ] }, "severity": { "coding": [ { "system": "http://snomed.info/sct", "code": "24484000", "display": "Severe" } ] }, "onsetAge": { "value": 52, "units": "years", "system": "http://snomed.info/sct", "code": "258707000" }, "evidence": [ { "detail": [ { "reference": "DiagnosticReport/f201", "display": "Erasmus' diagnostic report of Roel's tumor" } ] } ], "location": [ { "code": { "coding": [ { "system": "http://snomed.info/sct", "code": "361355005", "display": "Entire head and neck" } ] } } ] }