
Uses of Class
org.hl7.fhir.dstu3.model.IdType
Packages that use IdType
Package
Description
-
Uses of IdType in org.hl7.fhir.dstu3.formats
Methods in org.hl7.fhir.dstu3.formats that return IdTypeModifier and TypeMethodDescriptionprotected IdType
protected IdType
XmlParser.parseId
(org.xmlpull.v1.XmlPullParser xpp) Methods in org.hl7.fhir.dstu3.formats with parameters of type IdTypeModifier and TypeMethodDescriptionprotected void
RdfParser.composeId
(Turtle.Complex parent, String parentType, String name, IdType value, int index) protected void
protected void
JsonParser.composeIdCore
(String name, IdType value, boolean inArray) protected void
JsonParser.composeIdExtras
(String name, IdType value, boolean inArray) protected void
JsonParserBase.parseElementProperties
(com.google.gson.JsonObject theAsJsonObject, IdType theReferenceElement) -
Uses of IdType in org.hl7.fhir.dstu3.hapi.rest.server
Methods in org.hl7.fhir.dstu3.hapi.rest.server with parameters of type IdTypeModifier and TypeMethodDescriptionServerCapabilityStatementProvider.readOperationDefinition
(IdType theId, ca.uhn.fhir.rest.api.server.RequestDetails theRequestDetails) -
Uses of IdType in org.hl7.fhir.dstu3.model
Fields in org.hl7.fhir.dstu3.model declared as IdTypeModifier and TypeFieldDescriptionprotected IdType
PlanDefinition.PlanDefinitionActionRelatedActionComponent.actionId
The element id of the related action.protected IdType
RequestGroup.RequestGroupActionRelatedActionComponent.actionId
The element id of the action this is related to.protected IdType
StructureMap.StructureMapGroupRuleSourceComponent.context
Type or variable this rule applies to.protected IdType
StructureMap.StructureMapGroupRuleTargetComponent.context
Type or variable this rule applies to.protected IdType
StructureMap.StructureMapGroupComponent.extends_
Another group that this group adds rules to.protected IdType
CapabilityStatement.fhirVersion
The version of the FHIR specification on which this capability statement is based.protected IdType
ImplementationGuide.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.protected IdType
StructureDefinition.fhirVersion
The version of the FHIR specification on which this StructureDefinition is based - this is the formal version of the specification, without the revision number, e.g.protected IdType
Resource.id
The logical id of the resource, as used in the URL for the resource.protected IdType
MessageHeader.MessageHeaderResponseComponent.identifier
The MessageHeader.id of the message to which this message is a response.protected IdType
DataElement.DataElementMappingComponent.identity
An internal id that is used to identify this mapping set when specific mappings are made on a per-element basis.protected IdType
ElementDefinition.ElementDefinitionMappingComponent.identity
An internal reference to the definition of a mapping.protected IdType
StructureDefinition.StructureDefinitionMappingComponent.identity
An Internal id that is used to identify this mapping set when specific mappings are made.protected IdType
ElementDefinition.ElementDefinitionConstraintComponent.key
Allows identification of which elements have their cardinalities impacted by the constraint.protected IdType
StructureMap.StructureMapGroupRuleTargetComponent.listRuleId
Internal rule reference for shared list items.protected IdType
StructureMap.StructureMapGroupComponent.name
A unique name for the group for the convenience of human readers.protected IdType
StructureMap.StructureMapGroupInputComponent.name
Name for this instance of data.protected IdType
StructureMap.StructureMapGroupRuleComponent.name
Name of the rule for internal references.protected IdType
StructureMap.StructureMapGroupRuleDependentComponent.name
Name of a rule or group to apply.protected IdType
GuidanceResponse.requestId
The id of the request associated with this response.protected IdType
TestScript.SetupActionOperationComponent.requestId
The fixture id (maybe new) to map to the request.protected IdType
TestScript.SetupActionOperationComponent.responseId
The fixture id (maybe new) to map to the response.protected IdType
TestScript.ActionAssertRuleComponent.ruleId
The TestScript.rule id value this assert will evaluate.protected IdType
TestScript.ActionAssertRulesetRuleComponent.ruleId
Id of the referenced rule within the external ruleset template.protected IdType
TestScript.RulesetRuleComponent.ruleId
Id of the referenced rule within the external ruleset template.protected IdType
TestScript.ActionAssertRulesetComponent.rulesetId
The TestScript.ruleset id value this assert will evaluate.protected IdType
TestScript.SetupActionAssertComponent.sourceId
Fixture to evaluate the XPath/JSONPath expression or the headerField against.protected IdType
TestScript.SetupActionOperationComponent.sourceId
The id of the fixture used as the body of a PUT or POST request.protected IdType
TestScript.TestScriptVariableComponent.sourceId
Fixture to evaluate the XPath/JSONPath expression or the headerField against within this variable.protected IdType
TestScript.SetupActionOperationComponent.targetId
Id of fixture used for extracting the [id], [type], and [vid] for GET requests.protected IdType
TestScript.SetupActionAssertComponent.validateProfileId
The ID of the Profile to validate against.protected IdType
StructureMap.StructureMapGroupRuleSourceComponent.variable
Named context for field, if a field is specified.protected IdType
StructureMap.StructureMapGroupRuleTargetComponent.variable
Named context for field, if desired, and a field is specified.protected IdType
Meta.versionId
The version specific identifier, as it appears in the version portion of the URL.Fields in org.hl7.fhir.dstu3.model with type parameters of type IdTypeModifier and TypeFieldDescriptionElementDefinition.condition
A reference to an invariant that may make additional statements about the cardinality or value in the instance.PlanDefinition.PlanDefinitionActionComponent.goalId
Identifies goals that this action supports.Methods in org.hl7.fhir.dstu3.model that return IdTypeModifier and TypeMethodDescriptionElementDefinition.addConditionElement()
PlanDefinition.PlanDefinitionActionComponent.addGoalIdElement()
IdType.copy()
PlanDefinition.PlanDefinitionActionRelatedActionComponent.getActionIdElement()
RequestGroup.RequestGroupActionRelatedActionComponent.getActionIdElement()
StructureMap.StructureMapGroupRuleSourceComponent.getContextElement()
StructureMap.StructureMapGroupRuleTargetComponent.getContextElement()
StructureMap.StructureMapGroupComponent.getExtendsElement()
CapabilityStatement.getFhirVersionElement()
ImplementationGuide.getFhirVersionElement()
StructureDefinition.getFhirVersionElement()
Resource.getIdElement()
MessageHeader.MessageHeaderResponseComponent.getIdentifierElement()
DataElement.DataElementMappingComponent.getIdentityElement()
ElementDefinition.ElementDefinitionMappingComponent.getIdentityElement()
StructureDefinition.StructureDefinitionMappingComponent.getIdentityElement()
ElementDefinition.ElementDefinitionConstraintComponent.getKeyElement()
StructureMap.StructureMapGroupRuleTargetComponent.getListRuleIdElement()
StructureMap.StructureMapGroupComponent.getNameElement()
StructureMap.StructureMapGroupInputComponent.getNameElement()
StructureMap.StructureMapGroupRuleComponent.getNameElement()
StructureMap.StructureMapGroupRuleDependentComponent.getNameElement()
GuidanceResponse.getRequestIdElement()
TestScript.SetupActionOperationComponent.getRequestIdElement()
TestScript.SetupActionOperationComponent.getResponseIdElement()
TestScript.ActionAssertRuleComponent.getRuleIdElement()
TestScript.ActionAssertRulesetRuleComponent.getRuleIdElement()
TestScript.RulesetRuleComponent.getRuleIdElement()
TestScript.ActionAssertRulesetComponent.getRulesetIdElement()
TestScript.SetupActionAssertComponent.getSourceIdElement()
TestScript.SetupActionOperationComponent.getSourceIdElement()
TestScript.TestScriptVariableComponent.getSourceIdElement()
TestScript.SetupActionOperationComponent.getTargetIdElement()
TestScript.SetupActionAssertComponent.getValidateProfileIdElement()
StructureMap.StructureMapGroupRuleTargetParameterComponent.getValueIdType()
StructureMap.StructureMapGroupRuleSourceComponent.getVariableElement()
StructureMap.StructureMapGroupRuleTargetComponent.getVariableElement()
Meta.getVersionIdElement()
static IdType
static IdType
IdType.newRandomUuid()
Construct a new ID with with form "urn:uuid:[UUID]" where [UUID] is a new, randomly created UUID generated byUUID.randomUUID()
static IdType
IdType.of
(org.hl7.fhir.instance.model.api.IBaseResource theResouce) Retrieves the ID from the given resource instanceSet the valueIdType.toUnqualified()
Returns a new IdType containing this IdType's values but with no server base URL if one is present in this IdType.IdType.toUnqualifiedVersionless()
IdType.toVersionless()
IdType.withResourceType
(String theResourceName) IdType.withServerBase
(String theServerBase, String theResourceType) Returns a view of this ID as a fully qualified URL, given a server base and resource name (which will only be used if the ID does not already contain those respective parts).IdType.withVersion
(String theVersion) Creates a new instance of this ID which is identical, but refers to the specific version of this resource ID noted by theVersion.Methods in org.hl7.fhir.dstu3.model that return types with arguments of type IdTypeModifier and TypeMethodDescriptionElementDefinition.getCondition()
PlanDefinition.PlanDefinitionActionComponent.getGoalId()
Methods in org.hl7.fhir.dstu3.model with parameters of type IdTypeModifier and TypeMethodDescriptionboolean
IdType.equalsIgnoreBase
(IdType theId) Returns true if this IdType matches the given IdType in terms of resource type and ID, but ignores the URL basePlanDefinition.PlanDefinitionActionRelatedActionComponent.setActionIdElement
(IdType value) RequestGroup.RequestGroupActionRelatedActionComponent.setActionIdElement
(IdType value) StructureMap.StructureMapGroupRuleSourceComponent.setContextElement
(IdType value) StructureMap.StructureMapGroupRuleTargetComponent.setContextElement
(IdType value) StructureMap.StructureMapGroupComponent.setExtendsElement
(IdType value) CapabilityStatement.setFhirVersionElement
(IdType value) ImplementationGuide.setFhirVersionElement
(IdType value) StructureDefinition.setFhirVersionElement
(IdType value) abstract BaseResource
BaseResource.setIdElement
(IdType theIdType) Resource.setIdElement
(IdType value) MessageHeader.MessageHeaderResponseComponent.setIdentifierElement
(IdType value) DataElement.DataElementMappingComponent.setIdentityElement
(IdType value) ElementDefinition.ElementDefinitionMappingComponent.setIdentityElement
(IdType value) StructureDefinition.StructureDefinitionMappingComponent.setIdentityElement
(IdType value) ElementDefinition.ElementDefinitionConstraintComponent.setKeyElement
(IdType value) StructureMap.StructureMapGroupRuleTargetComponent.setListRuleIdElement
(IdType value) StructureMap.StructureMapGroupComponent.setNameElement
(IdType value) StructureMap.StructureMapGroupInputComponent.setNameElement
(IdType value) StructureMap.StructureMapGroupRuleComponent.setNameElement
(IdType value) StructureMap.StructureMapGroupRuleDependentComponent.setNameElement
(IdType value) GuidanceResponse.setRequestIdElement
(IdType value) TestScript.SetupActionOperationComponent.setRequestIdElement
(IdType value) TestScript.SetupActionOperationComponent.setResponseIdElement
(IdType value) TestScript.ActionAssertRuleComponent.setRuleIdElement
(IdType value) TestScript.ActionAssertRulesetRuleComponent.setRuleIdElement
(IdType value) TestScript.RulesetRuleComponent.setRuleIdElement
(IdType value) TestScript.ActionAssertRulesetComponent.setRulesetIdElement
(IdType value) TestScript.SetupActionAssertComponent.setSourceIdElement
(IdType value) TestScript.SetupActionOperationComponent.setSourceIdElement
(IdType value) TestScript.TestScriptVariableComponent.setSourceIdElement
(IdType value) TestScript.SetupActionOperationComponent.setTargetIdElement
(IdType value) TestScript.SetupActionAssertComponent.setValidateProfileIdElement
(IdType value) StructureMap.StructureMapGroupRuleSourceComponent.setVariableElement
(IdType value) StructureMap.StructureMapGroupRuleTargetComponent.setVariableElement
(IdType value) Meta.setVersionIdElement
(IdType value) Method parameters in org.hl7.fhir.dstu3.model with type arguments of type IdTypeConstructors in org.hl7.fhir.dstu3.model with parameters of type IdTypeModifierConstructorDescriptionActionAssertRuleComponent
(IdType ruleId) ConstructorActionAssertRulesetComponent
(IdType rulesetId) ConstructorConstructorCapabilityStatement
(Enumeration<Enumerations.PublicationStatus> status, DateTimeType date, Enumeration<CapabilityStatement.CapabilityStatementKind> kind, IdType fhirVersion, Enumeration<CapabilityStatement.UnknownContentCode> acceptUnknown) ConstructorDataElementMappingComponent
(IdType identity) ConstructorElementDefinitionConstraintComponent
(IdType key, Enumeration<ElementDefinition.ConstraintSeverity> severity, StringType human, StringType expression) ConstructorElementDefinitionMappingComponent
(IdType identity, StringType map) ConstructorMessageHeaderResponseComponent
(IdType identifier, Enumeration<MessageHeader.ResponseType> code) ConstructorPlanDefinitionActionRelatedActionComponent
(IdType actionId, Enumeration<PlanDefinition.ActionRelationshipType> relationship) ConstructorRequestGroupActionRelatedActionComponent
(IdType actionId, Enumeration<RequestGroup.ActionRelationshipType> relationship) ConstructorRulesetRuleComponent
(IdType ruleId) ConstructorStructureDefinitionMappingComponent
(IdType identity) ConstructorStructureMapGroupComponent
(IdType name, Enumeration<StructureMap.StructureMapGroupTypeMode> typeMode) ConstructorConstructorConstructorConstructorConstructor