{
  "resourceType": "Flag",
  "id": "flag-patient-eu-core-example",
  "meta": {
    "profile": [
      "http://hl7.eu/fhir/base/StructureDefinition/flag-patient-eu-core"
    ]
  },
  "category": [
    {
      "coding": [
        {
          "code": "safety",
          "system": "http://terminology.hl7.org/CodeSystem/flag-category",
          "display": "Safety"
        }
      ]
    }
  ],
  "period": {
    "start": "2024-01-10"
  },
  "status": "active",
  "code": {
    "coding": [
      {
        "code": "129839007",
        "system": "http://snomed.info/sct",
        "display": "At risk of falls"
      }
    ]
  },
  "subject": {
    "reference": "Patient/patient-eu-core-example"
  }
}
