001/*-
002 * #%L
003 * Smile CDR - CDR
004 * %%
005 * Copyright (C) 2016 - 2024 Smile CDR, Inc.
006 * %%
007 * All rights reserved.
008 * #L%
009 */
010package ca.cdr.api.model.json;
011
012// TODO KHS replace this interface with the hapi one
013public interface IModelJson extends ca.uhn.fhir.model.api.IModelJson {}