Skip to main content

HS.FHIRModel.R4.ResourceList

class HS.FHIRModel.R4.ResourceList extends %Library.RegisteredObject, %XML.Adaptor

Generic parent class for all FHIR Resources

Property Inventory

Method Inventory

Parameters

parameter XMLTYPE = R4_RESOURCELIST;
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 fhirID as %String;
Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces
Property methods: fhirIDDisplayToLogical(), fhirIDGet(), fhirIDIsValid(), fhirIDLogicalToDisplay(), fhirIDLogicalToOdbc(), fhirIDNormalize(), fhirIDSet()
property resourceType as %String;
Resource discriminator field
Property methods: resourceTypeDisplayToLogical(), resourceTypeGet(), resourceTypeIsValid(), resourceTypeLogicalToDisplay(), resourceTypeLogicalToOdbc(), resourceTypeNormalize(), resourceTypeSet()

Methods

classmethod fromDao(dao As %Library.DynamicArray) as HS.FHIRModel.R4.ResourceList
method toDao() as %DynamicAbstractObject

Inherited Members

Inherited Methods

FeedbackOpens in a new tab