{

"resourceType": "Flag",
"id": "example-encounter",
"status": "active",
"category": [
  {
    "coding": [
      {
        "system": "http://example.org/local",
        "code": "infection",
        "display": "Infection Control Level"
      }
    ]
  }
],
"code": {
  "coding": [
    {
      "system": "http://example.org/local/if1",
      "code": "l3",
      "display": "Follow Level 3 Protocol"
    }
  ]
},
"subject": {
  "reference": "Patient/example",
  "display": "Peter Patient"
},
"encounter": {
  "reference": "Encounter/example"
},
"meta": {
  "tag": [
    {
      "system": "http://terminology.hl7.org/CodeSystem/v3-ActReason",
      "code": "HTEST",
      "display": "test health data"
    }
  ]
}

}