%Library.AbstractSet
hidden abstract class %Library.AbstractSet extends %Library.Base
Abstract Set defines a set interface. Members of a Set can be anonymous or named.
This interface does not define how the set is implemented and maintained.
Method Inventory
- %DispatchMethod()
- add()
- addAll()
- apply()
- clear()
- contains()
- containsAll()
- get()
- iterator()
- put()
- putAll()
- putAllIfAbsent()
- putIfAbsent()
- remove()
- removeAll()
- removeIf()
- rename()
- replace()
- replaceAll()
- size()
- toDao()
- toString()
Methods
add value to the set.
It is left to the implementation to decide whether duplicates are allowed (multiset) or not (proper set).
parameters:
- value: value to add to the set
returns:
- oref referencing the modified set
throws:
- exception
parameters:
- values: array of values to add to the set
returns:
- oref referencing the modified set
throws:
- exception
put the value into the set with the element name (id) of key. If an element with this key is already present in the set then that element's value is replaced by value
parameters:
- key: key to put into the set
- value: value to put into the set
returns:
- oref referencing the modified set
throws:
- exception
put all {keys[n], values[n]} elements where 0≤n≤ size(keys) into the set
parameters:
- keys: array of keys to put into the set
- values: array of values to put into the set
returns:
- oref referencing the modified set
throws:
- exception
put all {keys[n], values[n]} elements where 0≤n≤ size(keys) and keys[n] is not already associated with a value in the set.
parameters:
- keys: array of keys to be put into the set
- values: array of values to be put into the set
returns:
- oref referencing the modified set
throws:
- exception
put the {key, value} element into the set. If contains(key) is false or get(key) is null then put(key,value)
parameters:
- key: key to put into the set
- value: value to put into the set
- oref referencing the modified set
throws:
- exception
remove the element identified by key from the set
parameters:
- key: key of element to be removed from the set
returns:
- the removed element or null if that element doesn't exist
throws:
- exception
remove all elements identified by keys[n] where 0≤n≤ size(keys) from the set
parameters:
- keys: array of keys to be removed from the set
returns:
- array of removed elements (null element if key doesn't exist)
throws:
- exception
parameters:
- expression: elements matching expression are to be removed
returns:
- array of removed elements (null element if key doesn't exist)
throws:
- exception
parameters:
- currentKey - current key of the element to be renamed
- newKey - new key to assign to the element
- the current key if the element exists, null otherwise
throws:
- exception
parameters:
- key - key of the element to be replaced
- value - new value of the element
- return the previous value of the element
throws:
- exception
parameters:
- keys: array of keys of the elements to be replaced
- values: array of values of the elements
returns:
- array of previous element values
throws:
- exception
The toDao() method casts the set to a DAO.
The toString() method returns the contents of a set as a string.
Inherited Members
Inherited Methods
Subclasses
- %Library.DynamicAbstractObject
- HS.FHIRModel.FHIRClassSuper
- HS.FHIRModel.R4.AccountX.SeqOfAccountXCoverage
- HS.FHIRModel.R4.AccountX.SeqOfAccountXGuarantor
- HS.FHIRModel.R4.ActivityDefinitionX.SeqOfActivityDefinitionXDynamicValue
- HS.FHIRModel.R4.ActivityDefinitionX.SeqOfActivityDefinitionXParticipant
- HS.FHIRModel.R4.AdverseEventX.SeqOfAdverseEventXCausality
- HS.FHIRModel.R4.AdverseEventX.SeqOfAdverseEventXSuspectEntity
- HS.FHIRModel.R4.AllergyIntoleranceX.SeqOfAllergyIntoleranceXReaction
- HS.FHIRModel.R4.AppointmentX.SeqOfAppointmentXParticipant
- HS.FHIRModel.R4.AuditEventX.SeqOfAuditEventXAgent
- HS.FHIRModel.R4.AuditEventX.SeqOfAuditEventXDetail
- HS.FHIRModel.R4.AuditEventX.SeqOfAuditEventXEntity
- HS.FHIRModel.R4.BiologicallyDerivedProductX.SeqOfBiologicallyDerivedProductXProcessing
- HS.FHIRModel.R4.BiologicallyDerivedProductX.SeqOfBiologicallyDerivedProductXStorage
- HS.FHIRModel.R4.BundleX.SeqOfBundleXEntry
- HS.FHIRModel.R4.BundleX.SeqOfBundleXLink
- HS.FHIRModel.R4.CapabilityStatementX.SeqOfCapabilityStatementXDocument
- HS.FHIRModel.R4.CapabilityStatementX.SeqOfCapabilityStatementXEndpoint
- HS.FHIRModel.R4.CapabilityStatementX.SeqOfCapabilityStatementXInteraction
- HS.FHIRModel.R4.CapabilityStatementX.SeqOfCapabilityStatementXInteraction1
- HS.FHIRModel.R4.CapabilityStatementX.SeqOfCapabilityStatementXMessaging
- HS.FHIRModel.R4.CapabilityStatementX.SeqOfCapabilityStatementXOperation
- HS.FHIRModel.R4.CapabilityStatementX.SeqOfCapabilityStatementXResource
- HS.FHIRModel.R4.CapabilityStatementX.SeqOfCapabilityStatementXRest
- HS.FHIRModel.R4.CapabilityStatementX.SeqOfCapabilityStatementXSearchParam
- HS.FHIRModel.R4.CapabilityStatementX.SeqOfCapabilityStatementXSupportedMessage
- HS.FHIRModel.R4.CarePlanX.SeqOfCarePlanXActivity
- HS.FHIRModel.R4.CareTeamX.SeqOfCareTeamXParticipant
- HS.FHIRModel.R4.CatalogEntryX.SeqOfCatalogEntryXRelatedEntry
- HS.FHIRModel.R4.ChargeItemDefinitionX.SeqOfChargeItemDefinitionXApplicability
- HS.FHIRModel.R4.ChargeItemDefinitionX.SeqOfChargeItemDefinitionXPriceComponent
- HS.FHIRModel.R4.ChargeItemDefinitionX.SeqOfChargeItemDefinitionXPropertyGroup
- HS.FHIRModel.R4.ChargeItemX.SeqOfChargeItemXPerformer
- HS.FHIRModel.R4.ClaimResponseX.SeqOfClaimResponseXAddItem
- HS.FHIRModel.R4.ClaimResponseX.SeqOfClaimResponseXAdjudication
- HS.FHIRModel.R4.ClaimResponseX.SeqOfClaimResponseXDetail
- HS.FHIRModel.R4.ClaimResponseX.SeqOfClaimResponseXDetail1
- HS.FHIRModel.R4.ClaimResponseX.SeqOfClaimResponseXError
- HS.FHIRModel.R4.ClaimResponseX.SeqOfClaimResponseXInsurance
- HS.FHIRModel.R4.ClaimResponseX.SeqOfClaimResponseXItem
- HS.FHIRModel.R4.ClaimResponseX.SeqOfClaimResponseXProcessNote
- HS.FHIRModel.R4.ClaimResponseX.SeqOfClaimResponseXSubDetail
- HS.FHIRModel.R4.ClaimResponseX.SeqOfClaimResponseXSubDetail1
- HS.FHIRModel.R4.ClaimResponseX.SeqOfClaimResponseXTotal
- HS.FHIRModel.R4.ClaimX.SeqOfClaimXCareTeam
- HS.FHIRModel.R4.ClaimX.SeqOfClaimXDetail
- HS.FHIRModel.R4.ClaimX.SeqOfClaimXDiagnosis
- HS.FHIRModel.R4.ClaimX.SeqOfClaimXInsurance
- HS.FHIRModel.R4.ClaimX.SeqOfClaimXItem
- HS.FHIRModel.R4.ClaimX.SeqOfClaimXProcedure
- HS.FHIRModel.R4.ClaimX.SeqOfClaimXRelated
- HS.FHIRModel.R4.ClaimX.SeqOfClaimXSubDetail
- HS.FHIRModel.R4.ClaimX.SeqOfClaimXSupportingInfo
- HS.FHIRModel.R4.ClinicalImpressionX.SeqOfClinicalImpressionXFinding
- HS.FHIRModel.R4.ClinicalImpressionX.SeqOfClinicalImpressionXInvestigation
- HS.FHIRModel.R4.CodeSystemX.SeqOfCodeSystemXConcept
- HS.FHIRModel.R4.CodeSystemX.SeqOfCodeSystemXDesignation
- HS.FHIRModel.R4.CodeSystemX.SeqOfCodeSystemXFilter
- HS.FHIRModel.R4.CodeSystemX.SeqOfCodeSystemXProperty
- HS.FHIRModel.R4.CodeSystemX.SeqOfCodeSystemXProperty1
- HS.FHIRModel.R4.CommunicationRequestX.SeqOfCommunicationRequestXPayload
- HS.FHIRModel.R4.CommunicationX.SeqOfCommunicationXPayload
- HS.FHIRModel.R4.CompartmentDefinitionX.SeqOfCompartmentDefinitionXResource
- HS.FHIRModel.R4.CompositionX.SeqOfCompositionXAttester
- HS.FHIRModel.R4.CompositionX.SeqOfCompositionXEvent
- HS.FHIRModel.R4.CompositionX.SeqOfCompositionXRelatesTo
- HS.FHIRModel.R4.CompositionX.SeqOfCompositionXSection
- HS.FHIRModel.R4.ConceptMapX.SeqOfConceptMapXDependsOn
- HS.FHIRModel.R4.ConceptMapX.SeqOfConceptMapXElement
- HS.FHIRModel.R4.ConceptMapX.SeqOfConceptMapXGroup
- HS.FHIRModel.R4.ConceptMapX.SeqOfConceptMapXTarget
- HS.FHIRModel.R4.ConditionX.SeqOfConditionXEvidence
- HS.FHIRModel.R4.ConditionX.SeqOfConditionXStage
- HS.FHIRModel.R4.ConsentX.SeqOfConsentXActor
- HS.FHIRModel.R4.ConsentX.SeqOfConsentXData
- HS.FHIRModel.R4.ConsentX.SeqOfConsentXPolicy
- HS.FHIRModel.R4.ConsentX.SeqOfConsentXProvision
- HS.FHIRModel.R4.ConsentX.SeqOfConsentXVerification
- HS.FHIRModel.R4.ContractX.SeqOfContractXAction
- HS.FHIRModel.R4.ContractX.SeqOfContractXAnswer
- HS.FHIRModel.R4.ContractX.SeqOfContractXAsset
- HS.FHIRModel.R4.ContractX.SeqOfContractXContext
- HS.FHIRModel.R4.ContractX.SeqOfContractXFriendly
- HS.FHIRModel.R4.ContractX.SeqOfContractXLegal
- HS.FHIRModel.R4.ContractX.SeqOfContractXParty
- HS.FHIRModel.R4.ContractX.SeqOfContractXRule
- HS.FHIRModel.R4.ContractX.SeqOfContractXSecurityLabel
- HS.FHIRModel.R4.ContractX.SeqOfContractXSigner
- HS.FHIRModel.R4.ContractX.SeqOfContractXSubject
- HS.FHIRModel.R4.ContractX.SeqOfContractXTerm
- HS.FHIRModel.R4.ContractX.SeqOfContractXValuedItem
- HS.FHIRModel.R4.CoverageEligibilityRequestX.SeqOfCoverageEligibilityRequestXDiagnosis
- HS.FHIRModel.R4.CoverageEligibilityRequestX.SeqOfCoverageEligibilityRequestXInsurance
- HS.FHIRModel.R4.CoverageEligibilityRequestX.SeqOfCoverageEligibilityRequestXItem
- HS.FHIRModel.R4.CoverageEligibilityRequestX.SeqOfCoverageEligibilityRequestXSupportingInfo
- HS.FHIRModel.R4.CoverageEligibilityResponseX.SeqOfCoverageEligibilityResponseXBenefit
- HS.FHIRModel.R4.CoverageEligibilityResponseX.SeqOfCoverageEligibilityResponseXError
- HS.FHIRModel.R4.CoverageEligibilityResponseX.SeqOfCoverageEligibilityResponseXInsurance
- HS.FHIRModel.R4.CoverageEligibilityResponseX.SeqOfCoverageEligibilityResponseXItem
- HS.FHIRModel.R4.CoverageX.SeqOfCoverageXClass
- HS.FHIRModel.R4.CoverageX.SeqOfCoverageXCostToBeneficiary
- HS.FHIRModel.R4.CoverageX.SeqOfCoverageXException
- HS.FHIRModel.R4.DataRequirementX.SeqOfDataRequirementXCodeFilter
- HS.FHIRModel.R4.DataRequirementX.SeqOfDataRequirementXDateFilter
- HS.FHIRModel.R4.DataRequirementX.SeqOfDataRequirementXSort
- HS.FHIRModel.R4.DetectedIssueX.SeqOfDetectedIssueXEvidence
- HS.FHIRModel.R4.DetectedIssueX.SeqOfDetectedIssueXMitigation
- HS.FHIRModel.R4.DeviceDefinitionX.SeqOfDeviceDefinitionXCapability
- HS.FHIRModel.R4.DeviceDefinitionX.SeqOfDeviceDefinitionXDeviceName
- HS.FHIRModel.R4.DeviceDefinitionX.SeqOfDeviceDefinitionXMaterial
- HS.FHIRModel.R4.DeviceDefinitionX.SeqOfDeviceDefinitionXProperty
- HS.FHIRModel.R4.DeviceDefinitionX.SeqOfDeviceDefinitionXSpecialization
- HS.FHIRModel.R4.DeviceDefinitionX.SeqOfDeviceDefinitionXUdiDeviceIdentifier
- HS.FHIRModel.R4.DeviceMetricX.SeqOfDeviceMetricXCalibration
- HS.FHIRModel.R4.DeviceRequestX.SeqOfDeviceRequestXParameter
- HS.FHIRModel.R4.DeviceX.SeqOfDeviceXDeviceName
- HS.FHIRModel.R4.DeviceX.SeqOfDeviceXProperty
- HS.FHIRModel.R4.DeviceX.SeqOfDeviceXSpecialization
- HS.FHIRModel.R4.DeviceX.SeqOfDeviceXUdiCarrier
- HS.FHIRModel.R4.DeviceX.SeqOfDeviceXVersion
- HS.FHIRModel.R4.DiagnosticReportX.SeqOfDiagnosticReportXMedia
- HS.FHIRModel.R4.DocumentManifestX.SeqOfDocumentManifestXRelated
- HS.FHIRModel.R4.DocumentReferenceX.SeqOfDocumentReferenceXContent
- HS.FHIRModel.R4.DocumentReferenceX.SeqOfDocumentReferenceXRelatesTo
- HS.FHIRModel.R4.DosageX.SeqOfDosageXDoseAndRate
- HS.FHIRModel.R4.EffectEvidenceSynthesisX.SeqOfEffectEvidenceSynthesisXCertainty
- HS.FHIRModel.R4.EffectEvidenceSynthesisX.SeqOfEffectEvidenceSynthesisXCertaintySubcomponent
- HS.FHIRModel.R4.EffectEvidenceSynthesisX.SeqOfEffectEvidenceSynthesisXEffectEstimate
- HS.FHIRModel.R4.EffectEvidenceSynthesisX.SeqOfEffectEvidenceSynthesisXPrecisionEstimate
- HS.FHIRModel.R4.EffectEvidenceSynthesisX.SeqOfEffectEvidenceSynthesisXResultsByExposure
- HS.FHIRModel.R4.ElementDefinitionX.SeqOfElementDefinitionXConstraint
- HS.FHIRModel.R4.ElementDefinitionX.SeqOfElementDefinitionXDiscriminator
- HS.FHIRModel.R4.ElementDefinitionX.SeqOfElementDefinitionXExample
- HS.FHIRModel.R4.ElementDefinitionX.SeqOfElementDefinitionXMapping
- HS.FHIRModel.R4.ElementDefinitionX.SeqOfElementDefinitionXType
- HS.FHIRModel.R4.EncounterX.SeqOfEncounterXClassHistory
- HS.FHIRModel.R4.EncounterX.SeqOfEncounterXDiagnosis
- HS.FHIRModel.R4.EncounterX.SeqOfEncounterXLocation
- HS.FHIRModel.R4.EncounterX.SeqOfEncounterXParticipant
- HS.FHIRModel.R4.EncounterX.SeqOfEncounterXStatusHistory
- HS.FHIRModel.R4.EpisodeOfCareX.SeqOfEpisodeOfCareXDiagnosis
- HS.FHIRModel.R4.EpisodeOfCareX.SeqOfEpisodeOfCareXStatusHistory
- HS.FHIRModel.R4.EvidenceVariableX.SeqOfEvidenceVariableXCharacteristic
- HS.FHIRModel.R4.ExampleScenarioX.SeqOfExampleScenarioXActor
- HS.FHIRModel.R4.ExampleScenarioX.SeqOfExampleScenarioXAlternative
- HS.FHIRModel.R4.ExampleScenarioX.SeqOfExampleScenarioXContainedInstance
- HS.FHIRModel.R4.ExampleScenarioX.SeqOfExampleScenarioXInstance
- HS.FHIRModel.R4.ExampleScenarioX.SeqOfExampleScenarioXProcess
- HS.FHIRModel.R4.ExampleScenarioX.SeqOfExampleScenarioXStep
- HS.FHIRModel.R4.ExampleScenarioX.SeqOfExampleScenarioXVersion
- HS.FHIRModel.R4.ExplanationOfBenefitX.SeqOfExplanationOfBenefitXAddItem
- HS.FHIRModel.R4.ExplanationOfBenefitX.SeqOfExplanationOfBenefitXAdjudication
- HS.FHIRModel.R4.ExplanationOfBenefitX.SeqOfExplanationOfBenefitXBenefitBalance
- HS.FHIRModel.R4.ExplanationOfBenefitX.SeqOfExplanationOfBenefitXCareTeam
- HS.FHIRModel.R4.ExplanationOfBenefitX.SeqOfExplanationOfBenefitXDetail
- HS.FHIRModel.R4.ExplanationOfBenefitX.SeqOfExplanationOfBenefitXDetail1
- HS.FHIRModel.R4.ExplanationOfBenefitX.SeqOfExplanationOfBenefitXDiagnosis
- HS.FHIRModel.R4.ExplanationOfBenefitX.SeqOfExplanationOfBenefitXFinancial
- HS.FHIRModel.R4.ExplanationOfBenefitX.SeqOfExplanationOfBenefitXInsurance
- HS.FHIRModel.R4.ExplanationOfBenefitX.SeqOfExplanationOfBenefitXItem
- HS.FHIRModel.R4.ExplanationOfBenefitX.SeqOfExplanationOfBenefitXProcedure
- HS.FHIRModel.R4.ExplanationOfBenefitX.SeqOfExplanationOfBenefitXProcessNote
- HS.FHIRModel.R4.ExplanationOfBenefitX.SeqOfExplanationOfBenefitXRelated
- HS.FHIRModel.R4.ExplanationOfBenefitX.SeqOfExplanationOfBenefitXSubDetail
- HS.FHIRModel.R4.ExplanationOfBenefitX.SeqOfExplanationOfBenefitXSubDetail1
- HS.FHIRModel.R4.ExplanationOfBenefitX.SeqOfExplanationOfBenefitXSupportingInfo
- HS.FHIRModel.R4.ExplanationOfBenefitX.SeqOfExplanationOfBenefitXTotal
- HS.FHIRModel.R4.FamilyMemberHistoryX.SeqOfFamilyMemberHistoryXCondition
- HS.FHIRModel.R4.GoalX.SeqOfGoalXTarget
- HS.FHIRModel.R4.GraphDefinitionX.SeqOfGraphDefinitionXCompartment
- HS.FHIRModel.R4.GraphDefinitionX.SeqOfGraphDefinitionXLink
- HS.FHIRModel.R4.GraphDefinitionX.SeqOfGraphDefinitionXTarget
- HS.FHIRModel.R4.GroupX.SeqOfGroupXCharacteristic
- HS.FHIRModel.R4.GroupX.SeqOfGroupXMember
- HS.FHIRModel.R4.HealthcareServiceX.SeqOfHealthcareServiceXAvailableTime
- HS.FHIRModel.R4.HealthcareServiceX.SeqOfHealthcareServiceXEligibility
- HS.FHIRModel.R4.HealthcareServiceX.SeqOfHealthcareServiceXNotAvailable
- HS.FHIRModel.R4.ImagingStudyX.SeqOfImagingStudyXInstance
- HS.FHIRModel.R4.ImagingStudyX.SeqOfImagingStudyXPerformer
- HS.FHIRModel.R4.ImagingStudyX.SeqOfImagingStudyXSeries
- HS.FHIRModel.R4.ImmunizationRecommendationX.SeqOfImmunizationRecommendationXDateCriterion
- HS.FHIRModel.R4.ImmunizationRecommendationX.SeqOfImmunizationRecommendationXRecommendation
- HS.FHIRModel.R4.ImmunizationX.SeqOfImmunizationXEducation
- HS.FHIRModel.R4.ImmunizationX.SeqOfImmunizationXPerformer
- HS.FHIRModel.R4.ImmunizationX.SeqOfImmunizationXProtocolApplied
- HS.FHIRModel.R4.ImmunizationX.SeqOfImmunizationXReaction
- HS.FHIRModel.R4.ImplementationGuideX.SeqOfImplementationGuideXDependsOn
- HS.FHIRModel.R4.ImplementationGuideX.SeqOfImplementationGuideXGlobal
- HS.FHIRModel.R4.ImplementationGuideX.SeqOfImplementationGuideXGrouping
- HS.FHIRModel.R4.ImplementationGuideX.SeqOfImplementationGuideXPage
- HS.FHIRModel.R4.ImplementationGuideX.SeqOfImplementationGuideXPage1
- HS.FHIRModel.R4.ImplementationGuideX.SeqOfImplementationGuideXParameter
- HS.FHIRModel.R4.ImplementationGuideX.SeqOfImplementationGuideXResource
- HS.FHIRModel.R4.ImplementationGuideX.SeqOfImplementationGuideXResource1
- HS.FHIRModel.R4.ImplementationGuideX.SeqOfImplementationGuideXTemplate
- HS.FHIRModel.R4.InsurancePlanX.SeqOfInsurancePlanXBenefit
- HS.FHIRModel.R4.InsurancePlanX.SeqOfInsurancePlanXBenefit1
- HS.FHIRModel.R4.InsurancePlanX.SeqOfInsurancePlanXContact
- HS.FHIRModel.R4.InsurancePlanX.SeqOfInsurancePlanXCost
- HS.FHIRModel.R4.InsurancePlanX.SeqOfInsurancePlanXCoverage
- HS.FHIRModel.R4.InsurancePlanX.SeqOfInsurancePlanXGeneralCost
- HS.FHIRModel.R4.InsurancePlanX.SeqOfInsurancePlanXLimit
- HS.FHIRModel.R4.InsurancePlanX.SeqOfInsurancePlanXPlan
- HS.FHIRModel.R4.InsurancePlanX.SeqOfInsurancePlanXSpecificCost
- HS.FHIRModel.R4.InvoiceX.SeqOfInvoiceXLineItem
- HS.FHIRModel.R4.InvoiceX.SeqOfInvoiceXParticipant
- HS.FHIRModel.R4.InvoiceX.SeqOfInvoiceXPriceComponent
- HS.FHIRModel.R4.LinkageX.SeqOfLinkageXItem
- HS.FHIRModel.R4.ListX.SeqOfListXEntry
- HS.FHIRModel.R4.LocationX.SeqOfLocationXHoursOfOperation
- HS.FHIRModel.R4.MeasureReportX.SeqOfMeasureReportXComponent
- HS.FHIRModel.R4.MeasureReportX.SeqOfMeasureReportXGroup
- HS.FHIRModel.R4.MeasureReportX.SeqOfMeasureReportXPopulation
- HS.FHIRModel.R4.MeasureReportX.SeqOfMeasureReportXPopulation1
- HS.FHIRModel.R4.MeasureReportX.SeqOfMeasureReportXStratifier
- HS.FHIRModel.R4.MeasureReportX.SeqOfMeasureReportXStratum
- HS.FHIRModel.R4.MeasureX.SeqOfMeasureXComponent
- HS.FHIRModel.R4.MeasureX.SeqOfMeasureXGroup
- HS.FHIRModel.R4.MeasureX.SeqOfMeasureXPopulation
- HS.FHIRModel.R4.MeasureX.SeqOfMeasureXStratifier
- HS.FHIRModel.R4.MeasureX.SeqOfMeasureXSupplementalData
- HS.FHIRModel.R4.MedicationAdministrationX.SeqOfMedicationAdministrationXPerformer
- HS.FHIRModel.R4.MedicationDispenseX.SeqOfMedicationDispenseXPerformer
- HS.FHIRModel.R4.MedicationKnowledgeX.SeqOfMedicationKnowledgeXAdministrationGuidelines
- HS.FHIRModel.R4.MedicationKnowledgeX.SeqOfMedicationKnowledgeXCost
- HS.FHIRModel.R4.MedicationKnowledgeX.SeqOfMedicationKnowledgeXDosage
- HS.FHIRModel.R4.MedicationKnowledgeX.SeqOfMedicationKnowledgeXDrugCharacteristic
- HS.FHIRModel.R4.MedicationKnowledgeX.SeqOfMedicationKnowledgeXIngredient
- HS.FHIRModel.R4.MedicationKnowledgeX.SeqOfMedicationKnowledgeXKinetics
- HS.FHIRModel.R4.MedicationKnowledgeX.SeqOfMedicationKnowledgeXMedicineClassification
- HS.FHIRModel.R4.MedicationKnowledgeX.SeqOfMedicationKnowledgeXMonitoringProgram
- HS.FHIRModel.R4.MedicationKnowledgeX.SeqOfMedicationKnowledgeXMonograph
- HS.FHIRModel.R4.MedicationKnowledgeX.SeqOfMedicationKnowledgeXPatientCharacteristics
- HS.FHIRModel.R4.MedicationKnowledgeX.SeqOfMedicationKnowledgeXRegulatory
- HS.FHIRModel.R4.MedicationKnowledgeX.SeqOfMedicationKnowledgeXRelatedMedicationKnowledge
- HS.FHIRModel.R4.MedicationKnowledgeX.SeqOfMedicationKnowledgeXSchedule
- HS.FHIRModel.R4.MedicationKnowledgeX.SeqOfMedicationKnowledgeXSubstitution
- HS.FHIRModel.R4.MedicationX.SeqOfMedicationXIngredient
- HS.FHIRModel.R4.MedicinalProductAuthorizationX.SeqOfMedicinalProductAuthorizationXJurisdictionalAuthorization
- HS.FHIRModel.R4.MedicinalProductAuthorizationX.SeqOfMedicinalProductAuthorizationXProcedure
- HS.FHIRModel.R4.MedicinalProductContraindicationX.SeqOfMedicinalProductContraindicationXOtherTherapy
- HS.FHIRModel.R4.MedicinalProductIndicationX.SeqOfMedicinalProductIndicationXOtherTherapy
- HS.FHIRModel.R4.MedicinalProductIngredientX.SeqOfMedicinalProductIngredientXReferenceStrength
- HS.FHIRModel.R4.MedicinalProductIngredientX.SeqOfMedicinalProductIngredientXSpecifiedSubstance
- HS.FHIRModel.R4.MedicinalProductIngredientX.SeqOfMedicinalProductIngredientXStrength
- HS.FHIRModel.R4.MedicinalProductInteractionX.SeqOfMedicinalProductInteractionXInteractant
- HS.FHIRModel.R4.MedicinalProductPackagedX.SeqOfMedicinalProductPackagedXBatchIdentifier
- HS.FHIRModel.R4.MedicinalProductPackagedX.SeqOfMedicinalProductPackagedXPackageItem
- HS.FHIRModel.R4.MedicinalProductPharmaceuticalX.SeqOfMedicinalProductPharmaceuticalXCharacteristics
- HS.FHIRModel.R4.MedicinalProductPharmaceuticalX.SeqOfMedicinalProductPharmaceuticalXRouteOfAdministration
- HS.FHIRModel.R4.MedicinalProductPharmaceuticalX.SeqOfMedicinalProductPharmaceuticalXTargetSpecies
- HS.FHIRModel.R4.MedicinalProductPharmaceuticalX.SeqOfMedicinalProductPharmaceuticalXWithdrawalPeriod
- HS.FHIRModel.R4.MedicinalProductX.SeqOfMedicinalProductXCountryLanguage
- HS.FHIRModel.R4.MedicinalProductX.SeqOfMedicinalProductXManufacturingBusinessOperation
- HS.FHIRModel.R4.MedicinalProductX.SeqOfMedicinalProductXName
- HS.FHIRModel.R4.MedicinalProductX.SeqOfMedicinalProductXNamePart
- HS.FHIRModel.R4.MedicinalProductX.SeqOfMedicinalProductXSpecialDesignation
- HS.FHIRModel.R4.MessageDefinitionX.SeqOfMessageDefinitionXAllowedResponse
- HS.FHIRModel.R4.MessageDefinitionX.SeqOfMessageDefinitionXFocus
- HS.FHIRModel.R4.MessageHeaderX.SeqOfMessageHeaderXDestination
- HS.FHIRModel.R4.MolecularSequenceX.SeqOfMolecularSequenceXQuality
- HS.FHIRModel.R4.MolecularSequenceX.SeqOfMolecularSequenceXRepository
- HS.FHIRModel.R4.MolecularSequenceX.SeqOfMolecularSequenceXStructureVariant
- HS.FHIRModel.R4.MolecularSequenceX.SeqOfMolecularSequenceXVariant
- HS.FHIRModel.R4.NamingSystemX.SeqOfNamingSystemXUniqueId
- HS.FHIRModel.R4.NutritionOrderX.SeqOfNutritionOrderXAdministration
- HS.FHIRModel.R4.NutritionOrderX.SeqOfNutritionOrderXNutrient
- HS.FHIRModel.R4.NutritionOrderX.SeqOfNutritionOrderXSupplement
- HS.FHIRModel.R4.NutritionOrderX.SeqOfNutritionOrderXTexture
- HS.FHIRModel.R4.ObservationDefinitionX.SeqOfObservationDefinitionXQualifiedInterval
- HS.FHIRModel.R4.ObservationX.SeqOfObservationXComponent
- HS.FHIRModel.R4.ObservationX.SeqOfObservationXReferenceRange
- HS.FHIRModel.R4.OperationDefinitionX.SeqOfOperationDefinitionXOverload
- HS.FHIRModel.R4.OperationDefinitionX.SeqOfOperationDefinitionXParameter
- HS.FHIRModel.R4.OperationDefinitionX.SeqOfOperationDefinitionXReferencedFrom
- HS.FHIRModel.R4.OperationOutcomeX.SeqOfOperationOutcomeXIssue
- HS.FHIRModel.R4.OrganizationX.SeqOfOrganizationXContact
- HS.FHIRModel.R4.ParametersX.SeqOfParametersXParameter
- HS.FHIRModel.R4.PatientX.SeqOfPatientXCommunication
- HS.FHIRModel.R4.PatientX.SeqOfPatientXContact
- HS.FHIRModel.R4.PatientX.SeqOfPatientXLink
- HS.FHIRModel.R4.PaymentReconciliationX.SeqOfPaymentReconciliationXDetail
- HS.FHIRModel.R4.PaymentReconciliationX.SeqOfPaymentReconciliationXProcessNote
- HS.FHIRModel.R4.PersonX.SeqOfPersonXLink
- HS.FHIRModel.R4.PlanDefinitionX.SeqOfPlanDefinitionXAction
- HS.FHIRModel.R4.PlanDefinitionX.SeqOfPlanDefinitionXCondition
- HS.FHIRModel.R4.PlanDefinitionX.SeqOfPlanDefinitionXDynamicValue
- HS.FHIRModel.R4.PlanDefinitionX.SeqOfPlanDefinitionXGoal
- HS.FHIRModel.R4.PlanDefinitionX.SeqOfPlanDefinitionXParticipant
- HS.FHIRModel.R4.PlanDefinitionX.SeqOfPlanDefinitionXRelatedAction
- HS.FHIRModel.R4.PlanDefinitionX.SeqOfPlanDefinitionXTarget
- HS.FHIRModel.R4.PractitionerRoleX.SeqOfPractitionerRoleXAvailableTime
- HS.FHIRModel.R4.PractitionerRoleX.SeqOfPractitionerRoleXNotAvailable
- HS.FHIRModel.R4.PractitionerX.SeqOfPractitionerXQualification
- HS.FHIRModel.R4.ProcedureX.SeqOfProcedureXFocalDevice
- HS.FHIRModel.R4.ProcedureX.SeqOfProcedureXPerformer
- HS.FHIRModel.R4.ProvenanceX.SeqOfProvenanceXAgent
- HS.FHIRModel.R4.ProvenanceX.SeqOfProvenanceXEntity
- HS.FHIRModel.R4.QuestionnaireResponseX.SeqOfQuestionnaireResponseXAnswer
- HS.FHIRModel.R4.QuestionnaireResponseX.SeqOfQuestionnaireResponseXItem
- HS.FHIRModel.R4.QuestionnaireX.SeqOfQuestionnaireXAnswerOption
- HS.FHIRModel.R4.QuestionnaireX.SeqOfQuestionnaireXEnableWhen
- HS.FHIRModel.R4.QuestionnaireX.SeqOfQuestionnaireXInitial
- HS.FHIRModel.R4.QuestionnaireX.SeqOfQuestionnaireXItem
- HS.FHIRModel.R4.RelatedPersonX.SeqOfRelatedPersonXCommunication
- HS.FHIRModel.R4.RequestGroupX.SeqOfRequestGroupXAction
- HS.FHIRModel.R4.RequestGroupX.SeqOfRequestGroupXCondition
- HS.FHIRModel.R4.RequestGroupX.SeqOfRequestGroupXRelatedAction
- HS.FHIRModel.R4.ResearchElementDefinitionX.SeqOfResearchElementDefinitionXCharacteristic
- HS.FHIRModel.R4.ResearchStudyX.SeqOfResearchStudyXArm
- HS.FHIRModel.R4.ResearchStudyX.SeqOfResearchStudyXObjective
- HS.FHIRModel.R4.RiskAssessmentX.SeqOfRiskAssessmentXPrediction
- HS.FHIRModel.R4.RiskEvidenceSynthesisX.SeqOfRiskEvidenceSynthesisXCertainty
- HS.FHIRModel.R4.RiskEvidenceSynthesisX.SeqOfRiskEvidenceSynthesisXCertaintySubcomponent
- HS.FHIRModel.R4.RiskEvidenceSynthesisX.SeqOfRiskEvidenceSynthesisXPrecisionEstimate
- HS.FHIRModel.R4.SearchParameterX.SeqOfSearchParameterXComponent
- HS.FHIRModel.R4.SeqOfAddress
- HS.FHIRModel.R4.SeqOfAnnotation
- HS.FHIRModel.R4.SeqOfAttachment
- HS.FHIRModel.R4.SeqOfCodeableConcept
- HS.FHIRModel.R4.SeqOfCoding
- HS.FHIRModel.R4.SeqOfContactDetail
- HS.FHIRModel.R4.SeqOfContactPoint
- HS.FHIRModel.R4.SeqOfDataRequirement
- HS.FHIRModel.R4.SeqOfDosage
- HS.FHIRModel.R4.SeqOfElement
- HS.FHIRModel.R4.SeqOfElementDefinition
- HS.FHIRModel.R4.SeqOfExtension
- HS.FHIRModel.R4.SeqOfHumanName
- HS.FHIRModel.R4.SeqOfIdentifier
- HS.FHIRModel.R4.SeqOfInteger
- HS.FHIRModel.R4.SeqOfMarketingStatus
- HS.FHIRModel.R4.SeqOfParameterDefinition
- HS.FHIRModel.R4.SeqOfPeriod
- HS.FHIRModel.R4.SeqOfPopulation
- HS.FHIRModel.R4.SeqOfProductShelfLife
- HS.FHIRModel.R4.SeqOfQuantity
- HS.FHIRModel.R4.SeqOfReference
- HS.FHIRModel.R4.SeqOfRelatedArtifact
- HS.FHIRModel.R4.SeqOfResourceList
- HS.FHIRModel.R4.SeqOfSignature
- HS.FHIRModel.R4.SeqOfString
- HS.FHIRModel.R4.SeqOfTiming
- HS.FHIRModel.R4.SeqOfTriggerDefinition
- HS.FHIRModel.R4.SeqOfUsageContext
- HS.FHIRModel.R4.SpecimenDefinitionX.SeqOfSpecimenDefinitionXAdditive
- HS.FHIRModel.R4.SpecimenDefinitionX.SeqOfSpecimenDefinitionXHandling
- HS.FHIRModel.R4.SpecimenDefinitionX.SeqOfSpecimenDefinitionXTypeTested
- HS.FHIRModel.R4.SpecimenX.SeqOfSpecimenXContainer
- HS.FHIRModel.R4.SpecimenX.SeqOfSpecimenXProcessing
- HS.FHIRModel.R4.StructureDefinitionX.SeqOfStructureDefinitionXContext
- HS.FHIRModel.R4.StructureDefinitionX.SeqOfStructureDefinitionXMapping
- HS.FHIRModel.R4.StructureMapX.SeqOfStructureMapXDependent
- HS.FHIRModel.R4.StructureMapX.SeqOfStructureMapXGroup
- HS.FHIRModel.R4.StructureMapX.SeqOfStructureMapXInput
- HS.FHIRModel.R4.StructureMapX.SeqOfStructureMapXParameter
- HS.FHIRModel.R4.StructureMapX.SeqOfStructureMapXRule
- HS.FHIRModel.R4.StructureMapX.SeqOfStructureMapXSource
- HS.FHIRModel.R4.StructureMapX.SeqOfStructureMapXStructure
- HS.FHIRModel.R4.StructureMapX.SeqOfStructureMapXTarget
- HS.FHIRModel.R4.SubstanceNucleicAcidX.SeqOfSubstanceNucleicAcidXLinkage
- HS.FHIRModel.R4.SubstanceNucleicAcidX.SeqOfSubstanceNucleicAcidXSubunit
- HS.FHIRModel.R4.SubstanceNucleicAcidX.SeqOfSubstanceNucleicAcidXSugar
- HS.FHIRModel.R4.SubstancePolymerX.SeqOfSubstancePolymerXDegreeOfPolymerisation
- HS.FHIRModel.R4.SubstancePolymerX.SeqOfSubstancePolymerXMonomerSet
- HS.FHIRModel.R4.SubstancePolymerX.SeqOfSubstancePolymerXRepeat
- HS.FHIRModel.R4.SubstancePolymerX.SeqOfSubstancePolymerXRepeatUnit
- HS.FHIRModel.R4.SubstancePolymerX.SeqOfSubstancePolymerXStartingMaterial
- HS.FHIRModel.R4.SubstancePolymerX.SeqOfSubstancePolymerXStructuralRepresentation
- HS.FHIRModel.R4.SubstanceProteinX.SeqOfSubstanceProteinXSubunit
- HS.FHIRModel.R4.SubstanceReferenceInformationX.SeqOfSubstanceReferenceInformationXClassification
- HS.FHIRModel.R4.SubstanceReferenceInformationX.SeqOfSubstanceReferenceInformationXGene
- HS.FHIRModel.R4.SubstanceReferenceInformationX.SeqOfSubstanceReferenceInformationXGeneElement
- HS.FHIRModel.R4.SubstanceReferenceInformationX.SeqOfSubstanceReferenceInformationXTarget
- HS.FHIRModel.R4.SubstanceSourceMaterialX.SeqOfSubstanceSourceMaterialXAuthor
- HS.FHIRModel.R4.SubstanceSourceMaterialX.SeqOfSubstanceSourceMaterialXFractionDescription
- HS.FHIRModel.R4.SubstanceSourceMaterialX.SeqOfSubstanceSourceMaterialXPartDescription
- HS.FHIRModel.R4.SubstanceSpecificationX.SeqOfSubstanceSpecificationXCode
- HS.FHIRModel.R4.SubstanceSpecificationX.SeqOfSubstanceSpecificationXIsotope
- HS.FHIRModel.R4.SubstanceSpecificationX.SeqOfSubstanceSpecificationXMoiety
- HS.FHIRModel.R4.SubstanceSpecificationX.SeqOfSubstanceSpecificationXMolecularWeight
- HS.FHIRModel.R4.SubstanceSpecificationX.SeqOfSubstanceSpecificationXName
- HS.FHIRModel.R4.SubstanceSpecificationX.SeqOfSubstanceSpecificationXOfficial
- HS.FHIRModel.R4.SubstanceSpecificationX.SeqOfSubstanceSpecificationXProperty
- HS.FHIRModel.R4.SubstanceSpecificationX.SeqOfSubstanceSpecificationXRelationship
- HS.FHIRModel.R4.SubstanceSpecificationX.SeqOfSubstanceSpecificationXRepresentation
- HS.FHIRModel.R4.SubstanceX.SeqOfSubstanceXIngredient
- HS.FHIRModel.R4.SubstanceX.SeqOfSubstanceXInstance
- HS.FHIRModel.R4.SupplyRequestX.SeqOfSupplyRequestXParameter
- HS.FHIRModel.R4.TaskX.SeqOfTaskXInput
- HS.FHIRModel.R4.TaskX.SeqOfTaskXOutput
- HS.FHIRModel.R4.TerminologyCapabilitiesX.SeqOfTerminologyCapabilitiesXCodeSystem
- HS.FHIRModel.R4.TerminologyCapabilitiesX.SeqOfTerminologyCapabilitiesXFilter
- HS.FHIRModel.R4.TerminologyCapabilitiesX.SeqOfTerminologyCapabilitiesXParameter
- HS.FHIRModel.R4.TerminologyCapabilitiesX.SeqOfTerminologyCapabilitiesXVersion
- HS.FHIRModel.R4.TestReportX.SeqOfTestReportXAction
- HS.FHIRModel.R4.TestReportX.SeqOfTestReportXAction1
- HS.FHIRModel.R4.TestReportX.SeqOfTestReportXAction2
- HS.FHIRModel.R4.TestReportX.SeqOfTestReportXParticipant
- HS.FHIRModel.R4.TestReportX.SeqOfTestReportXTest
- HS.FHIRModel.R4.TestScriptX.SeqOfTestScriptXAction
- HS.FHIRModel.R4.TestScriptX.SeqOfTestScriptXAction1
- HS.FHIRModel.R4.TestScriptX.SeqOfTestScriptXAction2
- HS.FHIRModel.R4.TestScriptX.SeqOfTestScriptXCapability
- HS.FHIRModel.R4.TestScriptX.SeqOfTestScriptXDestination
- HS.FHIRModel.R4.TestScriptX.SeqOfTestScriptXFixture
- HS.FHIRModel.R4.TestScriptX.SeqOfTestScriptXLink
- HS.FHIRModel.R4.TestScriptX.SeqOfTestScriptXOrigin
- HS.FHIRModel.R4.TestScriptX.SeqOfTestScriptXRequestHeader
- HS.FHIRModel.R4.TestScriptX.SeqOfTestScriptXTest
- HS.FHIRModel.R4.TestScriptX.SeqOfTestScriptXVariable
- HS.FHIRModel.R4.ValueSetX.SeqOfValueSetXConcept
- HS.FHIRModel.R4.ValueSetX.SeqOfValueSetXContains
- HS.FHIRModel.R4.ValueSetX.SeqOfValueSetXDesignation
- HS.FHIRModel.R4.ValueSetX.SeqOfValueSetXFilter
- HS.FHIRModel.R4.ValueSetX.SeqOfValueSetXInclude
- HS.FHIRModel.R4.ValueSetX.SeqOfValueSetXParameter
- HS.FHIRModel.R4.VerificationResultX.SeqOfVerificationResultXPrimarySource
- HS.FHIRModel.R4.VerificationResultX.SeqOfVerificationResultXValidator
- HS.FHIRModel.R4.VisionPrescriptionX.SeqOfVisionPrescriptionXLensSpecification
- HS.FHIRModel.R4.VisionPrescriptionX.SeqOfVisionPrescriptionXPrism