| Package | Description |
|---|---|
| org.hl7.fhir.r4.elementmodel | |
| org.hl7.fhir.r4.formats | |
| org.hl7.fhir.r4.model | |
| org.hl7.fhir.r4.terminologies | |
| org.hl7.fhir.r4.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.parseAnyType(byte[] bytes,
String typeName) |
Type |
RdfParserBase.parseAnyType(InputStream input,
String knownType) |
Type |
JsonParserBase.parseAnyType(InputStream input,
String type) |
Type |
XmlParserBase.parseAnyType(InputStream input,
String knownType) |
Type |
IParser.parseAnyType(InputStream input,
String knownType) |
protected Type |
JsonParser.parseAnyType(com.google.gson.JsonObject json,
String type) |
protected abstract Type |
JsonParserBase.parseAnyType(com.google.gson.JsonObject json,
String type) |
Type |
ParserBase.parseAnyType(String input,
String typeName) |
protected Type |
XmlParser.parseAnyType(org.xmlpull.v1.XmlPullParser xml,
String type) |
protected abstract Type |
XmlParserBase.parseAnyType(org.xmlpull.v1.XmlPullParser xml,
String type) |
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 |
RdfParserBase.parseType(InputStream input,
String knownType) |
Type |
JsonParserBase.parseType(InputStream input,
String type) |
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.
|
protected Type |
JsonParser.parseType(com.google.gson.JsonObject json,
String type) |
protected abstract Type |
JsonParserBase.parseType(com.google.gson.JsonObject json,
String type) |
protected Type |
JsonParser.parseType(String prefix,
com.google.gson.JsonObject json) |
protected abstract Type |
JsonParserBase.parseType(String prefix,
com.google.gson.JsonObject json) |
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 Type |
XmlParser.parseType(String prefix,
org.xmlpull.v1.XmlPullParser xpp) |
protected Type |
XmlParser.parseType(org.xmlpull.v1.XmlPullParser xpp,
String type) |
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 |
RdfParserBase.compose(OutputStream stream,
Type type,
String rootName) |
void |
JsonParserBase.compose(OutputStream stream,
Type type,
String rootName) |
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 void |
JsonParser.composeType(String prefix,
Type type) |
protected void |
XmlParser.composeType(String prefix,
Type type) |
protected abstract void |
JsonParserBase.composeType(String prefix,
Type type) |
protected abstract void |
XmlParserBase.composeType(String prefix,
Type type) |
protected void |
RdfParser.composeType(Turtle.Complex parent,
String parentType,
String name,
Type value,
int index) |
protected void |
XmlParserBase.composeTypeAttributes(Type type) |
protected void |
JsonParser.composeTypeInner(Type type) |
protected abstract void |
JsonParserBase.composeTypeInner(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 |
BackboneType
Base definition for all elements that are defined inside a resource - but not those in a data type.
|
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 |
CanonicalType
Primitive type "canonical" in FHIR: an OID represented as urn:oid:0.1.2.3.4...
|
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 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 |
UrlType
Primitive type "url" in FHIR: an OID represented as urn:oid:0.1.2.3.4...
|
class |
UsageContext
Specifies clinical/business/etc.
|
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 |
SpecimenDefinition.SpecimenDefinitionSpecimenToLabContainerAdditiveComponent.additive
Substance introduced in the kind of container to preserve, maintain or enhance the specimen.
|
protected Type |
Specimen.SpecimenContainerComponent.additive
Introduced substance to preserve, maintain or enhance the specimen.
|
protected Type |
MedicinalProductClinicals.MedicinalProductClinicalsUndesirableEffectsPopulationComponent.age
The age of the specific population.
|
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 |
SubstanceReferenceInformation.SubstanceReferenceInformationRelationshipComponent.amount
Todo.
|
protected Type |
SubstanceReferenceInformation.SubstanceReferenceInformationTargetComponent.amount
Todo.
|
protected Type |
SubstanceAmount.amount
Used to capture quantitative values for a variety of elements.
|
protected Type |
Questionnaire.QuestionnaireItemEnableWhenComponent.answer
A value that the referenced question is tested using the specified operator 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 |
ServiceRequest.asNeeded
If a CodeableConcept is present, it indicates the pre-condition for performing the service.
|
protected Type |
Annotation.author
The individual responsible for making the annotation.
|
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 |
MedicationKnowledge.MedicationKnowledgeAdministrationGuidelinesPatientCharacteristicsComponent.characteristic
Specific characteristic that is relevant to the administration guideline (e.g.
|
protected Type |
DeviceRequest.code
The details of the device to be used.
|
protected Type |
BiologicallyDerivedProduct.BiologicallyDerivedProductCollectionComponent.collected
Time of product collection.
|
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 |
Media.created
The date and time(s) at which the media was collected.
|
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 |
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 |
EligibilityRequest.DiagnosisComponent.diagnosis
The diagnosis.
|
protected Type |
ExplanationOfBenefit.DiagnosisComponent.diagnosis
The diagnosis.
|
protected Type |
Claim.DiagnosisComponent.diagnosis
The diagnosis.
|
protected Type |
Dosage.DosageDoseAndRateComponent.dose
Amount of medication per dose.
|
protected Type |
ImmunizationEvaluation.doseNumber
Nominal position in a series.
|
protected Type |
ImmunizationRecommendation.ImmunizationRecommendationRecommendationComponent.doseNumber
Nominal position of the recommended dose in a series (e.g.
|
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 is/was/will be taking the medication ( or was not taking, when the MedicationStatement.taken element is No).
|
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 |
MessageDefinition.event
Event code or link to the EventDefinition.
|
protected Type |
MessageHeader.event
Code that identifies the event this message represents and connects it with its definition.
|
protected Type |
ImplementationGuide.ImplementationGuideDefinitionResourceComponent.example
If true or a reference, indicates the resource is an example instance.
|
protected Type |
ImplementationGuide.ImplementationGuideManifestResourceComponent.example
If true or a reference, indicates the resource is an example instance.
|
protected Type |
ElementDefinition.fixed
Specifies a value that SHALL be exactly the value for this element in the instance.
|
protected Type |
MedicationKnowledge.MedicationKnowledgeAdministrationGuidelinesComponent.indication
Indication for use that apply to the specific administration guidelines.
|
protected Type |
Task.instantiates
A reference to a formal or informal definition of the task.
|
protected Type |
MedicationKnowledge.MedicationKnowledgeIngredientComponent.item
The actual ingredient - either a substance (simple ingredient) or another medication.
|
protected Type |
Medication.MedicationIngredientComponent.item
The actual ingredient - either a substance (simple ingredient) or another medication.
|
protected Type |
SupplyDelivery.SupplyDeliverySuppliedItemComponent.item
Identifies the medication, substance or device being dispensed.
|
protected Type |
SupplyRequest.item
The item that is requested to be supplied.
|
protected Type |
Contract.legallyBinding
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 |
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 |
MedicinalProductClinicals.MedicinalProductClinicalsTherapeuticIndicationOtherTherapyComponent.medication
Reference to a specific medication (active substance, medicinal product or class of products) as part of an indication or contraindication.
|
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 |
GuidanceResponse.module
An identifier, CodeableConcept or canonical reference to the guidance that was requested.
|
protected Type |
Patient.multipleBirth
Indicates whether the patient is part of a multiple (bool) or indicates the actual birth order (integer).
|
protected Type |
ImplementationGuide.ImplementationGuideDefinitionPageComponent.name
The source address for the page.
|
protected Type |
Provenance.occurred
The period during which the activity occurred.
|
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 |
CommunicationRequest.occurrence
The time when this communication is to occur.
|
protected Type |
ServiceRequest.occurrence
The date/time at which the requested service should occur.
|
protected Type |
DeviceRequest.occurrence
The timing schedule for the use of the device.
|
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 |
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
Estimated or actual date, date-time, period, or age when the procedure was performed.
|
protected Type |
RiskAssessment.RiskAssessmentPredictionComponent.probability
Indicates how likely the outcome is (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.DosageDoseAndRateComponent.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 |
VisionPrescription.reason
Can be the reason or the indication for writing the prescription.
|
protected Type |
CarePlan.CarePlanActivityDetailComponent.scheduled
The period, timing or frequency upon which the described activity is to occur.
|
protected Type |
ImmunizationEvaluation.seriesDoses
The recommended number of doses to achieve immunity.
|
protected Type |
ImmunizationRecommendation.ImmunizationRecommendationRecommendationComponent.seriesDoses
The recommended number of doses to achieve immunity.
|
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 |
ConceptMap.source
Identifier for the source value set that contains the concepts that are being mapped and provides context for the mappings.
|
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 |
MedicationDispense.statusReason
Indicates the reason why a dispense was not performed.
|
protected Type |
PlanDefinition.subject
A code or group definition that describes the intended subject of the plan definition.
|
protected Type |
EventDefinition.subject
A code or group definition that describes the intended subject of the event definition.
|
protected Type |
Library.subject
A code or group definition that describes the intended subject of the contents of the library.
|
protected Type |
ActivityDefinition.subject
A code or group definition that describes the intended subject of the activity being defined.
|
protected Type |
DataRequirement.subject
The intended subjects of the data requirement.
|
protected Type |
Measure.subject
The intended subjects for the measure.
|
protected Type |
SubstanceReferenceInformation.SubstanceReferenceInformationRelationshipComponent.substance
Todo.
|
protected Type |
Substance.SubstanceIngredientComponent.substance
Another substance that is a component of this substance.
|
protected Type |
ConceptMap.target
The target value set provides context for the mappings.
|
protected Type |
Composition.CompositionRelatesToComponent.target
The target composition/document of this relationship.
|
protected Type |
BiologicallyDerivedProduct.BiologicallyDerivedProductProcessingComponent.time
Time of processing.
|
protected Type |
BiologicallyDerivedProduct.BiologicallyDerivedProductManipulationComponent.time
Time of manipulation.
|
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 |
TriggerDefinition.timing
The timing of the event (if this is a periodic trigger).
|
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 |
Questionnaire.QuestionnaireItemInitialComponent.value
The actual value to for an initial answer.
|
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 |
AuditEvent.AuditEventEntityDetailComponent.value
The value of the extra detail.
|
protected Type |
UsageContext.value
A value that defines the context specified in this context of use.
|
protected Type |
MedicationKnowledge.MedicationKnowledgeDrugCharacteristicComponent.value
Description of the characteristic.
|
protected Type |
DeviceRequest.DeviceRequestParameterComponent.value
The value of the device detail.
|
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 |
SupplyRequest.SupplyRequestParameterComponent.value
The value of the device detail.
|
protected Type |
Claim.SpecialConditionComponent.value
Additional data or information such as resources, documents, images etc.
|
protected Type |
UserSession.UserSessionContextComponent.value
Provides the context value.
|
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 |
SpecimenDefinition.SpecimenDefinitionSpecimenToLabContainerAdditiveComponent.getAdditive() |
Type |
Specimen.SpecimenContainerComponent.getAdditive() |
Type |
MedicinalProductClinicals.MedicinalProductClinicalsUndesirableEffectsPopulationComponent.getAge() |
Type |
FamilyMemberHistory.getAge() |
Type |
ExplanationOfBenefit.BenefitComponent.getAllowed() |
Type |
EligibilityResponse.BenefitComponent.getAllowed() |
Type |
SubstanceReferenceInformation.SubstanceReferenceInformationRelationshipComponent.getAmount() |
Type |
SubstanceReferenceInformation.SubstanceReferenceInformationTargetComponent.getAmount() |
Type |
SubstanceAmount.getAmount() |
Type |
Questionnaire.QuestionnaireItemEnableWhenComponent.getAnswer() |
Type |
Dosage.getAsNeeded() |
Type |
ServiceRequest.getAsNeeded() |
Type |
Annotation.getAuthor() |
Type |
FamilyMemberHistory.getBorn() |
Type |
Timing.TimingRepeatComponent.getBounds() |
Type |
MedicationKnowledge.MedicationKnowledgeAdministrationGuidelinesPatientCharacteristicsComponent.getCharacteristic() |
Type |
DeviceRequest.getCode() |
Type |
BiologicallyDerivedProduct.BiologicallyDerivedProductCollectionComponent.getCollected() |
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 |
Media.getCreated() |
Type |
FamilyMemberHistory.getDeceased() |
Type |
Patient.getDeceased() |
Type |
ElementDefinition.getDefaultValue() |
Type |
StructureMap.StructureMapGroupRuleSourceComponent.getDefaultValue() |
Type |
PlanDefinition.PlanDefinitionGoalTargetComponent.getDetail() |
Type |
Goal.GoalTargetComponent.getDetail() |
Type |
EligibilityRequest.DiagnosisComponent.getDiagnosis() |
Type |
ExplanationOfBenefit.DiagnosisComponent.getDiagnosis() |
Type |
Claim.DiagnosisComponent.getDiagnosis() |
Type |
Dosage.DosageDoseAndRateComponent.getDose() |
Type |
ImmunizationEvaluation.getDoseNumber() |
Type |
ImmunizationRecommendation.ImmunizationRecommendationRecommendationComponent.getDoseNumber() |
Type |
Goal.GoalTargetComponent.getDue() |
Type |
MedicationStatement.getEffective() |
Type |
Observation.getEffective() |
Type |
DiagnosticReport.getEffective() |
Type |
MedicationAdministration.getEffective() |
Type |
ClinicalImpression.getEffective() |
Type |
Contract.ValuedItemComponent.getEntity() |
Type |
MessageDefinition.getEvent() |
Type |
MessageHeader.getEvent() |
Type |
ImplementationGuide.ImplementationGuideDefinitionResourceComponent.getExample() |
Type |
ImplementationGuide.ImplementationGuideManifestResourceComponent.getExample() |
Type |
ElementDefinition.getFixed() |
Type |
MedicationKnowledge.MedicationKnowledgeAdministrationGuidelinesComponent.getIndication() |
Type |
Task.getInstantiates() |
Type |
MedicationKnowledge.MedicationKnowledgeIngredientComponent.getItem() |
Type |
Medication.MedicationIngredientComponent.getItem() |
Type |
SupplyDelivery.SupplyDeliverySuppliedItemComponent.getItem() |
Type |
SupplyRequest.getItem() |
Type |
Contract.getLegallyBinding() |
Type |
ExplanationOfBenefit.AccidentComponent.getLocation() |
Type |
ExplanationOfBenefit.ItemComponent.getLocation() |
Type |
Claim.AccidentComponent.getLocation() |
Type |
Claim.ItemComponent.getLocation() |
Type |
ElementDefinition.getMaxValue() |
Type |
MedicationStatement.getMedication() |
Type |
MedicinalProductClinicals.MedicinalProductClinicalsTherapeuticIndicationOtherTherapyComponent.getMedication() |
Type |
MedicationDispense.getMedication() |
Type |
MedicationAdministration.getMedication() |
Type |
MedicationRequest.getMedication() |
Type |
ElementDefinition.getMinValue() |
Type |
GuidanceResponse.getModule() |
Type |
Patient.getMultipleBirth() |
Type |
ImplementationGuide.ImplementationGuideDefinitionPageComponent.getName() |
Type |
Provenance.getOccurred() |
Type |
ChargeItem.getOccurrence() |
Type |
RiskAssessment.getOccurrence() |
Type |
CommunicationRequest.getOccurrence() |
Type |
ServiceRequest.getOccurrence() |
Type |
DeviceRequest.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 |
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.DosageDoseAndRateComponent.getRate() |
Type |
MedicationAdministration.MedicationAdministrationDosageComponent.getRate() |
Type |
NutritionOrder.NutritionOrderEnteralFormulaAdministrationComponent.getRate() |
Type |
VisionPrescription.getReason() |
Type |
CarePlan.CarePlanActivityDetailComponent.getScheduled() |
Type |
ImmunizationEvaluation.getSeriesDoses() |
Type |
ImmunizationRecommendation.ImmunizationRecommendationRecommendationComponent.getSeriesDoses() |
Type |
EligibilityRequest.getServiced() |
Type |
ExplanationOfBenefit.ItemComponent.getServiced() |
Type |
Claim.ItemComponent.getServiced() |
Type |
ConceptMap.getSource() |
Type |
Consent.getSource() |
Type |
Goal.getStart() |
Type |
MedicationDispense.getStatusReason() |
Type |
PlanDefinition.getSubject() |
Type |
EventDefinition.getSubject() |
Type |
Library.getSubject() |
Type |
ActivityDefinition.getSubject() |
Type |
DataRequirement.getSubject() |
Type |
Measure.getSubject() |
Type |
SubstanceReferenceInformation.SubstanceReferenceInformationRelationshipComponent.getSubstance() |
Type |
Substance.SubstanceIngredientComponent.getSubstance() |
Type |
ConceptMap.getTarget() |
Type |
Composition.CompositionRelatesToComponent.getTarget() |
Type |
BiologicallyDerivedProduct.BiologicallyDerivedProductProcessingComponent.getTime() |
Type |
BiologicallyDerivedProduct.BiologicallyDerivedProductManipulationComponent.getTime() |
Type |
Specimen.SpecimenProcessingComponent.getTime() |
Type |
PlanDefinition.PlanDefinitionActionComponent.getTiming() |
Type |
TriggerDefinition.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 |
Questionnaire.QuestionnaireItemInitialComponent.getValue() |
Type |
Group.GroupCharacteristicComponent.getValue() |
Type |
Extension.getValue() |
Type |
AuditEvent.AuditEventEntityDetailComponent.getValue() |
Type |
UsageContext.getValue() |
Type |
MedicationKnowledge.MedicationKnowledgeDrugCharacteristicComponent.getValue() |
Type |
DeviceRequest.DeviceRequestParameterComponent.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 |
SupplyRequest.SupplyRequestParameterComponent.getValue() |
Type |
Claim.SpecialConditionComponent.getValue() |
Type |
UserSession.UserSessionContextComponent.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 |
CodeSystemUtilities.readProperty(CodeSystem.ConceptDefinitionComponent concept,
String code) |
| 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) |
| Modifier and Type | Method and Description |
|---|---|
String |
NarrativeGenerator.genType(Type type) |
Copyright © 2014–2018 University Health Network. All rights reserved.