Esempio n. 1
0
        public FhirResponse Validate(string type, string id, Resource resource)
        {
            //entry.Tags = Request.GetFhirTags();
            Key key = Key.Create(type, id);

            return(_fhirService.ValidateOperation(key, resource));
        }
Esempio n. 2
0
        public FhirResponse Validate(string type, string id, Resource resource)
        {
            Key key = Key.Create(type, id);

            return(_fhirService.ValidateOperation(key, resource));
        }