{
  "resourceType" : "Flag",
  "id" : "ac907bbc-89bd-45db-ab23-fdb11dd01a78",
  "meta" : {
    "profile" : ["http://nictiz.nl/fhir/StructureDefinition/zib-Alert"]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><h3>Flag resource:</h3><ul><li><p><strong>Subject:</strong> 'Johan XXX_Helleman_Afblijven'</p></li><li><p><strong>Status:</strong> 'Active'</p></li><li><p><strong>Category:</strong> 'alert'</p></li><li><p><strong>Code:</strong> 'Methicillin resistant staphylococcus aureus carrier'</p></li><li><p><strong>Period start:</strong> '1-6-2010'</p></li></ul></div>"
  },
  "status" : "active",
  "category" : {
    "coding" : [{
      "system" : "http://loinc.org",
      "code" : "74018-3",
      "display" : "alert"
    }],
    "text" : "waarschuwing"
  },
  "code" : {
    "coding" : [{
      "system" : "http://snomed.info/sct",
      "code" : "432415000",
      "display" : "Methicillin resistant staphylococcus aureus carrier"
    }],
    "text" : "Drager MRSA"
  },
  "subject" : {
    "reference" : "http://example.org/Patient/9819C39260647B5DE61609CDF1FA1C434552D65014AFDEA2EB877A576B055DF1",
    "display" : "Johan XXX_Helleman_Afblijven"
  },
  "period" : {
    "start" : "2010-06-01"
  }
}