PackagesCanonicalsLogsProblems
    Packages
    hl7.fhir.be.vaccination@1.0.0
    https://www.ehealth.fgov.be/standards/fhir/vaccination/StructureDefinition/BeModelVaccination
{
  "description": null,
  "_filename": "StructureDefinition-BeModelVaccination.json",
  "package_name": "hl7.fhir.be.vaccination",
  "date": "2022-05-31T11:42:31+02:00",
  "derivation": "specialization",
  "publisher": "eHealth Platform",
  "fhirVersion": "4.0.1",
  "jurisdiction": [ {
    "coding": [ {
      "code": "BE",
      "system": "urn:iso:std:iso:3166",
      "display": "Belgium"
    } ]
  } ],
  "name": "BeModelVaccination",
  "mapping": [ {
    "uri": "http://hl7.org/v3",
    "name": "RIM Mapping",
    "identity": "rim"
  }, {
    "uri": "https://www.ehealth.fgov.be/standards/fhir/vaccination/StructureDefinition/be-vaccination",
    "name": "BeModelVaccinationToBVaccination",
    "identity": "map-be-model-vaccination-to-be-vaccination"
  } ],
  "abstract": false,
  "type": "https://www.ehealth.fgov.be/standards/fhir/vaccination/StructureDefinition/BeModelVaccination",
  "experimental": null,
  "resourceType": "StructureDefinition",
  "title": null,
  "package_version": "1.0.0",
  "snapshot": {
    "element": [ {
      "constraint": [ {
        "key": "ele-1",
        "human": "All FHIR elements must have a @value or children",
        "xpath": "@value|f:*|h:div",
        "source": "http://hl7.org/fhir/StructureDefinition/Element",
        "severity": "error",
        "expression": "hasValue() or (children().count() > id.count())"
      } ],
      "path": "BeModelVaccination",
      "min": 0,
      "definition": "Base definition for all elements in a resource.",
      "isModifier": false,
      "short": "Base for all elements",
      "mapping": [ {
        "map": "n/a",
        "identity": "rim"
      }, {
        "map": "BeVaccination",
        "identity": "map-be-model-vaccination-to-be-vaccination"
      } ],
      "max": "*",
      "id": "BeModelVaccination",
      "condition": [ "ele-1" ],
      "base": {
        "max": "*",
        "min": 0,
        "path": "Element"
      }
    }, {
      "path": "BeModelVaccination.id",
      "min": 0,
      "definition": "Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.",
      "isModifier": false,
      "short": "Unique id for inter-element referencing",
      "mapping": [ {
        "map": "n/a",
        "identity": "rim"
      } ],
      "type": [ {
        "code": "http://hl7.org/fhirpath/System.String",
        "extension": [ {
          "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fhir-type",
          "valueUrl": "string"
        } ]
      } ],
      "representation": [ "xmlAttr" ],
      "max": "1",
      "id": "BeModelVaccination.id",
      "base": {
        "max": "1",
        "min": 0,
        "path": "Element.id"
      },
      "isSummary": false
    }, {
      "constraint": [ {
        "key": "ele-1",
        "human": "All FHIR elements must have a @value or children",
        "xpath": "@value|f:*|h:div",
        "source": "http://hl7.org/fhir/StructureDefinition/Element",
        "severity": "error",
        "expression": "hasValue() or (children().count() > id.count())"
      }, {
        "key": "ext-1",
        "human": "Must have either extensions or value[x], not both",
        "xpath": "exists(f:extension)!=exists(f:*[starts-with(local-name(.), \"value\")])",
        "source": "http://hl7.org/fhir/StructureDefinition/Extension",
        "severity": "error",
        "expression": "extension.exists() != value.exists()"
      } ],
      "path": "BeModelVaccination.extension",
      "min": 0,
      "definition": "May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance  applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.",
      "isModifier": false,
      "short": "Additional content defined by implementations",
      "mapping": [ {
        "map": "n/a",
        "identity": "rim"
      } ],
      "slicing": {
        "rules": "open",
        "description": "Extensions are always sliced by (at least) url",
        "discriminator": [ {
          "path": "url",
          "type": "value"
        } ]
      },
      "type": [ {
        "code": "Extension"
      } ],
      "alias": [ "extensions", "user content" ],
      "max": "*",
      "id": "BeModelVaccination.extension",
      "comment": "There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions.  The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.",
      "base": {
        "max": "*",
        "min": 0,
        "path": "Element.extension"
      },
      "isSummary": false
    }, {
      "path": "BeModelVaccination.recorded",
      "min": 1,
      "definition": "The date and time when the administration of the vaccine was recorded - typically used when the vaccine event is recorded a posteriori.",
      "short": "The date and time when the administration of the vaccine was recorded",
      "mapping": [ {
        "map": "recorded",
        "identity": "map-be-model-vaccination-to-be-vaccination"
      } ],
      "type": [ {
        "code": "dateTime"
      } ],
      "max": "1",
      "id": "BeModelVaccination.recorded",
      "base": {
        "max": "1",
        "min": 1,
        "path": "BeModelVaccination.recorded"
      }
    }, {
      "path": "BeModelVaccination.patient",
      "min": 1,
      "definition": "The patient that has received the vaccination.",
      "short": "The patient that received vaccination.",
      "mapping": [ {
        "map": "patient",
        "identity": "map-be-model-vaccination-to-be-vaccination"
      } ],
      "type": [ {
        "code": "Reference",
        "targetProfile": [ "http://hl7.org/fhir/StructureDefinition/Patient" ]
      } ],
      "max": "1",
      "id": "BeModelVaccination.patient",
      "base": {
        "max": "1",
        "min": 1,
        "path": "BeModelVaccination.patient"
      }
    }, {
      "path": "BeModelVaccination.vaccinationRequest",
      "min": 0,
      "definition": "The patient-specific order or recommendation for the vaccination, for example a prescription or a request for vaccination for a patient by a physician, for example for optional vaccines.",
      "short": "The patient-specific order or recommendation for the vaccination",
      "mapping": [ {
        "map": "extension.be-ext-vaccination-originalorder",
        "identity": "map-be-model-vaccination-to-be-vaccination"
      } ],
      "type": [ {
        "code": "Reference"
      } ],
      "max": "1",
      "id": "BeModelVaccination.vaccinationRequest",
      "base": {
        "max": "1",
        "min": 0,
        "path": "BeModelVaccination.vaccinationRequest"
      }
    }, {
      "path": "BeModelVaccination.recorder",
      "min": 1,
      "definition": "The professional that recorded the administration of the vaccine.",
      "short": "The professional that recorded the administration of the vaccine",
      "mapping": [ {
        "map": "extension.be-ext-recorder",
        "identity": "map-be-model-vaccination-to-be-vaccination"
      } ],
      "type": [ {
        "code": "Reference",
        "targetProfile": [ "http://hl7.org/fhir/StructureDefinition/Practitioner" ]
      } ],
      "max": "1",
      "id": "BeModelVaccination.recorder",
      "base": {
        "max": "1",
        "min": 1,
        "path": "BeModelVaccination.recorder"
      }
    }, {
      "path": "BeModelVaccination.performer",
      "min": 0,
      "definition": "The professional that administered the medication. Use code \"unknown\" if not known.",
      "short": "The professional that administered the medication",
      "mapping": [ {
        "map": "performer",
        "identity": "map-be-model-vaccination-to-be-vaccination"
      } ],
      "type": [ {
        "code": "Reference",
        "targetProfile": [ "http://hl7.org/fhir/StructureDefinition/Practitioner" ]
      } ],
      "max": "1",
      "id": "BeModelVaccination.performer",
      "base": {
        "max": "1",
        "min": 0,
        "path": "BeModelVaccination.performer"
      }
    }, {
      "path": "BeModelVaccination.vaccineCode",
      "min": 1,
      "definition": "The vaccine code - a type of vaccine, typically identified by the disease(s) it covers. For example MMR, HPV, Tetanus, DTPa. This should be a coded value.",
      "short": "The vaccine code, typically identified by the diseas(s) it covers. For example MMR, HPV, Tetanus, DTPa",
      "mapping": [ {
        "map": "vaccineCode",
        "identity": "map-be-model-vaccination-to-be-vaccination"
      } ],
      "type": [ {
        "code": "CodeableConcept"
      } ],
      "max": "1",
      "id": "BeModelVaccination.vaccineCode",
      "base": {
        "max": "1",
        "min": 1,
        "path": "BeModelVaccination.vaccineCode"
      }
    }, {
      "path": "BeModelVaccination.vaccinationDate[x]",
      "min": 0,
      "definition": "The date and/or time when the vaccine administration has been administered or presumed to be administered",
      "short": "The date and time when the vaccination has been administered",
      "mapping": [ {
        "map": "occurrence",
        "identity": "map-be-model-vaccination-to-be-vaccination"
      } ],
      "type": [ {
        "code": "dateTime"
      }, {
        "code": "string"
      } ],
      "max": "1",
      "id": "BeModelVaccination.vaccinationDate[x]",
      "base": {
        "max": "1",
        "min": 0,
        "path": "BeModelVaccination.vaccinationDate[x]"
      }
    }, {
      "path": "BeModelVaccination.administeredProduct",
      "min": 0,
      "definition": "The details of the product that was administered",
      "short": "The details of the product that was administered.",
      "mapping": [ {
        "map": "extension.be-ext-administeredProduct",
        "identity": "map-be-model-vaccination-to-be-vaccination"
      } ],
      "type": [ {
        "code": "BackboneElement"
      } ],
      "max": "1",
      "id": "BeModelVaccination.administeredProduct",
      "base": {
        "max": "1",
        "min": 0,
        "path": "BeModelVaccination.administeredProduct"
      }
    }, {
      "path": "BeModelVaccination.administeredProduct.product[x]",
      "min": 0,
      "definition": "The actual product that was administered. This can be just text (not desired), or a code (e.g. 1696392 = Neisvac C Dos 0,5ml) or a reference to an actual Medication product (e.g. http://server/Medication/1696392)",
      "short": "The actual product that was administered. This should be a product code or a reference to an actual Medication resource",
      "mapping": [ {
        "map": "extension.be-ext-administeredProduct.code",
        "identity": "map-be-model-vaccination-to-be-vaccination"
      } ],
      "type": [ {
        "code": "Reference"
      }, {
        "code": "CodeableConcept"
      } ],
      "max": "1",
      "id": "BeModelVaccination.administeredProduct.product[x]",
      "comment": "In the case where the product is not known, use code \"unknown\"",
      "base": {
        "max": "1",
        "min": 0,
        "path": "BeModelVaccination.administeredProduct.product[x]"
      }
    }, {
      "path": "BeModelVaccination.administeredProduct.lotNumber",
      "min": 0,
      "definition": "The lot number",
      "short": "The lot number",
      "mapping": [ {
        "map": "extension.be-ext-administeredProduct.batch.lotNumber",
        "identity": "map-be-model-vaccination-to-be-vaccination"
      } ],
      "type": [ {
        "code": "string"
      } ],
      "max": "1",
      "id": "BeModelVaccination.administeredProduct.lotNumber",
      "base": {
        "max": "1",
        "min": 0,
        "path": "BeModelVaccination.administeredProduct.lotNumber"
      }
    }, {
      "path": "BeModelVaccination.administeredProduct.expirationDate",
      "min": 0,
      "definition": "The expiration date of the product.",
      "short": "The expiration date of the product.",
      "mapping": [ {
        "map": "extension.be-ext-administeredProduct.batch.expirationDate",
        "identity": "map-be-model-vaccination-to-be-vaccination"
      } ],
      "type": [ {
        "code": "date"
      } ],
      "max": "1",
      "id": "BeModelVaccination.administeredProduct.expirationDate",
      "base": {
        "max": "1",
        "min": 0,
        "path": "BeModelVaccination.administeredProduct.expirationDate"
      }
    }, {
      "path": "BeModelVaccination.route",
      "min": 0,
      "definition": "The route of administration for the vaccine. This can be free text (not desired) or a code",
      "short": "The route of administration.",
      "mapping": [ {
        "map": "route",
        "identity": "map-be-model-vaccination-to-be-vaccination"
      } ],
      "type": [ {
        "code": "CodeableConcept"
      } ],
      "max": "1",
      "id": "BeModelVaccination.route",
      "base": {
        "max": "1",
        "min": 0,
        "path": "BeModelVaccination.route"
      }
    }, {
      "path": "BeModelVaccination.status",
      "min": 1,
      "definition": "The status of the vaccination record entry - whether it is active, entered in error, etc.",
      "short": "The status of this vaccination record entry",
      "mapping": [ {
        "map": "status",
        "identity": "map-be-model-vaccination-to-be-vaccination"
      } ],
      "type": [ {
        "code": "code"
      } ],
      "max": "1",
      "id": "BeModelVaccination.status",
      "base": {
        "max": "1",
        "min": 1,
        "path": "BeModelVaccination.status"
      }
    }, {
      "path": "BeModelVaccination.statusReason",
      "min": 0,
      "definition": "Supporting reason for status information.",
      "short": "The reason for the status e.g. 'not completed because...'",
      "mapping": [ {
        "map": "statusReason",
        "identity": "map-be-model-vaccination-to-be-vaccination"
      } ],
      "type": [ {
        "code": "CodeableConcept"
      } ],
      "binding": {
        "strength": "required",
        "valueSet": "https://www.ehealth.fgov.be/standards/fhir/vaccination/ValueSet/be-vs-vaccination-status-reason",
        "description": "Belgium codes to describe reasons considered for status of vaccination actions, e.g. reasons for not administering vaccine"
      },
      "max": "1",
      "id": "BeModelVaccination.statusReason",
      "base": {
        "max": "1",
        "min": 0,
        "path": "BeModelVaccination.statusReason"
      }
    }, {
      "path": "BeModelVaccination.reaction",
      "min": 0,
      "definition": "Reaction to the immunization - cfr. AllergyIntolerance",
      "short": "Reaction to the immunization - cfr. AllergyIntolerance",
      "mapping": [ {
        "map": "reaction",
        "identity": "map-be-model-vaccination-to-be-vaccination"
      } ],
      "type": [ {
        "code": "BackboneElement"
      } ],
      "max": "1",
      "id": "BeModelVaccination.reaction",
      "base": {
        "max": "1",
        "min": 0,
        "path": "BeModelVaccination.reaction"
      }
    }, {
      "path": "BeModelVaccination.reaction.reactionDate",
      "min": 1,
      "definition": "date of the reaction",
      "short": "date of the reaction",
      "mapping": [ {
        "map": "reaction.date",
        "identity": "map-be-model-vaccination-to-be-vaccination"
      } ],
      "type": [ {
        "code": "dateTime"
      } ],
      "max": "1",
      "id": "BeModelVaccination.reaction.reactionDate",
      "base": {
        "max": "1",
        "min": 1,
        "path": "BeModelVaccination.reaction.reactionDate"
      }
    }, {
      "path": "BeModelVaccination.reaction.manifestation",
      "min": 0,
      "definition": "reference to the observation of the reaction",
      "short": "reference to the observation of the reaction",
      "mapping": [ {
        "map": "reaction.detail",
        "identity": "map-be-model-vaccination-to-be-vaccination"
      } ],
      "type": [ {
        "code": "Reference"
      } ],
      "max": "1",
      "id": "BeModelVaccination.reaction.manifestation",
      "base": {
        "max": "1",
        "min": 0,
        "path": "BeModelVaccination.reaction.manifestation"
      }
    }, {
      "path": "BeModelVaccination.doseQuantity",
      "min": 0,
      "definition": "The number or quantity of product(s) that was administered - e.g. 1/2 dose, etc.",
      "short": "The number or quantity of product(s) that was administered - e.g. 1/2 dose",
      "mapping": [ {
        "map": "doseQuantity",
        "identity": "map-be-model-vaccination-to-be-vaccination"
      } ],
      "type": [ {
        "code": "BackboneElement"
      } ],
      "max": "1",
      "id": "BeModelVaccination.doseQuantity",
      "base": {
        "max": "1",
        "min": 0,
        "path": "BeModelVaccination.doseQuantity"
      }
    }, {
      "path": "BeModelVaccination.note",
      "min": 0,
      "definition": "Additional notes for the vaccination",
      "short": "Additional notes for the vaccination.",
      "mapping": [ {
        "map": "note",
        "identity": "map-be-model-vaccination-to-be-vaccination"
      } ],
      "type": [ {
        "code": "Attachment"
      } ],
      "max": "1",
      "id": "BeModelVaccination.note",
      "base": {
        "max": "1",
        "min": 0,
        "path": "BeModelVaccination.note"
      }
    }, {
      "path": "BeModelVaccination.site",
      "min": 1,
      "definition": "The body site where the vaccination entered the body",
      "short": "The body site where the vaccination entered the body",
      "mapping": [ {
        "map": "site",
        "identity": "map-be-model-vaccination-to-be-vaccination"
      } ],
      "type": [ {
        "code": "CodeableConcept"
      } ],
      "max": "1",
      "id": "BeModelVaccination.site",
      "base": {
        "max": "1",
        "min": 1,
        "path": "BeModelVaccination.site"
      }
    }, {
      "path": "BeModelVaccination.identifier",
      "min": 0,
      "definition": "The business identifier(s) for the vaccination entry - This is an optional attribute, used for example to track an entry throughout its lifecycle, or across vaults.",
      "short": "The business identifier(s) for the vaccination entry",
      "mapping": [ {
        "map": "identifier",
        "identity": "map-be-model-vaccination-to-be-vaccination"
      } ],
      "type": [ {
        "code": "Identifier"
      } ],
      "max": "*",
      "id": "BeModelVaccination.identifier",
      "base": {
        "max": "*",
        "min": 0,
        "path": "BeModelVaccination.identifier"
      }
    }, {
      "id": "BeModelVaccination.bodyLaterality",
      "max": "1",
      "min": 0,
      "base": {
        "max": "1",
        "min": 0,
        "path": "BeModelVaccination.bodyLaterality"
      },
      "path": "BeModelVaccination.bodyLaterality",
      "type": [ {
        "code": "CodeableConcept"
      } ],
      "short": "The side of the body (for sites that occur on both sides of the body)",
      "definition": "The side of the body (for sites that occur on both sides of the body)"
    }, {
      "path": "BeModelVaccination.location",
      "min": 0,
      "definition": "a resource (Location) if one exists e.g. 'Location/kind-en-gezin-092375' which could be defining 'Kind en Gezin Gent Koepoortkaai' ",
      "short": "The location where the immunization is performed.",
      "mapping": [ {
        "map": "extension.be-ext-vaccination-location",
        "identity": "map-be-model-vaccination-to-be-vaccination"
      } ],
      "type": [ {
        "code": "Reference"
      } ],
      "max": "1",
      "id": "BeModelVaccination.location",
      "base": {
        "max": "1",
        "min": 0,
        "path": "BeModelVaccination.location"
      }
    }, {
      "id": "BeModelVaccination.locationType",
      "max": "1",
      "min": 0,
      "base": {
        "max": "1",
        "min": 0,
        "path": "BeModelVaccination.locationType"
      },
      "path": "BeModelVaccination.locationType",
      "type": [ {
        "code": "CodeableConcept"
      } ],
      "short": "The location where the immunization administration was performed. This can be a text (e.g. 'at the physician's office' or a code e.g. '00078' meaning 'patient's home'",
      "definition": "The location where the immunization administration was performed. This can be a text (e.g. 'at the physician's office' or a code e.g. '00078' meaning 'patient's home'"
    } ]
  },
  "status": "active",
  "id": "b476531a-dd44-4326-b839-de330fe086de",
  "kind": "logical",
  "url": "https://www.ehealth.fgov.be/standards/fhir/vaccination/StructureDefinition/BeModelVaccination",
  "version": "1.0.0",
  "differential": {
    "element": [ {
      "id": "BeModelVaccination",
      "path": "BeModelVaccination",
      "mapping": [ {
        "map": "BeVaccination",
        "identity": "map-be-model-vaccination-to-be-vaccination"
      } ]
    }, {
      "id": "BeModelVaccination.recorded",
      "max": "1",
      "min": 1,
      "path": "BeModelVaccination.recorded",
      "type": [ {
        "code": "dateTime"
      } ],
      "short": "The date and time when the administration of the vaccine was recorded",
      "mapping": [ {
        "map": "recorded",
        "identity": "map-be-model-vaccination-to-be-vaccination"
      } ],
      "definition": "The date and time when the administration of the vaccine was recorded - typically used when the vaccine event is recorded a posteriori."
    }, {
      "id": "BeModelVaccination.patient",
      "max": "1",
      "min": 1,
      "path": "BeModelVaccination.patient",
      "type": [ {
        "code": "Reference",
        "targetProfile": [ "http://hl7.org/fhir/StructureDefinition/Patient" ]
      } ],
      "short": "The patient that received vaccination.",
      "mapping": [ {
        "map": "patient",
        "identity": "map-be-model-vaccination-to-be-vaccination"
      } ],
      "definition": "The patient that has received the vaccination."
    }, {
      "id": "BeModelVaccination.vaccinationRequest",
      "max": "1",
      "min": 0,
      "path": "BeModelVaccination.vaccinationRequest",
      "type": [ {
        "code": "Reference"
      } ],
      "short": "The patient-specific order or recommendation for the vaccination",
      "mapping": [ {
        "map": "extension.be-ext-vaccination-originalorder",
        "identity": "map-be-model-vaccination-to-be-vaccination"
      } ],
      "definition": "The patient-specific order or recommendation for the vaccination, for example a prescription or a request for vaccination for a patient by a physician, for example for optional vaccines."
    }, {
      "id": "BeModelVaccination.recorder",
      "max": "1",
      "min": 1,
      "path": "BeModelVaccination.recorder",
      "type": [ {
        "code": "Reference",
        "targetProfile": [ "http://hl7.org/fhir/StructureDefinition/Practitioner" ]
      } ],
      "short": "The professional that recorded the administration of the vaccine",
      "mapping": [ {
        "map": "extension.be-ext-recorder",
        "identity": "map-be-model-vaccination-to-be-vaccination"
      } ],
      "definition": "The professional that recorded the administration of the vaccine."
    }, {
      "id": "BeModelVaccination.performer",
      "max": "1",
      "min": 0,
      "path": "BeModelVaccination.performer",
      "type": [ {
        "code": "Reference",
        "targetProfile": [ "http://hl7.org/fhir/StructureDefinition/Practitioner" ]
      } ],
      "short": "The professional that administered the medication",
      "mapping": [ {
        "map": "performer",
        "identity": "map-be-model-vaccination-to-be-vaccination"
      } ],
      "definition": "The professional that administered the medication. Use code \"unknown\" if not known."
    }, {
      "id": "BeModelVaccination.vaccineCode",
      "max": "1",
      "min": 1,
      "path": "BeModelVaccination.vaccineCode",
      "type": [ {
        "code": "CodeableConcept"
      } ],
      "short": "The vaccine code, typically identified by the diseas(s) it covers. For example MMR, HPV, Tetanus, DTPa",
      "mapping": [ {
        "map": "vaccineCode",
        "identity": "map-be-model-vaccination-to-be-vaccination"
      } ],
      "definition": "The vaccine code - a type of vaccine, typically identified by the disease(s) it covers. For example MMR, HPV, Tetanus, DTPa. This should be a coded value."
    }, {
      "id": "BeModelVaccination.vaccinationDate[x]",
      "max": "1",
      "min": 0,
      "path": "BeModelVaccination.vaccinationDate[x]",
      "type": [ {
        "code": "dateTime"
      }, {
        "code": "string"
      } ],
      "short": "The date and time when the vaccination has been administered",
      "mapping": [ {
        "map": "occurrence",
        "identity": "map-be-model-vaccination-to-be-vaccination"
      } ],
      "definition": "The date and/or time when the vaccine administration has been administered or presumed to be administered"
    }, {
      "id": "BeModelVaccination.administeredProduct",
      "max": "1",
      "min": 0,
      "path": "BeModelVaccination.administeredProduct",
      "type": [ {
        "code": "BackboneElement"
      } ],
      "short": "The details of the product that was administered.",
      "mapping": [ {
        "map": "extension.be-ext-administeredProduct",
        "identity": "map-be-model-vaccination-to-be-vaccination"
      } ],
      "definition": "The details of the product that was administered"
    }, {
      "path": "BeModelVaccination.administeredProduct.product[x]",
      "min": 0,
      "definition": "The actual product that was administered. This can be just text (not desired), or a code (e.g. 1696392 = Neisvac C Dos 0,5ml) or a reference to an actual Medication product (e.g. http://server/Medication/1696392)",
      "short": "The actual product that was administered. This should be a product code or a reference to an actual Medication resource",
      "mapping": [ {
        "map": "extension.be-ext-administeredProduct.code",
        "identity": "map-be-model-vaccination-to-be-vaccination"
      } ],
      "type": [ {
        "code": "Reference"
      }, {
        "code": "CodeableConcept"
      } ],
      "max": "1",
      "id": "BeModelVaccination.administeredProduct.product[x]",
      "comment": "In the case where the product is not known, use code \"unknown\""
    }, {
      "id": "BeModelVaccination.administeredProduct.lotNumber",
      "max": "1",
      "min": 0,
      "path": "BeModelVaccination.administeredProduct.lotNumber",
      "type": [ {
        "code": "string"
      } ],
      "short": "The lot number",
      "mapping": [ {
        "map": "extension.be-ext-administeredProduct.batch.lotNumber",
        "identity": "map-be-model-vaccination-to-be-vaccination"
      } ],
      "definition": "The lot number"
    }, {
      "id": "BeModelVaccination.administeredProduct.expirationDate",
      "max": "1",
      "min": 0,
      "path": "BeModelVaccination.administeredProduct.expirationDate",
      "type": [ {
        "code": "date"
      } ],
      "short": "The expiration date of the product.",
      "mapping": [ {
        "map": "extension.be-ext-administeredProduct.batch.expirationDate",
        "identity": "map-be-model-vaccination-to-be-vaccination"
      } ],
      "definition": "The expiration date of the product."
    }, {
      "id": "BeModelVaccination.route",
      "max": "1",
      "min": 0,
      "path": "BeModelVaccination.route",
      "type": [ {
        "code": "CodeableConcept"
      } ],
      "short": "The route of administration.",
      "mapping": [ {
        "map": "route",
        "identity": "map-be-model-vaccination-to-be-vaccination"
      } ],
      "definition": "The route of administration for the vaccine. This can be free text (not desired) or a code"
    }, {
      "id": "BeModelVaccination.status",
      "max": "1",
      "min": 1,
      "path": "BeModelVaccination.status",
      "type": [ {
        "code": "code"
      } ],
      "short": "The status of this vaccination record entry",
      "mapping": [ {
        "map": "status",
        "identity": "map-be-model-vaccination-to-be-vaccination"
      } ],
      "definition": "The status of the vaccination record entry - whether it is active, entered in error, etc."
    }, {
      "path": "BeModelVaccination.statusReason",
      "min": 0,
      "definition": "Supporting reason for status information.",
      "short": "The reason for the status e.g. 'not completed because...'",
      "mapping": [ {
        "map": "statusReason",
        "identity": "map-be-model-vaccination-to-be-vaccination"
      } ],
      "type": [ {
        "code": "CodeableConcept"
      } ],
      "binding": {
        "strength": "required",
        "valueSet": "https://www.ehealth.fgov.be/standards/fhir/vaccination/ValueSet/be-vs-vaccination-status-reason",
        "description": "Belgium codes to describe reasons considered for status of vaccination actions, e.g. reasons for not administering vaccine"
      },
      "max": "1",
      "id": "BeModelVaccination.statusReason"
    }, {
      "id": "BeModelVaccination.reaction",
      "max": "1",
      "min": 0,
      "path": "BeModelVaccination.reaction",
      "type": [ {
        "code": "BackboneElement"
      } ],
      "short": "Reaction to the immunization - cfr. AllergyIntolerance",
      "mapping": [ {
        "map": "reaction",
        "identity": "map-be-model-vaccination-to-be-vaccination"
      } ],
      "definition": "Reaction to the immunization - cfr. AllergyIntolerance"
    }, {
      "id": "BeModelVaccination.reaction.reactionDate",
      "max": "1",
      "min": 1,
      "path": "BeModelVaccination.reaction.reactionDate",
      "type": [ {
        "code": "dateTime"
      } ],
      "short": "date of the reaction",
      "mapping": [ {
        "map": "reaction.date",
        "identity": "map-be-model-vaccination-to-be-vaccination"
      } ],
      "definition": "date of the reaction"
    }, {
      "id": "BeModelVaccination.reaction.manifestation",
      "max": "1",
      "min": 0,
      "path": "BeModelVaccination.reaction.manifestation",
      "type": [ {
        "code": "Reference"
      } ],
      "short": "reference to the observation of the reaction",
      "mapping": [ {
        "map": "reaction.detail",
        "identity": "map-be-model-vaccination-to-be-vaccination"
      } ],
      "definition": "reference to the observation of the reaction"
    }, {
      "id": "BeModelVaccination.doseQuantity",
      "max": "1",
      "min": 0,
      "path": "BeModelVaccination.doseQuantity",
      "type": [ {
        "code": "BackboneElement"
      } ],
      "short": "The number or quantity of product(s) that was administered - e.g. 1/2 dose",
      "mapping": [ {
        "map": "doseQuantity",
        "identity": "map-be-model-vaccination-to-be-vaccination"
      } ],
      "definition": "The number or quantity of product(s) that was administered - e.g. 1/2 dose, etc."
    }, {
      "id": "BeModelVaccination.note",
      "max": "1",
      "min": 0,
      "path": "BeModelVaccination.note",
      "type": [ {
        "code": "Attachment"
      } ],
      "short": "Additional notes for the vaccination.",
      "mapping": [ {
        "map": "note",
        "identity": "map-be-model-vaccination-to-be-vaccination"
      } ],
      "definition": "Additional notes for the vaccination"
    }, {
      "id": "BeModelVaccination.site",
      "max": "1",
      "min": 1,
      "path": "BeModelVaccination.site",
      "type": [ {
        "code": "CodeableConcept"
      } ],
      "short": "The body site where the vaccination entered the body",
      "mapping": [ {
        "map": "site",
        "identity": "map-be-model-vaccination-to-be-vaccination"
      } ],
      "definition": "The body site where the vaccination entered the body"
    }, {
      "id": "BeModelVaccination.identifier",
      "max": "*",
      "min": 0,
      "path": "BeModelVaccination.identifier",
      "type": [ {
        "code": "Identifier"
      } ],
      "short": "The business identifier(s) for the vaccination entry",
      "mapping": [ {
        "map": "identifier",
        "identity": "map-be-model-vaccination-to-be-vaccination"
      } ],
      "definition": "The business identifier(s) for the vaccination entry - This is an optional attribute, used for example to track an entry throughout its lifecycle, or across vaults."
    }, {
      "id": "BeModelVaccination.bodyLaterality",
      "max": "1",
      "min": 0,
      "path": "BeModelVaccination.bodyLaterality",
      "type": [ {
        "code": "CodeableConcept"
      } ],
      "short": "The side of the body (for sites that occur on both sides of the body)",
      "definition": "The side of the body (for sites that occur on both sides of the body)"
    }, {
      "id": "BeModelVaccination.location",
      "max": "1",
      "min": 0,
      "path": "BeModelVaccination.location",
      "type": [ {
        "code": "Reference"
      } ],
      "short": "The location where the immunization is performed.",
      "mapping": [ {
        "map": "extension.be-ext-vaccination-location",
        "identity": "map-be-model-vaccination-to-be-vaccination"
      } ],
      "definition": "a resource (Location) if one exists e.g. 'Location/kind-en-gezin-092375' which could be defining 'Kind en Gezin Gent Koepoortkaai' "
    }, {
      "id": "BeModelVaccination.locationType",
      "max": "1",
      "min": 0,
      "path": "BeModelVaccination.locationType",
      "type": [ {
        "code": "CodeableConcept"
      } ],
      "short": "The location where the immunization administration was performed. This can be a text (e.g. 'at the physician's office' or a code e.g. '00078' meaning 'patient's home'",
      "definition": "The location where the immunization administration was performed. This can be a text (e.g. 'at the physician's office' or a code e.g. '00078' meaning 'patient's home'"
    } ]
  },
  "contact": [ {
    "name": "eHealth Platform",
    "telecom": [ {
      "value": "http://www.ehealth.fgov.be/",
      "system": "url"
    }, {
      "value": "message-structure@ehealth.fgov.be",
      "system": "email"
    } ]
  }, {
    "name": "Message Structure",
    "telecom": [ {
      "use": "work",
      "value": "message-structure@ehealth.fgov.be",
      "system": "email"
    } ]
  } ],
  "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Element"
}