001package org.hl7.fhir.r4.profilemodel.gen; 002 003public @interface ValueSet { 004 005 String value(); 006 007}