FHIR © HL7.org  |  FHIRsmith 4.0.1  |  Server Home  |  XIG Home  |  XIG Stats  | 

FHIR IG analytics

Packageil.core.fhir.r4.2023
Resource TypeStructureDefinition
IdStructureDefinition-il-core-allergy-intolerance.json
FHIR VersionR4
Sourcehttps://simplifier.net/resolve?scope=il.core.fhir.r4.2023@0.1.0&canonical=http://fhir.health.gov.il/StructureDefinition/il-core-allergy-intolerance
URLhttp://fhir.health.gov.il/StructureDefinition/il-core-allergy-intolerance
Version0.12.1
Statusdraft
Date2022-08-15
NameILCoreAllergyIntolerance
TitleILCore AllergyIntolerance Profile
Realmil
Authoritynational
DescriptionIsrael Core proposed constraints and extensions on the AllergyIntolerance Resource
TypeAllergyIntolerance
Kindresource

Resources that use this resource

StructureDefinition
laniado.test.fhir.r4#0.1.92laniado-allergy-intoleranceLaniado AllergyIntolerance Profile
nr.gp.leumit#0.1.1dgmc-allergy-intolerance-commentDGMC Allergy Intolerance Comment
nr.gp.leumit#0.1.1dgmc-allergy-intolerance-medDGMC Allergy Intolerance Medication
nr.gp.leumit#0.1.1dgmc-allergy-intolerance-otherDGMC Allergy Intolerance Other
il.core.fhir.r4.2023#0.1.0il-core-family-member-historyILCore FamilyMemberHistory Profile
il.hdp.fhir.r4#0.4.2il-hdp-allergy-intoleranceILHDP AllergyIntolerance Profile

Resources that this resource uses

StructureDefinition
il.core.fhir.r4.2023#0.1.0ext-allergy-intolerance-endExt: Allergy Intolerance End
il.core.fhir.r4.2023#0.1.0ext-reaction-durationReaction Duration
il.core.fhir.r4.2023#0.1.0il-core-encounterILCore Encounter Profile
il.core.fhir.r4.2023#0.1.0il-core-patientILCore Patient Profile
il.core.fhir.r4.2023#0.1.0il-core-practitionerILCore Practitioner Profile
il.core.fhir.r4.2023#0.1.0il-core-practitioner-roleILCore PractitionerRole Profile
il.core.fhir.r4.2023#0.1.0il-core-related-personILCore RelatedPerson Profile
ValueSet
il.core.fhir.r4.2023#0.1.0il-core-allergy-intolerance-codeIL Core Allergy Intolerance Code
il.core.fhir.r4.2023#0.1.0il-core-manifestationIL Core Condition Codes
il.core.fhir.r4.2023#0.1.0il-core-route-codeIL Core Route Code
il.core.fhir.r4.2023#0.1.0il-core-substanceIL Core Substance Codes

Narrative

No narrative content found in resource


Source1

