PackagesCanonicalsLogsProblems
    Packages
    il.core.fhir.r4@0.14.0
    http://fhir.health.gov.il/StructureDefinition/il-core-immunization
{
  "description": "Israel Core proposed constraints and extensions on the Immunization Resource",
  "_filename": "StructureDefinition-il-core-immunization.json",
  "package_name": "il.core.fhir.r4",
  "date": "2024-04-07",
  "derivation": "constraint",
  "publisher": "Israel Core Team",
  "fhirVersion": "4.0.1",
  "name": "ILCoreImmunization",
  "abstract": false,
  "type": "Immunization",
  "experimental": null,
  "resourceType": "StructureDefinition",
  "title": "ILCore Immunization Profile",
  "package_version": "0.14.0",
  "extension": [ {
    "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status",
    "valueCode": "trial-use"
  }, {
    "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm",
    "valueInteger": 1
  } ],
  "status": "draft",
  "id": "75038641-dbb4-4c48-8aca-a07321160df9",
  "kind": "resource",
  "url": "http://fhir.health.gov.il/StructureDefinition/il-core-immunization",
  "version": "0.14.0",
  "differential": {
    "element": [ {
      "id": "Immunization",
      "path": "Immunization",
      "short": "ILCore Immunization Profile",
      "constraint": [ {
        "key": "il-immunization-lot-number",
        "human": "Immunization.lotNumber SHALL have a value if Immunization.primarySource is TRUE.",
        "source": "http://fhir.health.gov.il/StructureDefinition/il-core-immunization",
        "severity": "error",
        "expression": "primarySource=true implies lotNumber.exists()"
      } ],
      "definition": "Israel Core proposed constraints and extensions on the Immunization resource profile."
    }, {
      "id": "Immunization.status",
      "path": "Immunization.status",
      "mustSupport": true
    }, {
      "id": "Immunization.statusReason",
      "path": "Immunization.statusReason",
      "binding": {
        "strength": "extensible",
        "valueSet": "http://fhir.health.gov.il/ValueSet/reason-not-done"
      },
      "example": [ {
        "label": "Valid Example",
        "valueCodeableConcept": {
          "coding": [ {
            "code": "310376006",
            "system": "http://snomed.info/sct",
            "display": "Immunization consent not given"
          } ]
        }
      } ],
      "mustSupport": true
    }, {
      "id": "Immunization.vaccineCode",
      "path": "Immunization.vaccineCode",
      "mustSupport": true
    }, {
      "id": "Immunization.vaccineCode.coding",
      "min": 1,
      "path": "Immunization.vaccineCode.coding",
      "slicing": {
        "rules": "open",
        "discriminator": [ {
          "path": "$this",
          "type": "value"
        } ]
      }
    }, {
      "id": "Immunization.vaccineCode.coding:vaccine",
      "max": "1",
      "min": 1,
      "path": "Immunization.vaccineCode.coding",
      "binding": {
        "strength": "required",
        "valueSet": "http://fhir.health.gov.il/ValueSet/vaccine-code"
      },
      "example": [ {
        "label": "Valid Example",
        "valueCodeableConcept": {
          "coding": [ {
            "code": "346313005",
            "system": "http://snomed.info/sct",
            "display": "Allergen extract vaccines"
          } ]
        }
      } ],
      "sliceName": "vaccine",
      "mustSupport": true
    }, {
      "id": "Immunization.vaccineCode.coding:product",
      "max": "1",
      "min": 0,
      "path": "Immunization.vaccineCode.coding",
      "binding": {
        "strength": "required",
        "valueSet": "http://fhir.health.gov.il/ValueSet/vaccine-product-code"
      },
      "example": [ {
        "label": "Valid Example",
        "valueCodeableConcept": {
          "coding": [ {
            "code": "J07AC",
            "system": "http://www.whocc.no/atc",
            "display": "Anthrax vaccines"
          } ]
        }
      } ],
      "sliceName": "product",
      "mustSupport": true
    }, {
      "id": "Immunization.patient",
      "path": "Immunization.patient",
      "type": [ {
        "code": "Reference",
        "targetProfile": [ "http://fhir.health.gov.il/StructureDefinition/il-core-patient" ]
      } ],
      "mustSupport": true
    }, {
      "id": "Immunization.encounter",
      "path": "Immunization.encounter",
      "type": [ {
        "code": "Reference",
        "targetProfile": [ "http://fhir.health.gov.il/StructureDefinition/il-core-encounter" ]
      } ]
    }, {
      "id": "Immunization.occurrence[x]",
      "path": "Immunization.occurrence[x]",
      "slicing": {
        "rules": "open",
        "ordered": false,
        "discriminator": [ {
          "path": "$this",
          "type": "type"
        } ]
      },
      "mustSupport": true
    }, {
      "id": "Immunization.occurrence[x]:occurrenceDateTime",
      "max": "1",
      "min": 0,
      "path": "Immunization.occurrence[x]",
      "type": [ {
        "code": "dateTime"
      } ],
      "sliceName": "occurrenceDateTime",
      "mustSupport": true
    }, {
      "id": "Immunization.primarySource",
      "min": 1,
      "path": "Immunization.primarySource",
      "mustSupport": true
    }, {
      "id": "Immunization.location",
      "path": "Immunization.location",
      "type": [ {
        "code": "Reference",
        "targetProfile": [ "http://fhir.health.gov.il/StructureDefinition/il-core-location" ]
      } ]
    }, {
      "id": "Immunization.manufacturer",
      "path": "Immunization.manufacturer",
      "type": [ {
        "code": "Reference",
        "targetProfile": [ "http://fhir.health.gov.il/StructureDefinition/il-core-organization" ]
      } ]
    }, {
      "id": "Immunization.lotNumber",
      "path": "Immunization.lotNumber",
      "mustSupport": true
    }, {
      "id": "Immunization.site",
      "path": "Immunization.site",
      "binding": {
        "strength": "extensible",
        "valueSet": "http://fhir.health.gov.il/ValueSet/immunization-body-site"
      },
      "example": [ {
        "label": "Valid Example",
        "valueCodeableConcept": {
          "coding": [ {
            "code": "368208006",
            "system": "http://snomed.info/sct",
            "display": "Left upper arm structure (body structure)"
          } ]
        }
      } ]
    }, {
      "id": "Immunization.route",
      "path": "Immunization.route",
      "binding": {
        "strength": "extensible",
        "valueSet": "http://hl7.org/fhir/ValueSet/immunization-route"
      }
    }, {
      "id": "Immunization.performer.actor",
      "path": "Immunization.performer.actor",
      "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-organization" ]
      } ]
    }, {
      "id": "Immunization.reasonReference",
      "path": "Immunization.reasonReference",
      "type": [ {
        "code": "Reference",
        "targetProfile": [ "http://fhir.health.gov.il/StructureDefinition/il-core-condition", "http://fhir.health.gov.il/StructureDefinition/il-core-observation", "http://fhir.health.gov.il/StructureDefinition/il-core-diagnostic-report" ]
      } ]
    }, {
      "id": "Immunization.reaction.detail",
      "path": "Immunization.reaction.detail",
      "type": [ {
        "code": "Reference",
        "targetProfile": [ "http://fhir.health.gov.il/StructureDefinition/il-core-immunization-reaction-observation" ]
      } ]
    }, {
      "id": "Immunization.protocolApplied.targetDisease",
      "path": "Immunization.protocolApplied.targetDisease",
      "binding": {
        "strength": "preferred",
        "valueSet": "http://fhir.health.gov.il/ValueSet/target-disease"
      }
    } ]
  },
  "contact": [ {
    "telecom": [ {
      "value": "tal.primak@moh.gov.il",
      "system": "email"
    } ]
  } ],
  "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Immunization"
}