+Solution to 1.
+The reason for the warning is that it is a Best Practice Recommendation to have an human-readable narrative in [DomainResource.text](https://hl7.org/fhir/R4/domainresource-definitions.html#DomainResource.text). DomainResource is the superclass of ResearchStudy, so the text element is inherited.
+```
+* text.status = #additional
+* text.div = "[Epic information omitted for reasons of simplicity.]
"
+```
+