PackagesCanonicalsLogsProblems
    Packages
    il.core.fhir.r4@0.14.0
    http://fhir.health.gov.il/StructureDefinition/ext-allergy-intolerance-end
{
  "description": "Supports the date when the allergy or intolerance was no longer valid, and/or, the reason why the allergy or intolerance is no longer valid.",
  "_filename": "StructureDefinition-ext-allergy-intolerance-end.json",
  "package_name": "il.core.fhir.r4",
  "date": "2024-04-07",
  "derivation": "constraint",
  "publisher": null,
  "fhirVersion": "4.0.1",
  "purpose": "This extension extends the AllergyIntolerance resource to support the exchange of information describing the date when the allergy or intolerance was no longer valid, and/or, the reason why the allergy or intolerance is no longer valid, which is currently not supported by the FHIR standard.",
  "name": "AllergyIntoleranceEnd",
  "abstract": false,
  "type": "Extension",
  "experimental": null,
  "resourceType": "StructureDefinition",
  "title": "Ext: Allergy Intolerance End",
  "package_version": "0.14.0",
  "status": "draft",
  "language": "en-US",
  "id": "dc1c61d5-7136-418f-8c3c-877cfbc82a5f",
  "kind": "complex-type",
  "url": "http://fhir.health.gov.il/StructureDefinition/ext-allergy-intolerance-end",
  "context": [ {
    "type": "element",
    "expression": "AllergyIntolerance"
  } ],
  "version": "0.14.0",
  "differential": {
    "element": [ {
      "id": "Extension",
      "path": "Extension",
      "short": "Ext: Allergy Intolerance End",
      "definition": "Supports the date when the allergy or intolerance was no longer valid, and/or, the reason why the allergy or intolerance is no longer valid."
    }, {
      "id": "Extension.extension:endDate",
      "max": "1",
      "min": 0,
      "path": "Extension.extension",
      "short": "The date the allergy or intolerance was recorded as no longer valid",
      "sliceName": "endDate",
      "definition": "The date the allergy or intolerance was recorded as no longer valid."
    }, {
      "id": "Extension.extension:endDate.extension",
      "max": "0",
      "path": "Extension.extension.extension"
    }, {
      "id": "Extension.extension:endDate.url",
      "path": "Extension.extension.url",
      "fixedUri": "endDate"
    }, {
      "id": "Extension.extension:endDate.value[x]",
      "min": 1,
      "path": "Extension.extension.value[x]",
      "type": [ {
        "code": "dateTime"
      } ],
      "short": "The date the allergy was recorded as no longer valid",
      "example": [ {
        "label": "Valid Example",
        "valueDateTime": "2022-01-01"
      } ],
      "definition": "The date the allergy was recorded as no longer valid."
    }, {
      "id": "Extension.extension:reasonEnded",
      "max": "1",
      "min": 0,
      "path": "Extension.extension",
      "short": "The reason why the allergy or intolerance has been resolved",
      "sliceName": "reasonEnded",
      "definition": "The reason why the allergy or intolerance has been resolved."
    }, {
      "id": "Extension.extension:reasonEnded.extension",
      "max": "0",
      "path": "Extension.extension.extension"
    }, {
      "id": "Extension.extension:reasonEnded.url",
      "path": "Extension.extension.url",
      "fixedUri": "reasonEnded"
    }, {
      "id": "Extension.extension:reasonEnded.value[x]",
      "min": 1,
      "path": "Extension.extension.value[x]",
      "type": [ {
        "code": "CodeableConcept"
      } ],
      "short": "The reason why the allergy or intolerance has been resolved",
      "binding": {
        "strength": "extensible",
        "valueSet": "http://fhir.health.gov.il/ValueSet/il-core-allergy-intolerance-end-reason"
      },
      "example": [ {
        "label": "Valid Example",
        "valueCodeableConcept": {
          "coding": [ {
            "code": "165009005",
            "system": "http://snomed.info/sct",
            "display": "Allergy testing - no reaction (finding)"
          } ]
        }
      } ],
      "definition": "The reason why the allergy or intolerance has been resolved."
    }, {
      "id": "Extension.url",
      "path": "Extension.url",
      "fixedUri": "http://fhir.health.gov.il/StructureDefinition/ext-allergy-intolerance-end"
    }, {
      "id": "Extension.value[x]",
      "max": "0",
      "path": "Extension.value[x]"
    } ]
  },
  "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Extension"
}