Hapi Fhir DomainResource, What URL do you use?
http://hapifhir.io/doc_custom_structures.html this article discusses a DomainResource. There are situations however when you might want to create an entirely custom resource type. This feature should be used only if there is no other option, since it means you are creating a resource type that will not be interoperable with other FHIR implementations. I've implemented the code verbatum. (I show the classes below (with no "guts" just for brevity) (full code at the url)) /** * This is an example of a custom resource that also uses a custom * datatype. * * Note that we are extensing