| Package | Description |
|---|---|
| org.hl7.fhir.instance.conf | |
| org.hl7.fhir.instance.model |
| Modifier and Type | Method and Description |
|---|---|
StructureDefinition |
ServerProfileProvider.getProfileById(ServletRequestDetails theRequest,
IdType theId) |
OperationDefinition |
ServerConformanceProvider.readOperationDefinition(IdType theId) |
| Modifier and Type | Field and Description |
|---|---|
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 |
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 |
Conformance.fhirVersion
The version of the FHIR specification on which this conformance statement is based.
|
protected IdType |
Resource.id
The logical id of the resource, as used in the URL for the resource.
|
protected IdType |
Element.id
unique id for the element within a resource (for internal references).
|
protected IdType |
MessageHeader.MessageHeaderResponseComponent.identifier
The id of the message that this message is a response to.
|
protected IdType |
StructureDefinition.StructureDefinitionMappingComponent.identity
An Internal id that is used to identify this mapping set when specific mappings are made.
|
protected IdType |
ElementDefinition.ElementDefinitionMappingComponent.identity
An internal reference to the definition of a mapping.
|
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.ElementDefinitionConstraintComponent.key
Allows identification of which elements have their cardinalities impacted by the constraint.
|
protected IdType |
TestScript.TestScriptSetupActionOperationComponent.responseId
The fixture id (maybe new) to map to the response.
|
protected IdType |
TestScript.TestScriptVariableComponent.sourceId
Fixture to evaluate the XPath/JSONPath expression or the headerField against within this variable.
|
protected IdType |
TestScript.TestScriptSetupActionOperationComponent.sourceId
The id of the fixture used as the body of a PUT or POST request.
|
protected IdType |
TestScript.TestScriptSetupActionAssertComponent.sourceId
Fixture to evaluate the XPath/JSONPath expression or the headerField against.
|
protected IdType |
TestScript.TestScriptSetupActionOperationComponent.targetId
Id of fixture used for extracting the [id], [type], and [vid] for GET requests.
|
protected IdType |
TestScript.TestScriptSetupActionAssertComponent.validateProfileId
The ID of the Profile to validate against.
|
protected IdType |
Meta.versionId
The version specific identifier, as it appears in the version portion of the URL.
|
| Modifier and Type | Field and Description |
|---|---|
protected List<IdType> |
ElementDefinition.condition
A reference to an invariant that may make additional statements about the cardinality or value in the instance.
|
| Modifier and Type | Method and Description |
|---|---|
IdType |
ElementDefinition.addConditionElement() |
IdType |
Base.castToId(Base b) |
IdType |
IdType.copy() |
IdType |
StructureDefinition.getFhirVersionElement() |
IdType |
ImplementationGuide.getFhirVersionElement() |
IdType |
Conformance.getFhirVersionElement() |
IdType |
Resource.getIdElement() |
IdType |
Element.getIdElement() |
IdType |
MessageHeader.MessageHeaderResponseComponent.getIdentifierElement() |
IdType |
StructureDefinition.StructureDefinitionMappingComponent.getIdentityElement() |
IdType |
ElementDefinition.ElementDefinitionMappingComponent.getIdentityElement() |
IdType |
DataElement.DataElementMappingComponent.getIdentityElement() |
IdType |
ElementDefinition.ElementDefinitionConstraintComponent.getKeyElement() |
IdType |
TestScript.TestScriptSetupActionOperationComponent.getResponseIdElement() |
IdType |
TestScript.TestScriptVariableComponent.getSourceIdElement() |
IdType |
TestScript.TestScriptSetupActionOperationComponent.getSourceIdElement() |
IdType |
TestScript.TestScriptSetupActionAssertComponent.getSourceIdElement() |
IdType |
TestScript.TestScriptSetupActionOperationComponent.getTargetIdElement() |
IdType |
TestScript.TestScriptSetupActionAssertComponent.getValidateProfileIdElement() |
IdType |
Meta.getVersionIdElement() |
static IdType |
Factory.newId(String value) |
static IdType |
IdType.newRandomUuid()
Construct a new ID with with form "urn:uuid:[UUID]" where [UUID] is a new,
randomly created UUID generated by
UUID.randomUUID() |
static IdType |
IdType.of(org.hl7.fhir.instance.model.api.IBaseResource theResouce)
Retrieves the ID from the given resource instance
|
IdType |
IdType.setValue(String theValue)
Set the value
|
IdType |
IdType.toUnqualified()
Returns a new IdType containing this IdType's values but with no server
base URL if one is present in this IdType.
|
IdType |
IdType.toUnqualifiedVersionless() |
IdType |
IdType.toVersionless() |
IdType |
IdType.withResourceType(String theResourceName) |
IdType |
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 |
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.
|
| Modifier and Type | Method and Description |
|---|---|
List<IdType> |
ElementDefinition.getCondition() |
| Constructor and Description |
|---|
BaseReference(IdType theReference) |
Conformance(DateTimeType date,
Enumeration<Conformance.ConformanceStatementKind> kind,
IdType fhirVersion,
Enumeration<Conformance.UnknownContentCode> acceptUnknown) |
DataElementMappingComponent(IdType identity) |
ElementDefinitionConstraintComponent(IdType key,
Enumeration<ElementDefinition.ConstraintSeverity> severity,
StringType human,
StringType xpath) |
ElementDefinitionMappingComponent(IdType identity,
StringType map) |
MessageHeaderResponseComponent(IdType identifier,
Enumeration<MessageHeader.ResponseType> code) |
Reference(IdType theReference)
Constructor
|
StructureDefinitionMappingComponent(IdType identity) |
Copyright © 2014–2018 University Health Network. All rights reserved.