001package org.hl7.fhir.convertors;
002
003public interface TypeLinkProvider {
004  String getLink(String var1);
005}