Skip to main content

HS.FHIR.vDSTU2.Model.Resource.ImplementationGuide

deprecated class HS.FHIR.vDSTU2.Model.Resource.ImplementationGuide extends HS.FHIR.vDSTU2.Model.Base.DomainResource

THIS DATA OBJECT MODEL CLASS IS DEPRECATED - Use %DynamicObject or HS.FHIRObject.* instead.

Property Inventory

Method Inventory

Parameters

parameter ELEMENTQUALIFIED = 1;
Inherited description: ELEMENTQUALIFIED controls the format of exported XML. The ELEMENTQUALIFIED specification should be based on the elementFormDefault attribute of the schema that defines the type. To maintain compatibility, ELEMENTQUALIFIED will default to 1 (true) for literal format export and will default to 0 (false) for encoded or encoded12 format export. These were the values always previously assumed for the elementFormDefault attribute.

NOTE: Direct use of XMLExport method does not support the ELEMENTQUALIFIED. The export must be done using %XML.Writer or SOAP support.

parameter XMLNAME = ImplementationGuide;
Inherited description: This parameter provides the default XMLNAME for the class. If it is empty then the class name will be used to construct a default XML name. The default XMLNAME is used as the top level tag when exporting objects and the export context did not provide an XML container name.
parameter XMLSEQUENCE = 1;
Inherited description: If the XMLSEQUENCE = 1, then the order of the XML elements must match the order of the class properties. This allows us to deal with XML where the same field appears multiple times and is distinguished by the order.

Properties

