description: This profile defines how to represent Immunization Recommandations in FHIR for building a Digital COVID-19 Certificate. package_name: hitstdio.tw.fhir.dcc derivation: constraint name: ImmunizationRecommendationDCC type: ImmunizationRecommendation elements: patient: type: Reference mustSupport: true refers: ['http://hitstdio.ntunhs.edu.tw/fhir/StructureDefinition/Patient-dcc'] index: 0 date: {mustSupport: true, index: 1} recommendation: elements: vaccineCode: {short: Generic description of the vaccine/prophylaxis or its component(s), index: 2} targetDisease: {short: Disease or agent that the vaccination provides protection against, index: 3} forecastStatus: {mustSupport: true, index: 4} dateCriterion: index: 5 slicing: rules: open discriminator: - {path: code, type: pattern} min: null slices: nextDose: match: code: coding: - {code: 30980-7, system: 'http://loinc.org'} schema: index: 6 elements: code: pattern: type: CodeableConcept value: coding: - {code: 30980-7, system: 'http://loinc.org'} index: 7 value: {mustSupport: true, index: 8} package_version: 0.0.1 class: profile kind: resource url: http://hitstdio.ntunhs.edu.tw/fhir/StructureDefinition/ImmunizationRecommendation-dcc base: http://hl7.org/fhir/StructureDefinition/ImmunizationRecommendation version: 0.0.1