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

Example: Flag-qicore-flag-example

Formats: XML, JSON, Turtle

{
  "resourceType" : "Flag",
  "id" : "qicore-flag-example",
  "text" : {
    "status" : "generated",
    "div" : "<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>"
  },
  "identifier" : [
    {
      "value" : "12345"
    }
  ],
  "status" : "inactive",
  "category" : {
    "coding" : [
      {
        "system" : "http://example.org/local",
        "code" : "admin",
        "display" : "Admin"
      }
    ],
    "text" : "admin"
  },
  "code" : {
    "coding" : [
      {
        "system" : "http://example.org/local",
        "code" : "bigdog",
        "display" : "Big dog"
      }
    ],
    "text" : "Patient has a big dog at his home. Always always wear a suit of armor or take other active      counter-measures"
  },
  "subject" : {
    "reference" : "Patient/qicore-patient-example",
    "display" : "Peter Patient"
  },
  "period" : {
    "start" : "2015-01-17",
    "end" : "2016-12-01"
  },
  "author" : {
    "reference" : "Practitioner/qicore-practitioner-example",
    "display" : "Nancy Nurse"
  }
}