property binary as list of HS.FHIR.vDSTU2.Model.Datatype.Uri (XMLNAME = "binary", XMLPROJECTION = "ELEMENT");
A binary file that is included in the implementation guide when it is published.
Property methods: binaryBuildValueArray(), binaryCollectionToDisplay(), binaryCollectionToOdbc(), binaryDisplayToCollection(), binaryGet(), binaryGetObject(), binaryGetObjectId(), binaryGetSwizzled(), binaryIsValid(), binaryOdbcToCollection(), binarySet(), binarySetObject(), binarySetObjectId()
property contact as list of HS.FHIR.vDSTU2.Model.Resource.ImplementationGuide.Contact (XMLNAME = "contact", XMLPROJECTION = "ELEMENT");
Contacts to assist a user in finding and communicating with the publisher.
Property methods: contactBuildValueArray(), contactCollectionToDisplay(), contactCollectionToOdbc(), contactDisplayToCollection(), contactGet(), contactGetObject(), contactGetObjectId(), contactGetSwizzled(), contactIsValid(), contactOdbcToCollection(), contactSet(), contactSetObject(), contactSetObjectId()
A copyright statement relating to the implementation guide and/or its contents. Copyright statements are generally legal restrictions on the use and publishing of the details of the constraints and mappings.
Property methods: copyrightGet(), copyrightGetSwizzled(), copyrightIsValid(), copyrightNewObject(), copyrightSet()
property date as HS.FHIR.vDSTU2.Model.Datatype.DateTime (XMLNAME = "date") [ SqlFieldName = _date ];
The date this version of the implementation guide was published. The date must change when the business version changes, if it does, and it must change if the status code changes. In addition, it should change when the substantive content of the implementation guide changes.
Property methods: dateGet(), dateGetSwizzled(), dateIsValid(), dateNewObject(), dateSet()
property dependency as list of HS.FHIR.vDSTU2.Model.Resource.ImplementationGuide.Dependency (XMLNAME = "dependency", XMLPROJECTION = "ELEMENT");
Another implementation guide that this implementation depends on. Typically, an implementation guide uses value sets, profiles etc.defined in other implementation guides.
Property methods: dependencyBuildValueArray(), dependencyCollectionToDisplay(), dependencyCollectionToOdbc(), dependencyDisplayToCollection(), dependencyGet(), dependencyGetObject(), dependencyGetObjectId(), dependencyGetSwizzled(), dependencyIsValid(), dependencyOdbcToCollection(), dependencySet(), dependencySetObject(), dependencySetObjectId()
property description as HS.FHIR.vDSTU2.Model.Datatype.String (XMLNAME = "description");
A free text natural language description of the Implementation Guide and its use.
Property methods: descriptionGet(), descriptionGetSwizzled(), descriptionIsValid(), descriptionNewObject(), descriptionSet()
property experimental as HS.FHIR.vDSTU2.Model.Datatype.Boolean (XMLNAME = "experimental");
This Implementation Guide was authored for testing purposes (or education/evaluation/marketing), and is not intended to be used for genuine usage.
Property methods: experimentalGet(), experimentalGetSwizzled(), experimentalIsValid(), experimentalNewObject(), experimentalSet()
property fhirVersion as HS.FHIR.vDSTU2.Model.Datatype.Id (XMLNAME = "fhirVersion");
The version of the FHIR specification on which this ImplementationGuide is based - this is the formal version of the specification, without the revision number, e.g. [publication].[major].[minor], which is 1.0.1 for this version.
Property methods: fhirVersionGet(), fhirVersionGetSwizzled(), fhirVersionIsValid(), fhirVersionNewObject(), fhirVersionSet()
property global as list of HS.FHIR.vDSTU2.Model.Resource.ImplementationGuide.Global (XMLNAME = "global", XMLPROJECTION = "ELEMENT") [ SqlFieldName = _global ];
A set of profiles that all resources covered by this implementation guide must conform to.
Property methods: globalBuildValueArray(), globalCollectionToDisplay(), globalCollectionToOdbc(), globalDisplayToCollection(), globalGet(), globalGetObject(), globalGetObjectId(), globalGetSwizzled(), globalIsValid(), globalOdbcToCollection(), globalSet(), globalSetObject(), globalSetObjectId()
property name as HS.FHIR.vDSTU2.Model.Datatype.String (XMLNAME = "name") [ Required ];
A free text natural language name identifying the Implementation Guide.
Property methods: nameGet(), nameGetSwizzled(), nameIsValid(), nameNewObject(), nameSet()
property package as list of HS.FHIR.vDSTU2.Model.Resource.ImplementationGuide.Package (XMLNAME = "package", XMLPROJECTION = "ELEMENT") [ Required ];
A logical group of resources. Logical groups can be used when building pages.
Property methods: packageBuildValueArray(), packageCollectionToDisplay(), packageCollectionToOdbc(), packageDisplayToCollection(), packageGet(), packageGetObject(), packageGetObjectId(), packageGetSwizzled(), packageIsValid(), packageOdbcToCollection(), packageSet(), packageSetObject(), packageSetObjectId()
property page as HS.FHIR.vDSTU2.Model.Resource.ImplementationGuide.Page (XMLNAME = "page") [ Required ];
A page / section in the implementation guide. The root page is the implementation guide home page.
Property methods: pageGet(), pageGetSwizzled(), pageIsValid(), pageNewObject(), pageSet()
property publisher as HS.FHIR.vDSTU2.Model.Datatype.String (XMLNAME = "publisher");
The name of the individual or organization that published the implementation guide.
Property methods: publisherGet(), publisherGetSwizzled(), publisherIsValid(), publisherNewObject(), publisherSet()
property status as HS.FHIR.vDSTU2.Model.Datatype.Code (XMLNAME = "status") [ Required ];
The status of the Implementation Guide.
Property methods: statusGet(), statusGetSwizzled(), statusIsValid(), statusNewObject(), statusSet()
property url as HS.FHIR.vDSTU2.Model.Datatype.Uri (XMLNAME = "url") [ Required ];
An absolute URL that is used to identify this implementation guide when it is referenced in a specification, model, design or an instance. This SHALL be a URL, SHOULD be globally unique, and SHOULD be an address at which this implementation guide is (or will be) published.
Property methods: urlGet(), urlGetSwizzled(), urlIsValid(), urlNewObject(), urlSet()
property useContext as list of HS.FHIR.vDSTU2.Model.Base.CodeableConcept (XMLNAME = "useContext", XMLPROJECTION = "ELEMENT");
The content was developed with a focus and intent of supporting the contexts that are listed. These terms may be used to assist with indexing and searching of implementation guides. The most common use of this element is to represent the country / jurisdiction for which this implementation guide was defined.
Property methods: useContextBuildValueArray(), useContextCollectionToDisplay(), useContextCollectionToOdbc(), useContextDisplayToCollection(), useContextGet(), useContextGetObject(), useContextGetObjectId(), useContextGetSwizzled(), useContextIsValid(), useContextOdbcToCollection(), useContextSet(), useContextSetObject(), useContextSetObjectId()
property version as HS.FHIR.vDSTU2.Model.Datatype.String (XMLNAME = "version");
The identifier that is used to identify this version of the Implementation Guide when it is referenced in a specification, model, design or instance. This is an arbitrary value managed by the Implementation Guide author manually.
Property methods: versionGet(), versionGetSwizzled(), versionIsValid(), versionNewObject(), versionSet()

