This page is part of the FHIR Specification (v0.5.0: DSTU 2 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 . Page versions: R5 R4B R4 R3 R2
Real-word condition example (heart)
{ "resourceType": "Condition", "id": "f001", "text": { "status": "generated", "div": "<div>!-- Snipped for Brevity --></div>" }, "patient": { "reference": "Patient/f001", "display": "P. van de Heuvel" }, "encounter": { "reference": "Encounter/f001" }, "asserter": { "reference": "Patient/f001", "display": "P. van de Heuvel" }, "dateAsserted": "2011-10-05", "code": { "coding": [ { "system": "http://snomed.info/sct", "code": "368009", "display": "Heart valve disorder" } ] }, "category": { "coding": [ { "system": "http://snomed.info/sct", "code": "439401001", "display": "diagnosis" } ] }, "clinicalStatus": "confirmed", "severity": { "coding": [ { "system": "http://snomed.info/sct", "code": "6736007", "display": "Moderate" } ] }, "onsetDateTime": "2011-08-05", "evidence": [ { "code": { "coding": [ { "system": "http://snomed.info/sct", "code": "426396005", "display": "Cardiac chest pain" } ] } } ], "location": [ { "siteCodeableConcept": { "coding": [ { "system": "http://snomed.info/sct", "code": "40768004", "display": "Left thorax" } ], "text": "heart structure" } } ] }
Usage note: every effort has been made to ensure that the examples are correct and useful, but they are not a normative part of the specification.