{
  "resourceType" : "Flag",
  "id" : "example",
  "meta" : {
    "profile" : ["http://hl7.org/fhir/us/qicore/StructureDefinition/qicore-flag"]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Flag example</b></p><a name=\"example\"> </a><a name=\"hcexample\"> </a><div style=\"display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%\"><p style=\"margin-bottom: 0px\"/><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-qicore-flag.html\">QICore Flag</a></p></div><p><b>identifier</b>: 12345</p><p><b>status</b>: Inactive</p><p><b>category</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/flag-category admin}\">Administrative</span></p><p><b>code</b>: <span title=\"Codes:{http://snomed.info/sct 165002}\">Patient is accident prone</span></p><p><b>subject</b>: <a href=\"Patient-example.html\">Peter Patient</a></p><p><b>period</b>: 2024-01-17 --&gt; 2024-12-01</p><p><b>author</b>: <a href=\"Practitioner-example.html\">Nancy Nurse</a></p></div>"
  },
  "identifier" : [{
    "value" : "12345"
  }],
  "status" : "inactive",
  "category" : [{
    "coding" : [{
      "system" : "http://terminology.hl7.org/CodeSystem/flag-category",
      "code" : "admin",
      "display" : "Administrative"
    }]
  }],
  "code" : {
    "coding" : [{
      "system" : "http://snomed.info/sct",
      "code" : "165002",
      "display" : "Accident-prone"
    }],
    "text" : "Patient is accident prone"
  },
  "subject" : {
    "reference" : "Patient/example",
    "display" : "Peter Patient"
  },
  "period" : {
    "start" : "2024-01-17",
    "end" : "2024-12-01"
  },
  "author" : {
    "reference" : "Practitioner/example",
    "display" : "Nancy Nurse"
  }
}