This page is part of the Quality Improvement Core Framework (v2.0.0: STU 2) 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
<Flag xmlns="http://hl7.org/fhir"> <id value="qicore-flag-example"/> <text> <status value="generated"/> <div xmlns="http://www.w3.org/1999/xhtml"> <p><strong>Large Dog warning for Peter Patient</strong></p> <p> <strong>identifier</strong>: 12345 </p> <p> <strong>status</strong>: inactive </p> <p> <strong>category</strong>: Admin </p> <blockquote> <p><strong>category</strong></p> <p> <strong>coding</strong>: Admin </p> <p> <strong>text</strong>: admin </p> </blockquote> <blockquote> <p><strong>code</strong></p> <p> <strong>coding</strong>: Big dog </p> <p> <strong>text</strong>: Patient has a big dog at his home. Always always wear a suit of armor or take other active counter-measures. </p> </blockquote> <p> <strong>subject</strong>: <a href="Patient-qicore-patient-example.html">Patient/example</a> </p> <blockquote> <p><strong>period</strong></p> <p> <strong>start</strong>: 01/17/2015 </p> <p> <strong>end</strong>: 12/01/2016 </p> </blockquote> <p> <strong>author</strong>: <a href="Practitioner-qicore-practitioner-example.html">Practitioner/example</a> </p> </div> </text> <identifier> <value value="12345"/> </identifier> <status value="inactive"/> <category> <coding> <system value="http://example.org/local"/> <code value="admin"/> <display value="Admin"/> </coding> <text value="admin"/> </category> <code> <coding> <system value="http://example.org/local"/> <code value="bigdog"/> <display value="Big dog"/> </coding> <text value="Patient has a big dog at his home. Always always wear a suit of armor or take other active counter-measures"/> </code> <subject> <reference value="Patient/qicore-patient-example"/> <display value="Peter Patient"/> </subject> <period> <start value="2015-01-17"/> <end value="2016-12-01"/> </period> <author> <reference value="Practitioner/qicore-practitioner-example"/> <display value="Nancy Nurse"/> </author> </Flag>