Skip to main content

HS.FHIR.DTL.vR4.Model.Element.ImplementationGuide.definition.resource

class HS.FHIR.DTL.vR4.Model.Element.ImplementationGuide.definition.resource extends HS.FHIR.DTL.vR4.Model.Base.BackboneElement

Resource in the implementation guide.

Property 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.definition.resource;
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 XMLPROJECTION = ELEMENT;
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.
parameter XMLTYPE = ImplementationGuide.definition.resource;
Inherited description: This parameter provides the default XMLTYPE for the class. If it is empty then the class name will be used to construct a default XML type.

The default XMLTYPE is used when naming and referencing this type in a schema and the schema context did not provide an XML type name.

Properties

property description as %String (MAXLEN = 1000000, XMLNAME = "description", XMLPROJECTION = "ATTRIBUTE");
string

Reason why included in guide.

Property methods: descriptionDisplayToLogical(), descriptionGet(), descriptionIsValid(), descriptionLogicalToDisplay(), descriptionLogicalToOdbc(), descriptionNormalize(), descriptionSet()
property exampleBoolean as %Boolean (XMLNAME = "exampleBoolean", XMLPROJECTION = "ATTRIBUTE");
boolean

Is an example/What is this an example of?

Property methods: exampleBooleanDisplayToLogical(), exampleBooleanGet(), exampleBooleanIsValid(), exampleBooleanLogicalToDisplay(), exampleBooleanLogicalToXSD(), exampleBooleanNormalize(), exampleBooleanSet(), exampleBooleanXSDToLogical()
property exampleCanonical as %String (MAXLEN = 1000000, XMLNAME = "exampleCanonical", XMLPROJECTION = "ATTRIBUTE");
canonical

Is an example/What is this an example of?

TO DO: Unrecognized value type for the FHIR4 model

Property methods: exampleCanonicalDisplayToLogical(), exampleCanonicalGet(), exampleCanonicalIsValid(), exampleCanonicalLogicalToDisplay(), exampleCanonicalLogicalToOdbc(), exampleCanonicalNormalize(), exampleCanonicalSet()
property fhirVersion as list of %String (MAXLEN = 1000000, XMLNAME = "fhirVersion", XMLPROJECTION = "ELEMENT");
code

Versions this applies to (if different to IG)

FHIR-version|4.0.1 is the REQUIRED FHIR4 ValueSet for codes; you may NOT extend FHIR-version|4.0.1 and you may NOT use codes from other ValueSets.

Property methods: fhirVersionBuildValueArray(), fhirVersionCollectionToDisplay(), fhirVersionCollectionToOdbc(), fhirVersionDisplayToCollection(), fhirVersionDisplayToLogical(), fhirVersionGet(), fhirVersionGetObject(), fhirVersionGetObjectId(), fhirVersionGetSwizzled(), fhirVersionIsValid(), fhirVersionLogicalToDisplay(), fhirVersionLogicalToOdbc(), fhirVersionNormalize(), fhirVersionOdbcToCollection(), fhirVersionSet(), fhirVersionSetObject(), fhirVersionSetObjectId()
property groupingId as %String (MAXLEN = 1000000, XMLNAME = "groupingId", XMLPROJECTION = "ATTRIBUTE");
id

Grouping this is part of.

Property methods: groupingIdDisplayToLogical(), groupingIdGet(), groupingIdIsValid(), groupingIdLogicalToDisplay(), groupingIdLogicalToOdbc(), groupingIdNormalize(), groupingIdSet()
property name as %String (MAXLEN = 1000000, XMLNAME = "name", XMLPROJECTION = "ATTRIBUTE");
string

Human Name for the resource.

Property methods: nameDisplayToLogical(), nameGet(), nameIsValid(), nameLogicalToDisplay(), nameLogicalToOdbc(), nameNormalize(), nameSet()
property reference as HS.FHIR.DTL.vR4.Model.Base.Reference (XMLNAME = "reference", XMLPROJECTION = "ELEMENT") [ Required ];
Reference

Location of the resource.

Any FHIR4 Resource may be indicated by this Reference

Property methods: referenceGet(), referenceGetSwizzled(), referenceIsValid(), referenceNewObject(), referenceSet()

Inherited Members

Inherited Properties

Inherited Methods

FeedbackOpens in a new tab