QI-Core Implementation Guide: STU Ballot (v3.3.0 for FHIR 4.0.0)

Quality Improvement Core Framework (v3.3.0: STU 4 Ballot 1). The current version is 3.2.0 based on FHIR R4. See the Directory of published versions

Flag/example

Formats: Narrative, XML, JSON, Turtle

Raw xml


<Flag xmlns="http://hl7.org/fhir">
  <id value="example"/>
  <meta>
    <profile
             value="http://hl7.org/fhir/us/qicore/StructureDefinition/qicore-flag"/>
  </meta>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><p><b>Generated Narrative with Details</b></p><p><b>id</b>: example</p><p><b>meta</b>: </p><p><b>identifier</b>: 12345</p><p><b>status</b>: inactive</p><p><b>category</b>: admin <span style="background: LightGoldenRodYellow">(Details : {http://example.org/local code 'admin' = 'admin', given as 'Admin'})</span></p><p><b>code</b>: Patient has a big dog at his home. Always always wear a suit of armor or take other active      counter-measures <span style="background: LightGoldenRodYellow">(Details : {http://example.org/local code 'bigdog' = 'bigdog', given as 'Big dog'})</span></p><p><b>subject</b>: <a href="Patient-example.html">Peter Patient. Generated Summary: id: example; Medical record number = 12345 (USUAL); active; Peter James Chalmers (OFFICIAL), Jim Chalmers , Peter James Windsor (MAIDEN); ph: (03) 5555 6473(WORK), ph: (03) 3410 5613(MOBILE), ph: (03) 5555 8834(OLD); gender: male; birthDate: Dec 25, 1974; </a></p><p><b>period</b>: Jan 17, 2015 12:00:00 AM --&gt; Dec 1, 2016 12:00:00 AM</p><p><b>author</b>: <a href="Practitioner-example.html">Nancy Nurse. Generated Summary: id: example; 23; active; Adam Careful </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/example"/>
    <display value="Peter Patient"/>
  </subject>
  <period>
    <start value="2015-01-17"/>
    <end value="2016-12-01"/>
  </period>
  <author>
    <reference value="Practitioner/example"/>
    <display value="Nancy Nurse"/>
  </author>
</Flag>