This page is part of the Quality Improvement Core Framework (v2.1.0: STU 3 Ballot 1) based on FHIR R3. The current version which supercedes this version is 4.1.1. For a full list of available versions, see the Directory of published versions
{ "resourceType" : "BodySite", "id" : "qicore-bodysite-example", "text" : { "status" : "generated", "div" : "<div xmlns="http://www.w3.org/1999/xhtml"> <p> <strong>Generated Narrative with Details</strong> </p> <p> <strong>id</strong>: tumor </p> <p> <strong>identifier</strong>: 12345 </p> <p> <strong>code</strong>: Splenic mass <span>(Details: { SNOMED CT code '4147007' = 'Mass', given as 'Mass (morphologic abnormality)' })</span> </p> <p> <strong>qualifier</strong>: Splenic mass <span>(Details: { SNOMED CT code '78961009' = 'Spleen', given as 'Splenic structure (body structure)' })</span> </p> <p> <strong>description</strong>: 7 cm maximum diameter </p> <p> <strong>image</strong>: </p> <p> <strong>patient</strong>: <a href="Patient-qicore-patient-example.html">Patient/example</a> </p> </div>" }, "identifier" : [ { "system" : "http://goodhealth.org/bodysite/identifiers", "value" : "12345" } ], "code" : { "coding" : [ { "system" : "http://snomed.info/sct", "code" : "4147007", "display" : "Mass (morphologic abnormality)" } ], "text" : "Splenic mass" }, "qualifier" : [ { "coding" : [ { "system" : "http://snomed.info/sct", "code" : "78961009", "display" : "Splenic structure (body structure)" } ], "text" : "Splenic mass" } ], "description" : "7 cm maximum diameter", "image" : [ { "contentType" : "application/dicom", "url" : "http://imaging.acme.com/wado/server?requestType=WADO&wado_details" } ], "patient" : { "reference" : "Patient/qicore-patient-example" } }