{
  "resourceType": "AllergyIntolerance",
  "id": "s4h-entered-in-error-example",
  "meta": {
    "profile": [
      "http://fhir.smart4health.eu/StructureDefinition/s4h-allergyintolerance"
    ]
  },
  "verificationStatus": {
    "coding": [
      {
        "system": "http://terminology.hl7.org/CodeSystem/allergyintolerance-verification",
        "code": "entered-in-error"
      }
    ]
  },
  "code": {
    "coding": [
      {
        "system": "http://snomed.info/sct",
        "code": "2309006",
        "display": "Gold (substance)"
      }
    ]
  },
  "criticality": "high",
  "patient": {
    "display": "John Doe"
  }
}