.setPerformerType(HL7PerformerType.Performer.code));
return template;
}
public static Consent createConsent() {
Consent template = new Consent();
template.addID(new ConsentID("7AFDCAD6-1CE3-45A6-A176-DDAC27F46C87"));
template.setConsentCode(DocumentConsentSnCT._Consentgiventosharepatientdatawithspecifiedthirdparty);
return template;
}