WHO Digital Documentation of COVID-19 Certificates (DDCC)
1.0.0 - CI Build International flag

This is the continuous build for version 1.0.0. This version is based on the current content of https://github.com/WorldHealthOrganization/ddcc and changes regularly.

StructureMap: CoreDataSetVSToAddBundle

Official URL: http://smart.who.int/ddcc/StructureMap/CoreDataSetVSToAddBundle Version: 1.0.0
Draft as of 2024-01-19 Computable Name: CoreDataSetVSToAddBundle
map "http://smart.who.int/ddcc/StructureMap/CoreDataSetVSToAddBundle" = "CoreDataSetVSToAddBundle"


uses "http://smart.who.int/ddcc/StructureDefinition/DDCCCoreDataSet.VS" alias DDCCVS as source
uses "http://hl7.org/fhir/StructureDefinition/Bundle" alias AddBundle as target

imports "http://smart.who.int/ddcc/StructureMap/CoreDataSetVSLibrary"

group CoreDataSetVSToAddBundle(source ddcc : DDCCVS, target bundle : AddBundle) {
  ddcc -> bundle then VSToAddBundle(ddcc, bundle) "setup add bundle";
}