Methods

deprecated method SetBinary(pValue As %String = "", pExtension As %RegisteredObject = "", pId As %String = "") as %Status
THIS DATA OBJECT MODEL CLASS IS DEPRECATED - Use %DynamicObject or HS.FHIRObject.* instead.
Insert method for the "binary" property.
deprecated method SetCopyright(pValue As %String = "", pExtension As %RegisteredObject = "", pId As %String = "") as %Status
THIS DATA OBJECT MODEL CLASS IS DEPRECATED - Use %DynamicObject or HS.FHIRObject.* instead.
Set method for the "copyright" property.
deprecated method SetDate(pValue As %String = "", pExtension As %RegisteredObject = "", pId As %String = "") as %Status
THIS DATA OBJECT MODEL CLASS IS DEPRECATED - Use %DynamicObject or HS.FHIRObject.* instead.
Set method for the "date" property.
deprecated method SetDescription(pValue As %String = "", pExtension As %RegisteredObject = "", pId As %String = "") as %Status
THIS DATA OBJECT MODEL CLASS IS DEPRECATED - Use %DynamicObject or HS.FHIRObject.* instead.
Set method for the "description" property.
deprecated method SetExperimental(pValue As %String = "", pExtension As %RegisteredObject = "", pId As %String = "") as %Status
THIS DATA OBJECT MODEL CLASS IS DEPRECATED - Use %DynamicObject or HS.FHIRObject.* instead.
Set method for the "experimental" property.
deprecated method SetFhirVersion(pValue As %String = "", pExtension As %RegisteredObject = "", pId As %String = "") as %Status
THIS DATA OBJECT MODEL CLASS IS DEPRECATED - Use %DynamicObject or HS.FHIRObject.* instead.
Set method for the "fhirVersion" property.
deprecated method SetName(pValue As %String = "", pExtension As %RegisteredObject = "", pId As %String = "") as %Status
THIS DATA OBJECT MODEL CLASS IS DEPRECATED - Use %DynamicObject or HS.FHIRObject.* instead.
Set method for the "name" property.
deprecated method SetPublisher(pValue As %String = "", pExtension As %RegisteredObject = "", pId As %String = "") as %Status
THIS DATA OBJECT MODEL CLASS IS DEPRECATED - Use %DynamicObject or HS.FHIRObject.* instead.
Set method for the "publisher" property.
deprecated method SetStatus(pValue As %String = "", pExtension As %RegisteredObject = "", pId As %String = "") as %Status
THIS DATA OBJECT MODEL CLASS IS DEPRECATED - Use %DynamicObject or HS.FHIRObject.* instead.
Set method for the "status" property.
deprecated method SetUrl(pValue As %String = "", pExtension As %RegisteredObject = "", pId As %String = "") as %Status
THIS DATA OBJECT MODEL CLASS IS DEPRECATED - Use %DynamicObject or HS.FHIRObject.* instead.
Set method for the "url" property.
deprecated method SetUseContext(pCode As %String = "", pDisplay As %String = "", pSystem As %String = "", pText As %String = "", pVersion As %String = "", pUserSelected As %String = "", pId As %String = "", pExtension As %RegisteredObject = "") as %Status
THIS DATA OBJECT MODEL CLASS IS DEPRECATED - Use %DynamicObject or HS.FHIRObject.* instead.
Insert method for the "useContext" property.
deprecated method SetVersion(pValue As %String = "", pExtension As %RegisteredObject = "", pId As %String = "") as %Status
THIS DATA OBJECT MODEL CLASS IS DEPRECATED - Use %DynamicObject or HS.FHIRObject.* instead.
Set method for the "version" property.

Inherited Members

Inherited Properties

Inherited Methods

FeedbackOpens in a new tab