{
  "resourceType" : "Flag",
  "id" : "546482",
  "meta" : {
    "profile" : ["http://hl7.org/fhir/uv/ips/StructureDefinition/Flag-alert-uv-ips"]
  },
  "language" : "en",
  "text" : {
    "status" : "extensions"
  },
  "extension" : [{
    "url" : "http://hl7.org/fhir/StructureDefinition/flag-priority",
    "valueCodeableConcept" : {
      "coding" : [{
        "system" : "http://hl7.org/fhir/flag-priority-code",
        "code" : "PH",
        "display" : "High priority"
      }]
    }
  }],
  "status" : "active",
  "category" : [{
    "coding" : [{
      "system" : "http://terminology.hl7.org/CodeSystem/flag-category",
      "code" : "contact",
      "display" : "Subject Contact"
    }],
    "text" : "Subject Contact"
  }],
  "code" : {
    "coding" : [{
      "system" : "http://snomed.info/sct",
      "code" : "370388006",
      "display" : "Patient immunocompromised (finding)"
    }],
    "text" : "Patient Immunocompromised"
  },
  "subject" : {
    "reference" : "Patient/66033"
  }
}