diff --git a/hapi-fhir-base/src/main/java/ca/uhn/fhir/model/dstu/resource/Patient.java b/hapi-fhir-base/src/main/java/ca/uhn/fhir/model/dstu/resource/Patient.java index b294be00cb8..4c924730f01 100644 --- a/hapi-fhir-base/src/main/java/ca/uhn/fhir/model/dstu/resource/Patient.java +++ b/hapi-fhir-base/src/main/java/ca/uhn/fhir/model/dstu/resource/Patient.java @@ -1210,7 +1210,7 @@ public class Patient extends BaseResource implements IResource { * Complete caution note *

*/ - public void setMyCautionNote(List theValue){ myCautionNote = theValue; } + public void setCautionNote(List theValue){ myCautionNote = theValue; } /**