| Package | Description |
|---|---|
| org.hl7.fhir.dstu3.elementmodel | |
| org.hl7.fhir.dstu3.formats | |
| org.hl7.fhir.dstu3.model | |
| org.hl7.fhir.dstu3.utils |
| Modifier and Type | Method and Description |
|---|---|
Type |
Element.asType() |
Type |
ObjectConverter.convertToType(Element element) |
| Modifier and Type | Method and Description |
|---|---|
Element |
ObjectConverter.convert(Property property,
Type type) |
| Modifier and Type | Method and Description |
|---|---|
Type |
ParserBase.parseType(byte[] bytes,
String typeName) |
Type |
IParser.parseType(byte[] bytes,
String knownType)
This is used to parse a type - a fragment of a resource.
|
Type |
XmlParserBase.parseType(InputStream input,
String knownType) |
Type |
IParser.parseType(InputStream input,
String knownType)
This is used to parse a type - a fragment of a resource.
|
Type |
ParserBase.parseType(String input,
String typeName) |
Type |
IParser.parseType(String input,
String knownType)
This is used to parse a type - a fragment of a resource.
|
protected abstract Type |
XmlParserBase.parseType(org.xmlpull.v1.XmlPullParser xml,
String type) |
| Modifier and Type | Method and Description |
|---|---|
void |
XmlParserBase.compose(OutputStream stream,
String rootName,
Type type)
Compose a type to a stream (used in the spec, for example, but not normally in production)
|
void |
XmlParserBase.compose(OutputStream stream,
Type type,
String rootName) |
void |
IParser.compose(OutputStream stream,
Type type,
String rootName)
Compose a type to a stream, possibly using pretty presentation for a human reader (used in the spec, for example, but not normally in production)
Not supported by all implementations.
|
byte[] |
ParserBase.composeBytes(Type type,
String typeName) |
byte[] |
IParser.composeBytes(Type type,
String rootName)
Compose a type to a stream, possibly using pretty presentation for a human reader (used in the spec, for example, but not normally in production)
Not supported by all implementations.
|
String |
ParserBase.composeString(Type type,
String typeName) |
String |
IParser.composeString(Type type,
String rootName)
Compose a type to a stream, possibly using pretty presentation for a human reader (used in the spec, for example, but not normally in production)
Not supported by all implementations.
|
protected abstract void |
XmlParserBase.composeType(String prefix,
Type type) |
protected void |
XmlParserBase.composeTypeAttributes(Type type) |
protected void |
XmlParserBase.parseTypeAttributes(org.xmlpull.v1.XmlPullParser xpp,
Type t) |
| Modifier and Type | Class and Description |
|---|---|
class |
Address
An address expressed using postal conventions (as opposed to GPS or other location definition formats).
|
class |
Age
A duration of time during which an organism (or a process) has existed.
|
class |
Annotation
A text note which also contains information about who made the statement and when.
|
class |
Attachment
For referring to data content defined in other formats.
|
class |
Base64BinaryType
Primitive type "base64Binary" in FHIR: a sequence of bytes represented in base64
|
class |
BaseDateTimeType |
class |
BaseExtension |
class |
BaseNarrative |
class |
BaseReference |
class |
BooleanType
Primitive type "boolean" in FHIR "true" or "false"
|
class |
CodeableConcept
A concept that may be defined by a formal reference to a terminology or ontology or may be provided by text.
|
class |
CodeType
Primitive type "code" in FHIR, when not bound to an enumerated list of codes
|
class |
Coding
A reference to a code defined by a terminology system.
|
class |
ContactDetail
Specifies contact information for a person or organization.
|
class |
ContactPoint
Details for all kinds of technology mediated contact points for a person or organization, including telephone, email, etc.
|
class |
Contributor
A contributor to the content of a knowledge asset, including authors, editors, reviewers, and endorsers.
|
class |
Count
A measured amount (or an amount that can potentially be measured).
|
class |
DataRequirement
Describes a required data item for evaluation in terms of the type of data, and optional code or date-based filters of the data.
|
class |
DateTimeType
Represents a FHIR dateTime datatype.
|
class |
DateType
Represents a FHIR date datatype.
|
class |
DecimalType
Primitive type "decimal" in FHIR: A rational number
|
class |
Distance
A length - a value with a unit that is a physical distance.
|
class |
Dosage
Indicates how the medication is/was taken or should be taken by the patient.
|
class |
Duration
A length of time.
|
class |
ElementDefinition
Captures constraints on each element within the resource, profile, or extension.
|
class |
Enumeration<T extends Enum<?>>
Primitive type "code" in FHIR, where the code is tied to an enumerated list of possible values
|
class |
Extension
Optional Extension Element - found in all resources.
|
class |
HumanName
A human's name with the ability to identify parts and usage.
|
class |
Identifier
A technical identifier - identifies some entity uniquely and unambiguously.
|
class |
IdType
This class represents the logical identity for a resource, or as much of that
identity is known.
|
class |
InstantType
Represents a FHIR instant datatype.
|
class |
IntegerType
Primitive type "integer" in FHIR: A signed 32-bit integer
|
class |
MarkdownType
Primitive type "code" in FHIR, when not bound to an enumerated list of codes
|
class |
Meta
The metadata about a resource.
|
class |
Money
An amount of economic utility in some recognized currency.
|
class |
Narrative
A human-readable formatted text, including images.
|
class |
OidType
Primitive type "oid" in FHIR: an OID represented as urn:oid:0.1.2.3.4...
|
class |
ParameterDefinition
The parameters to the module.
|
class |
Period
A time period defined by a start and end date and optionally time.
|
class |
PositiveIntType
Primitive type "integer" in FHIR: A signed 32-bit integer
|
class |
PrimitiveType<T> |
class |
Quantity
A measured amount (or an amount that can potentially be measured).
|
class |
Range
A set of ordered Quantities defined by a low and high limit.
|
class |
Ratio
A relationship of two Quantity values - expressed as a numerator and a denominator.
|
class |
Reference
A reference from one resource to another.
|
class |
RelatedArtifact
Related artifacts such as additional documentation, justification, or bibliographic references.
|
class |
SampledData
A series of measurements taken by a device, with upper and lower limits.
|
class |
SidType |
class |
Signature
A digital signature along with supporting context.
|
class |
SimpleQuantity
A measured amount (or an amount that can potentially be measured).
|
class |
StringType
Primitive type "string" in FHIR - any sequence of unicode characters less than 1MB in length
|
class |
TimeType
Represents a Time datatype, per the FHIR specification.
|
class |
Timing
Specifies an event that may occur multiple times.
|
class |
TriggerDefinition
A description of a triggering event.
|
class |
UnsignedIntType
Primitive type "integer" in FHIR: A signed 32-bit integer
|
class |
UriType
Primitive type "uri" in FHIR: any valid URI.
|
class |
UsageContext
Specifies clinical/business/etc metadata that can be used to retrieve, index and/or categorize an artifact.
|
class |
UuidType |
| Modifier and Type | Field and Description |
|---|---|
protected Type |
Condition.abatement
The date or estimated date that the condition resolved or went into remission.
|
protected Type |
Specimen.SpecimenContainerComponent.additive
Introduced substance to preserve, maintain or enhance the specimen.
|
protected Type |
FamilyMemberHistory.age
The age of the relative at the time the family member history is recorded.
|
protected Type |
ExplanationOfBenefit.BenefitComponent.allowed
Benefits allowed.
|
protected Type |
EligibilityResponse.BenefitComponent.allowed
Benefits allowed.
|
protected Type |
Questionnaire.QuestionnaireItemEnableWhenComponent.answer
An answer that the referenced question must match in order for the item to be enabled.
|
protected Type |
Dosage.asNeeded
Indicates whether the Medication is only taken when needed within a specific dosing schedule (Boolean option), or it indicates the precondition for taking the Medication (CodeableConcept).
|
protected Type |
ProcedureRequest.asNeeded
If a CodeableConcept is present, it indicates the pre-condition for performing the procedure.
|
protected Type |
Annotation.author
The individual responsible for making the annotation.
|
protected Type |
Contract.binding
Legally binding Contract: This is the signed and legally recognized representation of the Contract, which is considered the "source of truth" and which would be the basis for legal action related to enforcement of this Contract.
|
protected Type |
FamilyMemberHistory.born
The actual or approximate date of birth of the relative.
|
protected Type |
Timing.TimingRepeatComponent.bounds
Either a duration for the length of the timing schedule, a range of possible length, or outer bounds for start and/or end limits of the timing schedule.
|
protected Type |
DeviceRequest.code
The details of the device to be used.
|
protected Type |
Specimen.SpecimenCollectionComponent.collected
Time when specimen was collected from subject - the physiologically relevant time.
|
protected Type |
CommunicationRequest.CommunicationRequestPayloadComponent.content
The communicated content (or for multi-part communications, one portion of the communication).
|
protected Type |
Contract.FriendlyLanguageComponent.content
Human readable rendering of this Contract in a format and representation intended to enhance comprehension and ensure understandability.
|
protected Type |
Contract.LegalLanguageComponent.content
Contract legal text in human renderable form.
|
protected Type |
Contract.ComputableLanguageComponent.content
Computable Contract conveyed using a policy rule language (e.g.
|
protected Type |
Communication.CommunicationPayloadComponent.content
A communicated content (or for multi-part communications, one portion of the communication).
|
protected Type |
FamilyMemberHistory.deceased
Deceased flag or the actual or approximate age of the relative at the time of death for the family member history record.
|
protected Type |
Patient.deceased
Indicates if the individual is deceased or not.
|
protected Type |
ElementDefinition.defaultValue
The value that should be used if there is no value stated in the instance (e.g.
|
protected Type |
StructureMap.StructureMapGroupRuleSourceComponent.defaultValue
A value to use if there is no existing value in the source object.
|
protected Type |
Task.definition
A reference to a formal or informal definition of the task.
|
protected Type |
PlanDefinition.PlanDefinitionGoalTargetComponent.detail
The target value of the measure to be achieved to signify fulfillment of the goal, e.g.
|
protected Type |
Goal.GoalTargetComponent.detail
The target value of the focus to be achieved to signify the fulfillment of the goal, e.g.
|
protected Type |
ExplanationOfBenefit.DiagnosisComponent.diagnosis
The diagnosis.
|
protected Type |
Claim.DiagnosisComponent.diagnosis
The diagnosis.
|
protected Type |
Dosage.dose
Amount of medication per dose.
|
protected Type |
Goal.GoalTargetComponent.due
Indicates either the date or the duration after start by which the goal should be met.
|
protected Type |
MedicationStatement.effective
The interval of time during which it is being asserted that the patient was taking the medication (or was not taking, when the wasNotGiven element is true).
|
protected Type |
Observation.effective
The time or time-period the observed value is asserted as being true.
|
protected Type |
DiagnosticReport.effective
The time or time-period the observed values are related to.
|
protected Type |
MedicationAdministration.effective
A specific date/time or interval of time during which the administration took place (or did not take place, when the 'notGiven' attribute is true).
|
protected Type |
ClinicalImpression.effective
The point in time or period over which the subject was assessed.
|
protected Type |
Contract.ValuedItemComponent.entity
Specific type of Contract Valued Item that may be priced.
|
protected Type |
Contract.TermValuedItemComponent.entity
Specific type of Contract Provision Valued Item that may be priced.
|
protected Type |
TriggerDefinition.eventTiming
The timing of the event (if this is a period trigger).
|
protected Type |
ElementDefinition.fixed
Specifies a value that SHALL be exactly the value for this element in the instance.
|
protected Type |
Questionnaire.QuestionnaireItemComponent.initial
The value that should be defaulted when initially rendering the questionnaire for user input.
|
protected Type |
Medication.MedicationIngredientComponent.item
The actual ingredient - either a substance (simple ingredient) or another medication.
|
protected Type |
Medication.MedicationPackageContentComponent.item
Identifies one of the items in the package.
|
protected Type |
ClinicalImpression.ClinicalImpressionFindingComponent.item
Specific text, code or reference for finding or diagnosis, which may include ruled-out or resolved conditions.
|
protected Type |
SupplyDelivery.SupplyDeliverySuppliedItemComponent.item
Identifies the medication, substance or device being dispensed.
|
protected Type |
SupplyRequest.SupplyRequestOrderedItemComponent.item
The item that is requested to be supplied.
|
protected Type |
ExplanationOfBenefit.AccidentComponent.location
Where the accident occurred.
|
protected Type |
ExplanationOfBenefit.ItemComponent.location
Where the service was provided.
|
protected Type |
Claim.AccidentComponent.location
Accident Place.
|
protected Type |
Claim.ItemComponent.location
Where the service was provided.
|
protected Type |
ElementDefinition.maxValue
The maximum allowed value for the element.
|
protected Type |
MedicationStatement.medication
Identifies the medication being administered.
|
protected Type |
MedicationDispense.medication
Identifies the medication being administered.
|
protected Type |
MedicationAdministration.medication
Identifies the medication that was administered.
|
protected Type |
MedicationRequest.medication
Identifies the medication being requested.
|
protected Type |
ElementDefinition.minValue
The minimum allowed value for the element.
|
protected Type |
Patient.multipleBirth
Indicates whether the patient is part of a multiple (bool) or indicates the actual birth order (integer).
|
protected Type |
MedicationDispense.notDoneReason
Indicates the reason why a dispense was not performed.
|
protected Type |
ChargeItem.occurrence
Date/time(s) or duration when the charged service was applied.
|
protected Type |
RiskAssessment.occurrence
The date (and possibly time) the risk assessment was performed.
|
protected Type |
Media.occurrence
The date and time(s) at which the media was collected.
|
protected Type |
CommunicationRequest.occurrence
The time when this communication is to occur.
|
protected Type |
DeviceRequest.occurrence
The timing schedule for the use of the device.
|
protected Type |
ReferralRequest.occurrence
The period of time within which the services identified in the referral/transfer of care is specified or required to occur.
|
protected Type |
ProcedureRequest.occurrence
The date/time at which the diagnostic testing should occur.
|
protected Type |
SupplyDelivery.occurrence
The date or time(s) the activity occurred.
|
protected Type |
SupplyRequest.occurrence
When the request should be fulfilled.
|
protected Type |
PlanDefinition.PlanDefinitionActionRelatedActionComponent.offset
A duration or range of durations to apply to the relationship.
|
protected Type |
RequestGroup.RequestGroupActionRelatedActionComponent.offset
A duration or range of durations to apply to the relationship.
|
protected Type |
Provenance.ProvenanceAgentComponent.onBehalfOf
The individual, device, or organization for whom the change was made.
|
protected Type |
Signature.onBehalfOf
A reference to an application-usable description of the identity that is represented by the signature.
|
protected Type |
FamilyMemberHistory.FamilyMemberHistoryConditionComponent.onset
Either the age of onset, range of approximate age or descriptive string can be recorded.
|
protected Type |
AllergyIntolerance.onset
Estimated or actual date, date-time, or age when allergy or intolerance was identified.
|
protected Type |
Condition.onset
Estimated or actual date or date-time the condition began, in the opinion of the clinician.
|
protected Type |
DocumentManifest.DocumentManifestContentComponent.p
The list of references to document content, or Attachment that consist of the parts of this document manifest.
|
protected Type |
ElementDefinition.pattern
Specifies a value that the value in the instance SHALL follow - that is, any value in the pattern must be found in the instance.
|
protected Type |
Procedure.performed
The date(time)/period over which the procedure was performed.
|
protected Type |
RiskAssessment.RiskAssessmentPredictionComponent.probability
How likely is the outcome (in the specified timeframe).
|
protected Type |
ExplanationOfBenefit.ProcedureComponent.procedure
The procedure code.
|
protected Type |
Claim.ProcedureComponent.procedure
The procedure code.
|
protected Type |
CarePlan.CarePlanActivityDetailComponent.product
Identifies the food, drug or other product to be consumed or supplied in the activity.
|
protected Type |
ActivityDefinition.product
Identifies the food, drug or other product being consumed or supplied in the activity.
|
protected Type |
Dosage.rate
Amount of medication per unit of time.
|
protected Type |
MedicationAdministration.MedicationAdministrationDosageComponent.rate
Identifies the speed with which the medication was or will be introduced into the patient.
|
protected Type |
NutritionOrder.NutritionOrderEnteralFormulaAdministrationComponent.rate
The rate of administration of formula via a feeding pump, e.g.
|
protected Type |
GuidanceResponse.reason
Indicates the reason the request was initiated.
|
protected Type |
VisionPrescription.reason
Can be the reason or the indication for writing the prescription.
|
protected Type |
RiskAssessment.reason
The reason the risk assessment was performed.
|
protected Type |
RequestGroup.reason
Indicates the reason the request group was created.
|
protected Type |
SupplyRequest.reason
Why the supply item was requested.
|
protected Type |
CarePlan.CarePlanActivityDetailComponent.scheduled
The period, timing or frequency upon which the described activity is to occur.
|
protected Type |
EligibilityRequest.serviced
The date or dates when the enclosed suite of services were performed or completed.
|
protected Type |
ExplanationOfBenefit.ItemComponent.serviced
The date or dates when the enclosed suite of services were performed or completed.
|
protected Type |
Claim.ItemComponent.serviced
The date or dates when the enclosed suite of services were performed or completed.
|
protected Type |
ImplementationGuide.ImplementationGuidePackageResourceComponent.source
Where this resource is found.
|
protected Type |
ConceptMap.source
The source value set that specifies the concepts that are being mapped.
|
protected Type |
Consent.source
The source on which this consent statement is based.
|
protected Type |
Goal.start
The date or event after which the goal should begin being pursued.
|
protected Type |
Substance.SubstanceIngredientComponent.substance
Another substance that is a component of this substance.
|
protected Type |
ConceptMap.target
The target value set provides context to the mappings.
|
protected Type |
Composition.CompositionRelatesToComponent.target
The target composition/document of this relationship.
|
protected Type |
Specimen.SpecimenProcessingComponent.time
A record of the time or period when the specimen processing occurred.
|
protected Type |
PlanDefinition.PlanDefinitionActionComponent.timing
An optional value describing when the action should be performed.
|
protected Type |
RequestGroup.RequestGroupActionComponent.timing
An optional value describing when the action should be performed.
|
protected Type |
ExplanationOfBenefit.SupportingInformationComponent.timing
The date when or period to which this information refers.
|
protected Type |
ActivityDefinition.timing
The period, timing or frequency upon which the described activity is to occur.
|
protected Type |
DeviceUseStatement.timing
How often the device was used.
|
protected Type |
Claim.SpecialConditionComponent.timing
The date when or period to which this information refers.
|
protected Type |
ExplanationOfBenefit.BenefitComponent.used
Benefits used.
|
protected Type |
EligibilityResponse.BenefitComponent.used
Benefits used.
|
protected Type |
ElementDefinition.ElementDefinitionExampleComponent.value
The actual value for the element, which must be one of the types allowed for this element.
|
protected Type |
Parameters.ParametersParameterComponent.value
If the parameter is a data type.
|
protected Type |
QuestionnaireResponse.QuestionnaireResponseItemAnswerComponent.value
The answer (or one of the answers) provided by the respondent to the question.
|
protected Type |
Observation.value
The information determined as a result of making the observation, if the information has a simple value.
|
protected Type |
Observation.ObservationComponentComponent.value
The information determined as a result of making the observation, if the information has a simple value.
|
protected Type |
Questionnaire.QuestionnaireItemOptionComponent.value
A potential answer that's allowed as the answer to this question.
|
protected Type |
Group.GroupCharacteristicComponent.value
The value of the trait that holds (or does not hold - see 'exclude') for members of the group.
|
protected Type |
Extension.value
Value of extension - may be a resource or one of a constrained set of the data types (see Extensibility in the spec for list).
|
protected Type |
UsageContext.value
A value that defines the context specified in this context of use.
|
protected Type |
ExplanationOfBenefit.SupportingInformationComponent.value
Additional data or information such as resources, documents, images etc.
|
protected Type |
Task.ParameterComponent.value
The value of the input parameter as a basic type.
|
protected Type |
Task.TaskOutputComponent.value
The value of the Output parameter as a basic type.
|
protected Type |
CodeSystem.ConceptPropertyComponent.value
The value of this property.
|
protected Type |
StructureMap.StructureMapGroupRuleTargetParameterComponent.value
Parameter value - variable or literal.
|
protected Type |
ValueSet.ValueSetExpansionParameterComponent.value
The value of the parameter.
|
protected Type |
DataRequirement.DataRequirementDateFilterComponent.value
The value of the filter.
|
protected Type |
Claim.SpecialConditionComponent.value
Additional data or information such as resources, documents, images etc.
|
protected Type |
ElementDefinition.ElementDefinitionBindingComponent.valueSet
Points to the value set or external definition (e.g.
|
protected Type |
OperationDefinition.OperationDefinitionParameterBindingComponent.valueSet
Points to the value set or external definition (e.g.
|
protected Type |
DataRequirement.DataRequirementCodeFilterComponent.valueSet
The valueset for the code filter.
|
protected Type |
Provenance.ProvenanceEntityComponent.what
Identity of the Entity used.
|
protected Type |
RiskAssessment.RiskAssessmentPredictionComponent.when
Indicates the period of time or age range of the subject to which the specified probability applies.
|
protected Type |
Provenance.ProvenanceAgentComponent.who
The individual, device or organization that participated in the event.
|
protected Type |
Signature.who
A reference to an application-usable description of the identity that signed (e.g.
|
| Modifier and Type | Method and Description |
|---|---|
Type |
Base.castToType(Base b) |
abstract Type |
PrimitiveType.copy() |
Type |
Type.copy() |
Type |
Factory.create(String name) |
Type |
Condition.getAbatement() |
Type |
Specimen.SpecimenContainerComponent.getAdditive() |
Type |
FamilyMemberHistory.getAge() |
Type |
ExplanationOfBenefit.BenefitComponent.getAllowed() |
Type |
EligibilityResponse.BenefitComponent.getAllowed() |
Type |
Questionnaire.QuestionnaireItemEnableWhenComponent.getAnswer() |
Type |
Dosage.getAsNeeded() |
Type |
ProcedureRequest.getAsNeeded() |
Type |
Annotation.getAuthor() |
Type |
Contract.getBinding() |
Type |
FamilyMemberHistory.getBorn() |
Type |
Timing.TimingRepeatComponent.getBounds() |
Type |
DeviceRequest.getCode() |
Type |
Specimen.SpecimenCollectionComponent.getCollected() |
Type |
CommunicationRequest.CommunicationRequestPayloadComponent.getContent() |
Type |
Contract.FriendlyLanguageComponent.getContent() |
Type |
Contract.LegalLanguageComponent.getContent() |
Type |
Contract.ComputableLanguageComponent.getContent() |
Type |
Communication.CommunicationPayloadComponent.getContent() |
Type |
FamilyMemberHistory.getDeceased() |
Type |
Patient.getDeceased() |
Type |
ElementDefinition.getDefaultValue() |
Type |
StructureMap.StructureMapGroupRuleSourceComponent.getDefaultValue() |
Type |
Task.getDefinition() |
Type |
PlanDefinition.PlanDefinitionGoalTargetComponent.getDetail() |
Type |
Goal.GoalTargetComponent.getDetail() |
Type |
ExplanationOfBenefit.DiagnosisComponent.getDiagnosis() |
Type |
Claim.DiagnosisComponent.getDiagnosis() |
Type |
Dosage.getDose() |
Type |
Goal.GoalTargetComponent.getDue() |
Type |
MedicationStatement.getEffective() |
Type |
Observation.getEffective() |
Type |
DiagnosticReport.getEffective() |
Type |
MedicationAdministration.getEffective() |
Type |
ClinicalImpression.getEffective() |
Type |
Contract.ValuedItemComponent.getEntity() |
Type |
Contract.TermValuedItemComponent.getEntity() |
Type |
TriggerDefinition.getEventTiming() |
Type |
ElementDefinition.getFixed() |
Type |
Questionnaire.QuestionnaireItemComponent.getInitial() |
Type |
Medication.MedicationIngredientComponent.getItem() |
Type |
Medication.MedicationPackageContentComponent.getItem() |
Type |
ClinicalImpression.ClinicalImpressionFindingComponent.getItem() |
Type |
SupplyDelivery.SupplyDeliverySuppliedItemComponent.getItem() |
Type |
SupplyRequest.SupplyRequestOrderedItemComponent.getItem() |
Type |
ExplanationOfBenefit.AccidentComponent.getLocation() |
Type |
ExplanationOfBenefit.ItemComponent.getLocation() |
Type |
Claim.AccidentComponent.getLocation() |
Type |
Claim.ItemComponent.getLocation() |
Type |
ElementDefinition.getMaxValue() |
Type |
MedicationStatement.getMedication() |
Type |
MedicationDispense.getMedication() |
Type |
MedicationAdministration.getMedication() |
Type |
MedicationRequest.getMedication() |
Type |
ElementDefinition.getMinValue() |
Type |
Patient.getMultipleBirth() |
Type |
MedicationDispense.getNotDoneReason() |
Type |
ChargeItem.getOccurrence() |
Type |
RiskAssessment.getOccurrence() |
Type |
Media.getOccurrence() |
Type |
CommunicationRequest.getOccurrence() |
Type |
DeviceRequest.getOccurrence() |
Type |
ReferralRequest.getOccurrence() |
Type |
ProcedureRequest.getOccurrence() |
Type |
SupplyDelivery.getOccurrence() |
Type |
SupplyRequest.getOccurrence() |
Type |
PlanDefinition.PlanDefinitionActionRelatedActionComponent.getOffset() |
Type |
RequestGroup.RequestGroupActionRelatedActionComponent.getOffset() |
Type |
Provenance.ProvenanceAgentComponent.getOnBehalfOf() |
Type |
Signature.getOnBehalfOf() |
Type |
FamilyMemberHistory.FamilyMemberHistoryConditionComponent.getOnset() |
Type |
AllergyIntolerance.getOnset() |
Type |
Condition.getOnset() |
Type |
DocumentManifest.DocumentManifestContentComponent.getP() |
Type |
ElementDefinition.getPattern() |
Type |
Procedure.getPerformed() |
Type |
RiskAssessment.RiskAssessmentPredictionComponent.getProbability() |
Type |
ExplanationOfBenefit.ProcedureComponent.getProcedure() |
Type |
Claim.ProcedureComponent.getProcedure() |
Type |
CarePlan.CarePlanActivityDetailComponent.getProduct() |
Type |
ActivityDefinition.getProduct() |
Type |
Dosage.getRate() |
Type |
MedicationAdministration.MedicationAdministrationDosageComponent.getRate() |
Type |
NutritionOrder.NutritionOrderEnteralFormulaAdministrationComponent.getRate() |
Type |
GuidanceResponse.getReason() |
Type |
VisionPrescription.getReason() |
Type |
RiskAssessment.getReason() |
Type |
RequestGroup.getReason() |
Type |
SupplyRequest.getReason() |
Type |
CarePlan.CarePlanActivityDetailComponent.getScheduled() |
Type |
EligibilityRequest.getServiced() |
Type |
ExplanationOfBenefit.ItemComponent.getServiced() |
Type |
Claim.ItemComponent.getServiced() |
Type |
ImplementationGuide.ImplementationGuidePackageResourceComponent.getSource() |
Type |
ConceptMap.getSource() |
Type |
Consent.getSource() |
Type |
Goal.getStart() |
Type |
Substance.SubstanceIngredientComponent.getSubstance() |
Type |
ConceptMap.getTarget() |
Type |
Composition.CompositionRelatesToComponent.getTarget() |
Type |
Specimen.SpecimenProcessingComponent.getTime() |
Type |
PlanDefinition.PlanDefinitionActionComponent.getTiming() |
Type |
RequestGroup.RequestGroupActionComponent.getTiming() |
Type |
ExplanationOfBenefit.SupportingInformationComponent.getTiming() |
Type |
ActivityDefinition.getTiming() |
Type |
DeviceUseStatement.getTiming() |
Type |
Claim.SpecialConditionComponent.getTiming() |
Type |
ExplanationOfBenefit.BenefitComponent.getUsed() |
Type |
EligibilityResponse.BenefitComponent.getUsed() |
Type |
ElementDefinition.ElementDefinitionExampleComponent.getValue() |
Type |
Parameters.ParametersParameterComponent.getValue() |
Type |
QuestionnaireResponse.QuestionnaireResponseItemAnswerComponent.getValue() |
Type |
Observation.getValue() |
Type |
Observation.ObservationComponentComponent.getValue() |
Type |
Questionnaire.QuestionnaireItemOptionComponent.getValue() |
Type |
Group.GroupCharacteristicComponent.getValue() |
Type |
Extension.getValue() |
Type |
UsageContext.getValue() |
Type |
ExplanationOfBenefit.SupportingInformationComponent.getValue() |
Type |
Task.ParameterComponent.getValue() |
Type |
Task.TaskOutputComponent.getValue() |
Type |
CodeSystem.ConceptPropertyComponent.getValue() |
Type |
StructureMap.StructureMapGroupRuleTargetParameterComponent.getValue() |
Type |
ValueSet.ValueSetExpansionParameterComponent.getValue() |
Type |
DataRequirement.DataRequirementDateFilterComponent.getValue() |
Type |
Claim.SpecialConditionComponent.getValue() |
Type |
ElementDefinition.ElementDefinitionBindingComponent.getValueSet() |
Type |
OperationDefinition.OperationDefinitionParameterBindingComponent.getValueSet() |
Type |
DataRequirement.DataRequirementCodeFilterComponent.getValueSet() |
Type |
Provenance.ProvenanceEntityComponent.getWhat() |
Type |
RiskAssessment.RiskAssessmentPredictionComponent.getWhen() |
Type |
Provenance.ProvenanceAgentComponent.getWho() |
Type |
Signature.getWho() |
protected Type |
PrimitiveType.typedCopy() |
protected abstract Type |
Type.typedCopy() |
| Modifier and Type | Method and Description |
|---|---|
static Type |
ToolingExtensions.getAllowedUnits(ElementDefinition eld) |
| Modifier and Type | Method and Description |
|---|---|
static PrimitiveType<Type> |
ToolingExtensions.readPrimitiveExtension(DomainResource c,
String uri) |
Copyright © 2014–2017 University Health Network. All rights reserved.