This page is part of the FHIR Specification (v0.11: DSTU 1 Ballot 3). 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
{ "Condition":{ "subject":{ "type":{ "value":"Patient" }, "reference":{ "value":"patient/@f201" }, "display":{ "value":"Roel" } }, "encounter":{ "type":{ "value":"Encounter" }, "reference":{ "value":"encounter/@f203" }, "display":{ "value":"Roel's encounter on March eleventh" } }, "asserter":{ "type":{ "value":"Practitioner" }, "reference":{ "value":"practitioner/@f201" } }, "dateAsserted":{ "value":"2013-03-11" }, "code":{ "coding":[ { "system":{ "value":"http://snomed.info/sct" }, "code":{ "value":"10001005" }, "display":{ "value":"Bacterial sepsis" } } ] }, "category":{ "coding":[ { "system":{ "value":"http://snomed.info/sct" }, "code":{ "value":"55607006" }, "display":{ "value":"Problem" } }, { "system":{ "value":"http://hl7.org/fhir/condition-category" }, "code":{ "value":"finding" } } ] }, "status":{ "value":"confirmed" }, "certainty":{ "coding":[ { "system":{ "value":"http://snomed.info/sct" }, "code":{ "value":"17162000" }, "display":{ "value":"Certain" } } ] }, "severity":{ "coding":[ { "system":{ "value":"http://snomed.info/sct" }, "code":{ "value":"371924009" }, "display":{ "value":"Moderate to severe" } } ] }, "onsetDate":{ "value":"2013-03-08" }, "evidence":[ { "detail":[ { "type":{ "value":"DiagnosticReport" }, "reference":{ "value":"diagnosticreport/@f202" }, "display":{ "value":"Diagnostic report for Roel's sepsis" } } ] } ], "location":[ { "code":{ "coding":[ { "system":{ "value":"http://snomed.info/sct" }, "code":{ "value":"281158006" }, "display":{ "value":"Pulmonary vascular structure" } } ] } } ], "relatedItem":[ { "type":{ "value":"due-to" }, "target":{ "type":{ "value":"Substance" }, "reference":{ "value":"substance/@f202" }, "display":{ "value":"Staphylococcus Aureus" } } } ] } }