{
"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": "2022-08-15",
"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",
"mapping": [ {
"uri": "http://hl7.org/v3",
"name": "RIM Mapping",
"identity": "rim"
} ],
"abstract": false,
"type": "Extension",
"experimental": null,
"resourceType": "StructureDefinition",
"title": "Allergy Intolerance End",
"package_version": "0.10.1",
"status": "draft",
"language": "en-US",
"id": "bb85baf7-53b8-47ea-99e2-a8260bb9251d",
"kind": "complex-type",
"url": "http://fhir.health.gov.il/StructureDefinition/ext-allergy-intolerance-end",
"context": [ {
"type": "element",
"expression": "AllergyIntolerance"
} ],
"version": "0.10.1",
"differential": {
"element": [ {
"id": "Extension",
"path": "Extension",
"short": "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",
"slicing": {
"rules": "open",
"ordered": false,
"discriminator": [ {
"path": "$this",
"type": "type"
} ]
},
"definition": "The date the allergy was recorded as no longer valid."
}, {
"id": "Extension.extension:endDate.valueDateTime",
"max": "1",
"min": 1,
"path": "Extension.extension.valueDateTime",
"example": [ {
"label": "Valid Example",
"valueDateTime": "2022-01-01"
} ]
}, {
"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",
"slicing": {
"rules": "open",
"ordered": false,
"discriminator": [ {
"path": "$this",
"type": "type"
} ]
},
"definition": "The reason why the allergy or intolerance has been resolved."
}, {
"id": "Extension.extension:reasonEnded.valueCodeableConcept",
"max": "1",
"min": 1,
"path": "Extension.extension.valueCodeableConcept",
"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)"
} ]
}
} ]
}, {
"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"
}