001package org.hl7.fhir.dstu3.utils;
002
003public class NarrativeGenerator {
004
005        public static String describeSystem(String theSystem) {
006                return theSystem;
007        }
008
009}