{
  "resourceType": "AllergyIntolerance",
  "id": "s4h-difficult-name-grass-allergy-example",
  "meta": {
    "profile": [
      "http://fhir.smart4health.eu/StructureDefinition/s4h-allergyintolerance"
    ]
  },
  "clinicalStatus": {
    "coding": [
      {
        "system": "http://terminology.hl7.org/CodeSystem/allergyintolerance-clinical",
        "code": "active"
      }
    ]
  },
  "code": {
    "coding": [
      {
        "system": "http://snomed.info/sct",
        "code": "422304003",
        "display": "Family Poaceae (organism)"
      }
    ]
  },
  "criticality": "high",
  "patient": {
    "display": "John Doe"
  }
}