{
  "resourceType": "StructureDefinition",
  "id": "il-core-allergy-intolerance",
  "url": "http://fhir.health.gov.il/StructureDefinition/il-core-allergy-intolerance",
  "version": "0.12.1",
  "name": "ILCoreAllergyIntolerance",
  "title": "ILCore AllergyIntolerance Profile",
  "status": "draft",
  "date": "2022-08-15",
  "publisher": "Israel Core Team",
  "contact": [
    {
      "telecom": [
        {
          "system": "email",
          "value": "ido.levin@moh.gov.il"
        }
      ]
    }
  ],
  "description": "Israel Core proposed constraints and extensions on the AllergyIntolerance Resource",
  "fhirVersion": "4.0.1",
  "mapping": [
    {
      "identity": "rim",
      "uri": "http://hl7.org/v3",
      "name": "RIM Mapping"
    },
    {
      "identity": "w5",
      "uri": "http://hl7.org/fhir/fivews",
      "name": "FiveWs Pattern Mapping"
    },
    {
      "identity": "v2",
      "uri": "http://hl7.org/v2",
      "name": "HL7 v2 Mapping"
    }
  ],
  "kind": "resource",
  "abstract": false,
  "type": "AllergyIntolerance",
  "baseDefinition": "http://hl7.org/fhir/StructureDefinition/AllergyIntolerance",
  "derivation": "constraint",
  "differential": {
    "element": [
      {
        "id": "AllergyIntolerance",
        "path": "AllergyIntolerance",
        "short": "ILCore AllergyIntolerance Profile",
        "definition": "Definitions for the profile-AllergyIntolerance resource profile."
      },
      {
        "id": "AllergyIntolerance.extension",
        "path": "AllergyIntolerance.extension",
        "slicing": {
          "discriminator": [
            {
              "type": "value",
              "path": "url"
            }
          ],
          "ordered": false,
          "rules": "open"
        }
      },
      {
        "id": "AllergyIntolerance.extension:AllergyIntoleranceEnd",
        "path": "AllergyIntolerance.extension",
        "sliceName": "AllergyIntoleranceEnd",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "Extension",
            "profile": [
              "http://fhir.health.gov.il/StructureDefinition/ext-allergy-intolerance-end"
            ]
          }
        ]
      },
      {
        "id": "AllergyIntolerance.clinicalStatus",
        "path": "AllergyIntolerance.clinicalStatus",
        "mustSupport": true
      },
      {
        "id": "AllergyIntolerance.verificationStatus",
        "path": "AllergyIntolerance.verificationStatus",
        "mustSupport": true
      },
      {
        "id": "AllergyIntolerance.code",
        "path": "AllergyIntolerance.code",
        "min": 1,
        "example": [
          {
            "valueCodeableConcept": {
              "coding": [
                {
                  "code": "1003755004",
                  "system": "http://snomed.info/sct",
                  "display": "Allergy to Hevea brasiliensis latex protein (finding)"
                }
              ]
            },
            "label": "Valid Example"
          }
        ],
        "constraint": [
          {
            "key": "element-sct",
            "severity": "warning",
            "human": "Element.coding SHOULD contain a SNOMED-CT code. Other code systems included in the ValueSet are for historical purposes only",
            "expression": "coding.where(system='http://snomed.info/sct' and code.exists()).exists()",
            "source": "http://fhir.health.gov.il/StructureDefinition/il-core-allergy-intolerance"
          }
        ],
        "mustSupport": true,
        "binding": {
          "strength": "extensible",
          "valueSet": "http://fhir.health.gov.il/ValueSet/il-core-allergy-intolerance-code"
        }
      },
      {
        "id": "AllergyIntolerance.code.coding.system",
        "path": "AllergyIntolerance.code.coding.system",
        "min": 1
      },
      {
        "id": "AllergyIntolerance.code.coding.code",
        "path": "AllergyIntolerance.code.coding.code",
        "min": 1
      },
      {
        "id": "AllergyIntolerance.patient",
        "path": "AllergyIntolerance.patient",
        "type": [
          {
            "code": "Reference",
            "targetProfile": [
              "http://fhir.health.gov.il/StructureDefinition/il-core-patient"
            ]
          }
        ]
      },
      {
        "id": "AllergyIntolerance.encounter",
        "path": "AllergyIntolerance.encounter",
        "type": [
          {
            "code": "Reference",
            "targetProfile": [
              "http://fhir.health.gov.il/StructureDefinition/il-core-encounter"
            ]
          }
        ]
      },
      {
        "id": "AllergyIntolerance.recorder",
        "path": "AllergyIntolerance.recorder",
        "type": [
          {
            "code": "Reference",
            "targetProfile": [
              "http://fhir.health.gov.il/StructureDefinition/il-core-practitioner",
              "http://fhir.health.gov.il/StructureDefinition/il-core-practitioner-role",
              "http://fhir.health.gov.il/StructureDefinition/il-core-patient",
              "http://fhir.health.gov.il/StructureDefinition/il-core-related-person"
            ]
          }
        ]
      },
      {
        "id": "AllergyIntolerance.asserter",
        "path": "AllergyIntolerance.asserter",
        "type": [
          {
            "code": "Reference",
            "targetProfile": [
              "http://fhir.health.gov.il/StructureDefinition/il-core-patient",
              "http://fhir.health.gov.il/StructureDefinition/il-core-related-person",
              "http://fhir.health.gov.il/StructureDefinition/il-core-practitioner",
              "http://fhir.health.gov.il/StructureDefinition/il-core-practitioner-role"
            ]
          }
        ]
      },
      {
        "id": "AllergyIntolerance.reaction.extension",
        "path": "AllergyIntolerance.reaction.extension",
        "slicing": {
          "discriminator": [
            {
              "type": "value",
              "path": "url"
            }
          ],
          "ordered": false,
          "rules": "open"
        }
      },
      {
        "id": "AllergyIntolerance.reaction.extension:duration",
        "path": "AllergyIntolerance.reaction.extension",
        "sliceName": "duration",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "Extension",
            "profile": [
              "http://fhir.health.gov.il/StructureDefinition/ext-reaction-duration"
            ]
          }
        ]
      },
      {
        "id": "AllergyIntolerance.reaction.substance",
        "path": "AllergyIntolerance.reaction.substance",
        "example": [
          {
            "valueCodeableConcept": {
              "coding": [
                {
                  "code": "387458008",
                  "system": "http://snomed.info/sct",
                  "display": "Aspirin (substance)"
                }
              ]
            },
            "label": "Valid Example"
          }
        ],
        "binding": {
          "strength": "extensible",
          "valueSet": "http://fhir.health.gov.il/ValueSet/il-core-substance"
        }
      },
      {
        "id": "AllergyIntolerance.reaction.manifestation",
        "path": "AllergyIntolerance.reaction.manifestation",
        "example": [
          {
            "valueCodeableConcept": {
              "coding": [
                {
                  "code": "60862001",
                  "system": "http://snomed.info/sct",
                  "display": "Tinnitus (finding)"
                }
              ]
            },
            "label": "Valid Example"
          }
        ],
        "constraint": [
          {
            "key": "element-sct",
            "severity": "warning",
            "human": "Element.coding SHOULD contain a SNOMED-CT code. Other code systems included in the ValueSet are for historical purposes only",
            "expression": "coding.where(system='http://snomed.info/sct' and code.exists()).exists()",
            "source": "http://fhir.health.gov.il/StructureDefinition/il-core-allergy-intolerance"
          }
        ],
        "binding": {
          "strength": "extensible",
          "valueSet": "http://fhir.health.gov.il/ValueSet/il-core-manifestation"
        }
      },
      {
        "id": "AllergyIntolerance.reaction.exposureRoute",
        "path": "AllergyIntolerance.reaction.exposureRoute",
        "example": [
          {
            "valueCodeableConcept": {
              "coding": [
                {
                  "code": "26643006",
                  "system": "http://snomed.info/sct",
                  "display": "Oral route (qualifier value)"
                }
              ]
            },
            "label": "Valid Example"
          }
        ],
        "binding": {
          "strength": "extensible",
          "valueSet": "http://fhir.health.gov.il/ValueSet/il-core-route-code"
        }
      }
    ]
  }
}