PackagesCanonicalsLogsProblems
    Packages
    smart.who.int.icvp@0.1.0
    http://smart.who.int/icvp/StructureDefinition/ModelVaccineDetails
description: Vaccine Data elements for the Digital Vaccination Certificates
package_name: smart.who.int.icvp
derivation: specialization
name: ModelVaccineDetails
type: http://smart.who.int/icvp/StructureDefinition/ModelVaccineDetails
elements:
  batchNo: {type: string, short: Batch No, index: 9}
  date: {type: date, short: Date, index: 4}
  doseNumber:
    type: CodeableConcept
    short: Dose Number
    binding: {strength: required, valueSet: 'http://smart.who.int/icvp/ValueSet/doseNumber'}
    index: 0
  validityPeriod: {type: Period, short: Certificate validity period, index: 10}
  vaccineTradeItem: {type: Identifier, short: vaccine trade item id, index: 3}
  manufacturerId: {type: Identifier, short: Manufacture ID, index: 7}
  clinicianName: {type: string, short: Name of supervising clinician, index: 5}
  issuer:
    type: Reference
    short: Issuing Organization
    refers: ['http://hl7.org/fhir/StructureDefinition/Organization']
    index: 6
  manufacturer: {type: string, short: Name of Manufacturer of vaccine, index: 8}
  disease:
    type: Coding
    short: Disease
    binding: {strength: required, valueSet: 'http://smart.who.int/icvp/ValueSet/DiseaseTargeted'}
    index: 1
  vaccineClassification:
    type: CodeableConcept
    short: Vaccine code
    binding: {strength: required, valueSet: 'http://smart.who.int/icvp/ValueSet/DVCVaccines'}
    index: 2
package_version: 0.1.0
class: logical
kind: logical
url: http://smart.who.int/icvp/StructureDefinition/ModelVaccineDetails
base: http://hl7.org/fhir/StructureDefinition/Base
version: 0.1.0
required: [manufacturer, disease, doseNumber, batchNo, date, vaccineClassification]