Uses of Class
com.ibm.fhir.model.type.Id
-
Packages that use Id Package Description com.ibm.fhir.model.resource com.ibm.fhir.model.type com.ibm.fhir.model.visitor -
-
Uses of Id in com.ibm.fhir.model.resource
Methods in com.ibm.fhir.model.resource that return Id Modifier and Type Method Description IdPlanDefinition.Action.RelatedAction. getActionId()The element id of the related action.IdRequestGroup.Action.RelatedAction. getActionId()The element id of the action this is related to.IdStructureMap.Group.Rule.Source. getContext()Type or variable this rule applies to.IdStructureMap.Group.Rule.Target. getContext()Type or variable this rule applies to.IdStructureMap.Group. getExtends()Another group that this group adds rules to.IdImplementationGuide.Definition.Resource. getGroupingId()Reference to the id of the grouping this resource appears in.IdMessageHeader.Response. getIdentifier()The MessageHeader.id of the message to which this message is a response.IdStructureDefinition.Mapping. getIdentity()An Internal id that is used to identify this mapping set when specific mappings are made.IdStructureMap.Group.Rule.Target. getListRuleId()Internal rule reference for shared list items.IdStructureMap.Group. getName()A unique name for the group for the convenience of human readers.IdStructureMap.Group.Input. getName()Name for this instance of data.IdStructureMap.Group.Rule.Dependent. getName()Name of a rule or group to apply.IdStructureMap.Group.Rule. getName()Name of the rule for internal references.IdImplementationGuide.DependsOn. getPackageId()The NPM package name for the Implementation Guide that this IG depends on.IdImplementationGuide. getPackageId()The NPM package name for this Implementation Guide, used in the NPM package distribution, which is the primary mechanism by which FHIR based tooling manages IG dependencies.IdTestScript.Setup.Action.Operation. getRequestId()The fixture id (maybe new) to map to the request.IdTestScript.Setup.Action.Operation. getResponseId()The fixture id (maybe new) to map to the response.IdTestScript.Setup.Action.Assert. getSourceId()Fixture to evaluate the XPath/JSONPath expression or the headerField against.IdTestScript.Setup.Action.Operation. getSourceId()The id of the fixture used as the body of a PUT or POST request.IdTestScript.Variable. getSourceId()Fixture to evaluate the XPath/JSONPath expression or the headerField against within this variable.IdTestScript.Setup.Action.Operation. getTargetId()Id of fixture used for extracting the [id], [type], and [vid] for GET requests.IdImagingStudy.Series. getUid()The DICOM Series Instance UID for the series.IdImagingStudy.Series.Instance. getUid()The DICOM SOP Instance UID for this image or other DICOM content.IdTestScript.Setup.Action.Assert. getValidateProfileId()The ID of the Profile to validate against.IdStructureMap.Group.Rule.Source. getVariable()Named context for field, if a field is specified.IdStructureMap.Group.Rule.Target. getVariable()Named context for field, if desired, and a field is specified.Methods in com.ibm.fhir.model.resource that return types with arguments of type Id Modifier and Type Method Description List<Id>PlanDefinition.Action. getGoalId()Identifies goals that this action supports.Methods in com.ibm.fhir.model.resource with parameters of type Id Modifier and Type Method Description StructureMap.Group.BuilderStructureMap.Group.Builder. _extends(Id _extends)Another group that this group adds rules to.PlanDefinition.Action.RelatedAction.BuilderPlanDefinition.Action.RelatedAction.Builder. actionId(Id actionId)The element id of the related action.RequestGroup.Action.RelatedAction.BuilderRequestGroup.Action.RelatedAction.Builder. actionId(Id actionId)The element id of the action this is related to.StructureMap.Group.Rule.Source.BuilderStructureMap.Group.Rule.Source.Builder. context(Id context)Type or variable this rule applies to.StructureMap.Group.Rule.Target.BuilderStructureMap.Group.Rule.Target.Builder. context(Id context)Type or variable this rule applies to.PlanDefinition.Action.BuilderPlanDefinition.Action.Builder. goalId(Id... goalId)Identifies goals that this action supports.ImplementationGuide.Definition.Resource.BuilderImplementationGuide.Definition.Resource.Builder. groupingId(Id groupingId)Reference to the id of the grouping this resource appears in.MessageHeader.Response.BuilderMessageHeader.Response.Builder. identifier(Id identifier)The MessageHeader.id of the message to which this message is a response.StructureDefinition.Mapping.BuilderStructureDefinition.Mapping.Builder. identity(Id identity)An Internal id that is used to identify this mapping set when specific mappings are made.StructureMap.Group.Rule.Target.BuilderStructureMap.Group.Rule.Target.Builder. listRuleId(Id listRuleId)Internal rule reference for shared list items.StructureMap.Group.BuilderStructureMap.Group.Builder. name(Id name)A unique name for the group for the convenience of human readers.StructureMap.Group.Input.BuilderStructureMap.Group.Input.Builder. name(Id name)Name for this instance of data.StructureMap.Group.Rule.BuilderStructureMap.Group.Rule.Builder. name(Id name)Name of the rule for internal references.StructureMap.Group.Rule.Dependent.BuilderStructureMap.Group.Rule.Dependent.Builder. name(Id name)Name of a rule or group to apply.ImplementationGuide.BuilderImplementationGuide.Builder. packageId(Id packageId)The NPM package name for this Implementation Guide, used in the NPM package distribution, which is the primary mechanism by which FHIR based tooling manages IG dependencies.ImplementationGuide.DependsOn.BuilderImplementationGuide.DependsOn.Builder. packageId(Id packageId)The NPM package name for the Implementation Guide that this IG depends on.TestScript.Setup.Action.Operation.BuilderTestScript.Setup.Action.Operation.Builder. requestId(Id requestId)The fixture id (maybe new) to map to the request.TestScript.Setup.Action.Operation.BuilderTestScript.Setup.Action.Operation.Builder. responseId(Id responseId)The fixture id (maybe new) to map to the response.TestScript.Setup.Action.Assert.BuilderTestScript.Setup.Action.Assert.Builder. sourceId(Id sourceId)Fixture to evaluate the XPath/JSONPath expression or the headerField against.TestScript.Setup.Action.Operation.BuilderTestScript.Setup.Action.Operation.Builder. sourceId(Id sourceId)The id of the fixture used as the body of a PUT or POST request.TestScript.Variable.BuilderTestScript.Variable.Builder. sourceId(Id sourceId)Fixture to evaluate the XPath/JSONPath expression or the headerField against within this variable.TestScript.Setup.Action.Operation.BuilderTestScript.Setup.Action.Operation.Builder. targetId(Id targetId)Id of fixture used for extracting the [id], [type], and [vid] for GET requests.ImagingStudy.Series.BuilderImagingStudy.Series.Builder. uid(Id uid)The DICOM Series Instance UID for the series.ImagingStudy.Series.Instance.BuilderImagingStudy.Series.Instance.Builder. uid(Id uid)The DICOM SOP Instance UID for this image or other DICOM content.TestScript.Setup.Action.Assert.BuilderTestScript.Setup.Action.Assert.Builder. validateProfileId(Id validateProfileId)The ID of the Profile to validate against.StructureMap.Group.Rule.Source.BuilderStructureMap.Group.Rule.Source.Builder. variable(Id variable)Named context for field, if a field is specified.StructureMap.Group.Rule.Target.BuilderStructureMap.Group.Rule.Target.Builder. variable(Id variable)Named context for field, if desired, and a field is specified.Method parameters in com.ibm.fhir.model.resource with type arguments of type Id Modifier and Type Method Description PlanDefinition.Action.BuilderPlanDefinition.Action.Builder. goalId(Collection<Id> goalId)Identifies goals that this action supports. -
Uses of Id in com.ibm.fhir.model.type
Methods in com.ibm.fhir.model.type that return Id Modifier and Type Method Description IdId.Builder. build()Build theIdIdElementDefinition.Mapping. getIdentity()An internal reference to the definition of a mapping.IdElementDefinition.Constraint. getKey()Allows identification of which elements have their cardinalities impacted by the constraint.IdExpression. getName()A short name assigned to the expression to allow for multiple reuse of the expression in the context where it is defined.IdMeta. getVersionId()The version specific identifier, as it appears in the version portion of the URL.static IdId. of(String value)Methods in com.ibm.fhir.model.type that return types with arguments of type Id Modifier and Type Method Description List<Id>ElementDefinition. getCondition()A reference to an invariant that may make additional statements about the cardinality or value in the instance.Methods in com.ibm.fhir.model.type with parameters of type Id Modifier and Type Method Description ElementDefinition.BuilderElementDefinition.Builder. condition(Id... condition)A reference to an invariant that may make additional statements about the cardinality or value in the instance.protected Id.BuilderId.Builder. from(Id id)ElementDefinition.Mapping.BuilderElementDefinition.Mapping.Builder. identity(Id identity)An internal reference to the definition of a mapping.ElementDefinition.Constraint.BuilderElementDefinition.Constraint.Builder. key(Id key)Allows identification of which elements have their cardinalities impacted by the constraint.Expression.BuilderExpression.Builder. name(Id name)A short name assigned to the expression to allow for multiple reuse of the expression in the context where it is defined.Meta.BuilderMeta.Builder. versionId(Id versionId)The version specific identifier, as it appears in the version portion of the URL.Method parameters in com.ibm.fhir.model.type with type arguments of type Id Modifier and Type Method Description ElementDefinition.BuilderElementDefinition.Builder. condition(Collection<Id> condition)A reference to an invariant that may make additional statements about the cardinality or value in the instance. -
Uses of Id in com.ibm.fhir.model.visitor
Methods in com.ibm.fhir.model.visitor with parameters of type Id Modifier and Type Method Description booleanDefaultVisitor. visit(String elementName, int elementIndex, Id id)Delegates to#visit(elementName, elementIndex, String)booleanVisitor. visit(String elementName, int elementIndex, Id id)
-