Esempio n. 1
0
        public FhirResponse Document(string id)
        {
            Key key = Key.Create("Composition", id);

            return(_fhirService.Document(key));
        }