{
  "resourceType": "AllergyIntolerance",
  "id": "tasmc-comm-allergy-01",
  "meta": {
    "profile": [
      "http://fhir.tasmc.org.il/StructureDefinition/comm-allergy-intolerance",
      "http://fhir.tasmc.health.gov.il/StructureDefinition/comm-allergy-intolerance"
    ],
    "security": [
      {
        "system": "http://fhir.health.gov.il/cs/il-hdp-information-buckets",
        "code": "allergiesAndIntolerances",
        "display": "רגישויות"
      }
    ]
  },
  "text": {
    "status": "generated",
    "div": "<div xmlns=\"http://www.w3.org/1999/xhtml\">רגישות - הערה ראשית</div>"
  },
  "identifier": [
    {
      "system": "http://fhir.tasmc.health.gov.il/Identifier/comm-allergy-intolerance",
      "value": "COMM-AI-001",
      "type": {
        "coding": [
          {
            "code": "strong-id",
            "system": "http://fhir.health.gov.il/cs/il-core-identifier-type",
            "display": "Strong Identifier"
          }
        ]
      }
    }
  ],
  "code": {
    "coding": [
      {
        "system": "http://fhir.tasmc.health.gov.il/cs/med-cml-code",
        "code": "main-comment",
        "display": "Main comment"
      },
      {
        "system": "http://snomed.info/sct",
        "code": "419199007",
        "display": "Allergy to substance (disorder)"
      }
    ]
  },
  "patient": {
    "reference": "Patient/tasmc-patient-example"
  },
  "recorder": {
    "reference": "Practitioner/TasmcPractitionerExample"
  },
  "clinicalStatus": {
    "coding": [
      {
        "code": "active",
        "system": "http://terminology.hl7.org/CodeSystem/allergyintolerance-clinical"
      }
    ]
  },
  "verificationStatus": {
    "coding": [
      {
        "code": "confirmed",
        "system": "http://terminology.hl7.org/CodeSystem/allergyintolerance-verification"
      }
    ]
  }
}