001package org.hl7.fhir.dstu3.utils;
002
003import org.hl7.fhir.dstu3.context.IWorkerContext;
004import org.hl7.fhir.dstu3.model.DomainResource;
005
006public class NarrativeGenerator {
007
008  public NarrativeGenerator(String theS, String theS1, IWorkerContext theContext) {
009
010  }
011
012  public void generate(DomainResource theR) {
013  }
014
015  public static String describeSystem(String theSystem) {
016                return theSystem;
017        }
018
019}