org.openhealthtools.mdht.uml.cda.consol.ReferralSummary Maven / Gradle / Ivy
The newest version!
/*******************************************************************************
* Copyright (c) 2011, 2012 Sean Muir and others.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
*
* Contributors:
* Sean Muir (JKM Software) - initial API and implementation
*******************************************************************************/
package org.openhealthtools.mdht.uml.cda.consol;
/**
*
* A representation of the model object 'Referral Summary'.
*
*
*
* @see org.openhealthtools.mdht.uml.cda.consol.ConsolPackage#getReferralSummary()
* @model annotation="http://www.openhealthtools.org/mdht/uml/cda/annotation code.codeSystem='2.16.840.1.113883.6.1' templateId.root='2.16.840.1.113883.3.88.11.48.1' constraints.validation.error='ReferralSummaryTemplateId GeneralHeaderConstraintsCode' code.codeSystemName='LOINC'"
* @generated
*/
public interface ReferralSummary extends GeneralHeaderConstraints {
/**
*
*
* @generated
*/
public ReferralSummary init();
} // ReferralSummary