{
  "resourceType": "StructureDefinition",
  "meta": {
    "lastUpdated": "2021-02-18T10:41:07.895+00:00"
  },
  "url": "http://example.org/fhir/StructureDefinition/Allergy",
  "name": "Allergy",
  "status": "draft",
  "fhirVersion": "4.0.1",
  "kind": "resource",
  "abstract": false,
  "type": "Allergy",
  "baseDefinition": "http://hl7.org/fhir/StructureDefinition/DomainResource",
  "derivation": "specialization",
  "differential": {
    "element": [
      {
        "id": "Allergy",
        "path": "Allergy",
        "short": "Lorem ipsum dolor",
        "definition": "Lorem ipsum dolor",
        "alias": [
          "Allergy"
        ]
      },
      {
        "id": "Allergy.onsetDate",
        "path": "Allergy.onsetDate",
        "max": "1",
        "type": [
          {
            "code": "dateTime"
          }
        ]
      }
    ]
  }
}