Ejemplo n.º 1
0
 public static string GetCodeSystemUri(ICodeSystem that) => that.Value <string>("codeSystemURI");
Ejemplo n.º 2
0
 public static string GetCodeSystemID(ICodeSystem that) => that.Value <string>("codeSystemID");
Ejemplo n.º 3
0
 public static string GetCodeSystemSource(ICodeSystem that) => that.Value <string>("codeSystemSource");