public FhirResponse Validate(string type, string id, Resource resource) { //entry.Tags = Request.GetFhirTags(); Key key = Key.Create(type, id); return(_fhirService.ValidateOperation(key, resource)); }
public FhirResponse Validate(string type, string id, Resource resource) { Key key = Key.Create(type, id); return(_fhirService.ValidateOperation(key, resource)); }