This page is part of the FHIR Specification (v0.4.0: DSTU 2 Draft). 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 (lung)
{ "resourceType": "Condition", "id": "f002", "subject": { "reference": "Patient/f001", "display": "P. van de Heuvel" }, "encounter": { "reference": "Encounter/f002" }, "asserter": { "reference": "Patient/f001", "display": "P. van de Heuvel" }, "dateAsserted": "2012-06-03", "code": { "coding": [ { "system": "http://snomed.info/sct", "code": "254637007", "display": "NSCLC - Non-small cell lung cancer" } ] }, "category": { "coding": [ { "system": "http://snomed.info/sct", "code": "439401001", "display": "diagnosis" } ] }, "status": "confirmed", "severity": { "coding": [ { "system": "http://snomed.info/sct", "code": "24484000", "display": "Severe" } ] }, "onsetDateTime": "2011-05-05", "stage": { "summary": { "coding": [ { "system": "http://snomed.info/sct", "code": "258219007", "display": "stage II" } ] } }, "evidence": [ { "code": { "coding": [ { "system": "http://snomed.info/sct", "code": "169069000", "display": "CT of thorax" } ] } } ], "location": [ { "code": { "coding": [ { "system": "http://snomed.info/sct", "code": "51185008", "display": "Thorax" } ] }, "detail": "lung" } ] }
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.