Ejemplo n.º 1
0
 public OperationDefinition() {
     this.parameterField = new List<OperationDefinitionParameter>();
     this.instanceField = new boolean();
     this.typeField = new List<code>();
     this.systemField = new boolean();
     this.baseField = new Reference();
     this.notesField = new @string();
     this.nameField = new code();
     this.kindField = new OperationKind();
     this.dateField = new dateTime();
     this.experimentalField = new boolean();
     this.statusField = new ResourceProfileStatus();
     this.codeField = new List<Coding>();
     this.descriptionField = new @string();
     this.telecomField = new List<ContactPoint>();
     this.publisherField = new @string();
     this.titleField = new @string();
     this.versionField = new @string();
     this.identifierField = new uri();
 }
Ejemplo n.º 2
0
 public ExtensionDefinition() {
     this.elementField = new List<ElementDefinition>();
     this.contextField = new List<@string>();
     this.contextTypeField = new ExtensionContext();
     this.mappingField = new List<ExtensionDefinitionMapping>();
     this.requirementsField = new @string();
     this.dateField = new dateTime();
     this.experimentalField = new boolean();
     this.statusField = new ResourceProfileStatus();
     this.codeField = new List<Coding>();
     this.descriptionField = new @string();
     this.telecomField = new List<ContactPoint>();
     this.publisherField = new @string();
     this.displayField = new @string();
     this.nameField = new @string();
     this.identifierField = new List<Identifier>();
     this.urlField = new uri();
 }
Ejemplo n.º 3
0
 public Profile() {
     this.differentialField = new ProfileSnapshot();
     this.snapshotField = new ProfileSnapshot();
     this.baseField = new uri();
     this.typeField = new code();
     this.mappingField = new List<ProfileMapping>();
     this.fhirVersionField = new id();
     this.requirementsField = new @string();
     this.dateField = new dateTime();
     this.experimentalField = new boolean();
     this.statusField = new ResourceProfileStatus();
     this.codeField = new List<Coding>();
     this.descriptionField = new @string();
     this.telecomField = new List<ContactPoint>();
     this.publisherField = new @string();
     this.nameField = new @string();
     this.versionField = new @string();
     this.identifierField = new List<Identifier>();
     this.urlField = new uri();
 }