fhirbuilder
Version:
Another FHIR Tool to build FHIR Resources
6 lines (5 loc) • 404 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.AssertModelFieldsMatchAttributes = void 0;
var AssertModelFieldsMatchAttributes_1 = require("./AssertModelFieldsMatchAttributes");
Object.defineProperty(exports, "AssertModelFieldsMatchAttributes", { enumerable: true, get: function () { return AssertModelFieldsMatchAttributes_1.AssertModelFieldsMatchAttributes; } });