| 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 xpp,
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 |
Expression
A expression that is evaluated in a specified context and returns a value.
|
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
An 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 |
MarketingStatus
The marketing status describes the date when a medicinal product is actually put on the market or the date as of which it is no longer available.
|
class |
Meta
The metadata about a resource.
|
class |
Money
An amount of economic utility in some recognized currency.
|
class |
MoneyQuantity
A measured amount (or an amount that can potentially be measured).
|
class |
Narrative
A human-readable summary of the resource conveying the essential clinical and business information for the resource.
|
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 |
Population
A populatioof people with some set of grouping criteria.
|
class |
PositiveIntType
Primitive type "integer" in FHIR: A signed 32-bit integer
|
class |
PrimitiveType<T> |
class |
ProdCharacteristic
The marketing status describes the date when a medicinal product is actually put on the market or the date as of which it is no longer available.
|
class |
ProductShelfLife
The shelf-life and storage information for a medicinal product item or container can be described using this class.
|
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 |
SubstanceAmount
Chemical substances are a single substance type whose primary defining element is the molecular structure.
|
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.SpecimenDefinitionTypeTestedContainerAdditiveComponent.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 |
FamilyMemberHistory.age
The age of the relative at the time the family member history is recorded.
|
protected Type |
Population.age
The age of the specific population.
|
protected Type |
CoverageEligibilityResponse.BenefitComponent.allowed
The quantity of the benefit which is permitted under the coverage.
|
protected Type |
ExplanationOfBenefit.BenefitComponent.allowed
The quantity of the benefit which is permitted under the coverage.
|
protected Type |
MedicationRequest.MedicationRequestSubstitutionComponent.allowed
True if the prescriber allows a different drug to be dispensed from what was prescribed.
|
protected Type |
SubstanceReferenceInformation.SubstanceReferenceInformationTargetComponent.amount
Todo.
|
protected Type |
SubstanceAmount.amount
Used to capture quantitative values for a variety of elements.
|
protected Type |
SubstanceSpecification.SubstanceSpecificationMoietyComponent.amount
Quantitative value for this moiety.
|
protected Type |
SubstanceSpecification.SubstanceSpecificationPropertyComponent.amount
Quantitative value for this property.
|
protected Type |
SubstanceSpecification.SubstanceSpecificationRelationshipComponent.amount
A numeric factor for the relationship, for instance to express that the salt of a substance has some percentage of the active substance in relation to some other.
|
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 |
Invoice.InvoiceLineItemComponent.chargeItem
The ChargeItem contains information such as the billing code, date, amount etc.
|
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 |
MedicinalProductAuthorization.MedicinalProductAuthorizationProcedureComponent.date
Date of procedure.
|
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 |
SubstanceSpecification.SubstanceSpecificationPropertyComponent.definingSubstance
A substance upon which a defining property depends (e.g.
|
protected Type |
PlanDefinition.PlanDefinitionActionComponent.definition
A reference to an ActivityDefinition that describes the action to be taken in detail, or a PlanDefinition that describes a series of actions to be taken.
|
protected Type |
EvidenceVariable.EvidenceVariableCharacteristicComponent.definition
Define members of the evidence element using Codes (such as condition, medication, or observation), Expressions ( using an expression language such as FHIRPath or CQL) or DataRequirements (such as Diabetes diagnosis onset in the last year).
|
protected Type |
ResearchElementDefinition.ResearchElementDefinitionCharacteristicComponent.definition
Define members of the research element using Codes (such as condition, medication, or observation), Expressions ( using an expression language such as FHIRPath or CQL) or DataRequirements (such as Diabetes diagnosis onset in the last year).
|
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 nature of illness or problem in a coded form or as a reference to an external defined Condition.
|
protected Type |
CoverageEligibilityRequest.DiagnosisComponent.diagnosis
The nature of illness or problem in a coded form or as a reference to an external defined Condition.
|
protected Type |
Claim.DiagnosisComponent.diagnosis
The nature of illness or problem in a coded form or as a reference to an external defined Condition.
|
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 |
Immunization.ImmunizationProtocolAppliedComponent.doseNumber
Nominal position in a series.
|
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.ManifestResourceComponent.example
If true or a reference, indicates the resource is an example instance.
|
protected Type |
Specimen.SpecimenCollectionComponent.fastingStatus
Abstinence or reduction from some or all food, drink, or both, for a period of time prior to sample collection.
|
protected Type |
ElementDefinition.fixed
Specifies a value that SHALL be exactly the value for this element in the instance.
|
protected Type |
DetectedIssue.identified
The date or period when the detected issue was initially identified.
|
protected Type |
MedicinalProduct.MedicinalProductSpecialDesignationComponent.indication
Condition for which the medicinal use applies.
|
protected Type |
MedicationKnowledge.MedicationKnowledgeAdministrationGuidelinesComponent.indication
Indication for use that apply to the specific administration guidelines.
|
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 of a medication.
|
protected Type |
MedicinalProductInteraction.MedicinalProductInteractionInteractantComponent.item
The specific medication, food or laboratory test that interacts.
|
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
The physical location of the accident event.
|
protected Type |
ExplanationOfBenefit.ItemComponent.location
Where the product or service was provided.
|
protected Type |
ExplanationOfBenefit.AddedItemComponent.location
Where the product or service was provided.
|
protected Type |
ClaimResponse.AddedItemComponent.location
Where the product or service was provided.
|
protected Type |
Claim.AccidentComponent.location
The physical location of the accident event.
|
protected Type |
Claim.ItemComponent.location
Where the product or service was provided.
|
protected Type |
DeviceDefinition.manufacturer
A name of the manufacturer.
|
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 |
MedicinalProductContraindication.MedicinalProductContraindicationOtherTherapyComponent.medication
Reference to a specific medication (active substance, medicinal product or class of products) as part of an indication or contraindication.
|
protected Type |
MedicationAdministration.medication
Identifies the medication that was administered.
|
protected Type |
MedicationRequest.medication
Identifies the medication being requested.
|
protected Type |
MedicinalProductIndication.MedicinalProductIndicationOtherTherapyComponent.medication
Reference to a specific medication (active substance, medicinal product or class of products) as part of an indication or contraindication.
|
protected Type |
SpecimenDefinition.SpecimenDefinitionTypeTestedContainerComponent.minimumVolume
The minimum volume to be conditioned in the container.
|
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 (boolean) 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 |
Immunization.occurrence
Date vaccine administered or was to be administered.
|
protected Type |
Contract.ActionComponent.occurrence
When action happens.
|
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 |
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 |
EvidenceVariable.EvidenceVariableCharacteristicComponent.participantEffective
Indicates what effective period the study covers.
|
protected Type |
ResearchElementDefinition.ResearchElementDefinitionCharacteristicComponent.participantEffective
Indicates what effective period the study covers.
|
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 code or reference to a Procedure resource which identifies the clinical intervention performed.
|
protected Type |
Claim.ProcedureComponent.procedure
The code or reference to a Procedure resource which identifies the clinical intervention performed.
|
protected Type |
ChargeItem.product
Identifies the device, food, drug or other product being charged either by type code or reference to an instance.
|
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 |
ServiceRequest.quantity
An amount of service being requested which can be a quantity ( for example $1,500 home modification), a ratio ( for example, 20 half day visits per month), or a range (2.0 to 1.8 Gy per fraction).
|
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 |
MedicationRequest.reported
Indicates if this record was captured as a secondary 'reported' record rather than as an original primary source-of-truth record.
|
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 |
Immunization.ImmunizationProtocolAppliedComponent.seriesDoses
The recommended number of doses to achieve immunity.
|
protected Type |
CoverageEligibilityResponse.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 service or product was supplied, performed or completed.
|
protected Type |
ExplanationOfBenefit.AddedItemComponent.serviced
The date or dates when the service or product was supplied, performed or completed.
|
protected Type |
CoverageEligibilityRequest.serviced
The date or dates when the enclosed suite of services were performed or completed.
|
protected Type |
ClaimResponse.AddedItemComponent.serviced
The date or dates when the service or product was supplied, performed or completed.
|
protected Type |
Claim.ItemComponent.serviced
The date or dates when the service or product was supplied, 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 |
ResearchElementDefinition.ResearchElementDefinitionCharacteristicComponent.studyEffective
Indicates what effective period the study covers.
|
protected Type |
PlanDefinition.subject
A code or group definition that describes the intended subject of the plan definition.
|
protected Type |
PlanDefinition.PlanDefinitionActionComponent.subject
A code or group definition that describes the intended subject of the action and its children, if any.
|
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 |
ResearchElementDefinition.subject
The intended subjects for the ResearchElementDefinition.
|
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 |
ResearchDefinition.subject
The intended subjects for the ResearchDefinition.
|
protected Type |
Substance.SubstanceIngredientComponent.substance
Another substance that is a component of this substance.
|
protected Type |
SubstanceSpecification.SubstanceSpecificationRelationshipComponent.substance
A pointer to another substance, as a resource or just a representational code.
|
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.SupportingInformationComponent.timing
The date when or period to which this information refers.
|
protected Type |
Contract.topic
Narrows the range of legal concerns to focus on the achievement of specific contractual objectives.
|
protected Type |
Contract.TermComponent.topic
The entity that the term applies to.
|
protected Type |
CoverageEligibilityResponse.BenefitComponent.used
The quantity of the benefit which have been consumed to date.
|
protected Type |
ExplanationOfBenefit.BenefitComponent.used
The quantity of the benefit which have been consumed to date.
|
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.QuestionnaireItemAnswerOptionComponent.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 |
Coverage.CostToBeneficiaryComponent.value
The amount due from the patient for the cost category.
|
protected Type |
Extension.value
Value of extension - must be one of a constrained set of the data types (see [Extensibility](extensibility.html) for a 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 |
Contract.AnswerComponent.value
Response to an offer clause or question text, which enables selection of values to be agreed to, e.g., the period of participation, the date of occupancy of a rental, warrently duration, or whether biospecimen may be used for further research.
|
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.SupportingInformationComponent.value
Additional data or information such as resources, documents, images etc.
|
protected Type |
RiskAssessment.RiskAssessmentPredictionComponent.when
Indicates the period of time or age range of the subject to which the specified probability applies.
|
| 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.SpecimenDefinitionTypeTestedContainerAdditiveComponent.getAdditive() |
Type |
Specimen.SpecimenContainerComponent.getAdditive() |
Type |
FamilyMemberHistory.getAge() |
Type |
Population.getAge() |
Type |
CoverageEligibilityResponse.BenefitComponent.getAllowed() |
Type |
ExplanationOfBenefit.BenefitComponent.getAllowed() |
Type |
MedicationRequest.MedicationRequestSubstitutionComponent.getAllowed() |
Type |
SubstanceReferenceInformation.SubstanceReferenceInformationTargetComponent.getAmount() |
Type |
SubstanceAmount.getAmount() |
Type |
SubstanceSpecification.SubstanceSpecificationMoietyComponent.getAmount() |
Type |
SubstanceSpecification.SubstanceSpecificationPropertyComponent.getAmount() |
Type |
SubstanceSpecification.SubstanceSpecificationRelationshipComponent.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 |
Invoice.InvoiceLineItemComponent.getChargeItem() |
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 |
MedicinalProductAuthorization.MedicinalProductAuthorizationProcedureComponent.getDate() |
Type |
FamilyMemberHistory.getDeceased() |
Type |
Patient.getDeceased() |
Type |
ElementDefinition.getDefaultValue() |
Type |
StructureMap.StructureMapGroupRuleSourceComponent.getDefaultValue() |
Type |
SubstanceSpecification.SubstanceSpecificationPropertyComponent.getDefiningSubstance() |
Type |
PlanDefinition.PlanDefinitionActionComponent.getDefinition() |
Type |
EvidenceVariable.EvidenceVariableCharacteristicComponent.getDefinition() |
Type |
ResearchElementDefinition.ResearchElementDefinitionCharacteristicComponent.getDefinition() |
Type |
PlanDefinition.PlanDefinitionGoalTargetComponent.getDetail() |
Type |
Goal.GoalTargetComponent.getDetail() |
Type |
ExplanationOfBenefit.DiagnosisComponent.getDiagnosis() |
Type |
CoverageEligibilityRequest.DiagnosisComponent.getDiagnosis() |
Type |
Claim.DiagnosisComponent.getDiagnosis() |
Type |
Dosage.DosageDoseAndRateComponent.getDose() |
Type |
ImmunizationEvaluation.getDoseNumber() |
Type |
ImmunizationRecommendation.ImmunizationRecommendationRecommendationComponent.getDoseNumber() |
Type |
Immunization.ImmunizationProtocolAppliedComponent.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.ManifestResourceComponent.getExample() |
Type |
Specimen.SpecimenCollectionComponent.getFastingStatus() |
Type |
ElementDefinition.getFixed() |
Type |
DetectedIssue.getIdentified() |
Type |
MedicinalProduct.MedicinalProductSpecialDesignationComponent.getIndication() |
Type |
MedicationKnowledge.MedicationKnowledgeAdministrationGuidelinesComponent.getIndication() |
Type |
MedicationKnowledge.MedicationKnowledgeIngredientComponent.getItem() |
Type |
Medication.MedicationIngredientComponent.getItem() |
Type |
MedicinalProductInteraction.MedicinalProductInteractionInteractantComponent.getItem() |
Type |
SupplyDelivery.SupplyDeliverySuppliedItemComponent.getItem() |
Type |
SupplyRequest.getItem() |
Type |
Contract.getLegallyBinding() |
Type |
ExplanationOfBenefit.AccidentComponent.getLocation() |
Type |
ExplanationOfBenefit.ItemComponent.getLocation() |
Type |
ExplanationOfBenefit.AddedItemComponent.getLocation() |
Type |
ClaimResponse.AddedItemComponent.getLocation() |
Type |
Claim.AccidentComponent.getLocation() |
Type |
Claim.ItemComponent.getLocation() |
Type |
DeviceDefinition.getManufacturer() |
Type |
ElementDefinition.getMaxValue() |
Type |
MedicationStatement.getMedication() |
Type |
MedicationDispense.getMedication() |
Type |
MedicinalProductContraindication.MedicinalProductContraindicationOtherTherapyComponent.getMedication() |
Type |
MedicationAdministration.getMedication() |
Type |
MedicationRequest.getMedication() |
Type |
MedicinalProductIndication.MedicinalProductIndicationOtherTherapyComponent.getMedication() |
Type |
SpecimenDefinition.SpecimenDefinitionTypeTestedContainerComponent.getMinimumVolume() |
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 |
Immunization.getOccurrence() |
Type |
Contract.ActionComponent.getOccurrence() |
Type |
DeviceRequest.getOccurrence() |
Type |
SupplyDelivery.getOccurrence() |
Type |
SupplyRequest.getOccurrence() |
Type |
PlanDefinition.PlanDefinitionActionRelatedActionComponent.getOffset() |
Type |
RequestGroup.RequestGroupActionRelatedActionComponent.getOffset() |
Type |
FamilyMemberHistory.FamilyMemberHistoryConditionComponent.getOnset() |
Type |
AllergyIntolerance.getOnset() |
Type |
Condition.getOnset() |
Type |
Parameters.getParameter(String name) |
Type |
EvidenceVariable.EvidenceVariableCharacteristicComponent.getParticipantEffective() |
Type |
ResearchElementDefinition.ResearchElementDefinitionCharacteristicComponent.getParticipantEffective() |
Type |
ElementDefinition.getPattern() |
Type |
Procedure.getPerformed() |
Type |
RiskAssessment.RiskAssessmentPredictionComponent.getProbability() |
Type |
ExplanationOfBenefit.ProcedureComponent.getProcedure() |
Type |
Claim.ProcedureComponent.getProcedure() |
Type |
ChargeItem.getProduct() |
Type |
CarePlan.CarePlanActivityDetailComponent.getProduct() |
Type |
ActivityDefinition.getProduct() |
Type |
ServiceRequest.getQuantity() |
Type |
Dosage.DosageDoseAndRateComponent.getRate() |
Type |
MedicationAdministration.MedicationAdministrationDosageComponent.getRate() |
Type |
NutritionOrder.NutritionOrderEnteralFormulaAdministrationComponent.getRate() |
Type |
MedicationRequest.getReported() |
Type |
CarePlan.CarePlanActivityDetailComponent.getScheduled() |
Type |
ImmunizationEvaluation.getSeriesDoses() |
Type |
ImmunizationRecommendation.ImmunizationRecommendationRecommendationComponent.getSeriesDoses() |
Type |
Immunization.ImmunizationProtocolAppliedComponent.getSeriesDoses() |
Type |
CoverageEligibilityResponse.getServiced() |
Type |
ExplanationOfBenefit.ItemComponent.getServiced() |
Type |
ExplanationOfBenefit.AddedItemComponent.getServiced() |
Type |
CoverageEligibilityRequest.getServiced() |
Type |
ClaimResponse.AddedItemComponent.getServiced() |
Type |
Claim.ItemComponent.getServiced() |
Type |
ConceptMap.getSource() |
Type |
Consent.getSource() |
Type |
Goal.getStart() |
Type |
MedicationDispense.getStatusReason() |
Type |
ResearchElementDefinition.ResearchElementDefinitionCharacteristicComponent.getStudyEffective() |
Type |
PlanDefinition.getSubject() |
Type |
PlanDefinition.PlanDefinitionActionComponent.getSubject() |
Type |
EventDefinition.getSubject() |
Type |
Library.getSubject() |
Type |
ResearchElementDefinition.getSubject() |
Type |
ActivityDefinition.getSubject() |
Type |
DataRequirement.getSubject() |
Type |
Measure.getSubject() |
Type |
ResearchDefinition.getSubject() |
Type |
Substance.SubstanceIngredientComponent.getSubstance() |
Type |
SubstanceSpecification.SubstanceSpecificationRelationshipComponent.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.SupportingInformationComponent.getTiming() |
Type |
Contract.getTopic() |
Type |
Contract.TermComponent.getTopic() |
Type |
CoverageEligibilityResponse.BenefitComponent.getUsed() |
Type |
ExplanationOfBenefit.BenefitComponent.getUsed() |
Type |
ElementDefinition.ElementDefinitionExampleComponent.getValue() |
Type |
Parameters.ParametersParameterComponent.getValue() |
Type |
QuestionnaireResponse.QuestionnaireResponseItemAnswerComponent.getValue() |
Type |
Observation.getValue() |
Type |
Observation.ObservationComponentComponent.getValue() |
Type |
Questionnaire.QuestionnaireItemAnswerOptionComponent.getValue() |
Type |
Questionnaire.QuestionnaireItemInitialComponent.getValue() |
Type |
Group.GroupCharacteristicComponent.getValue() |
Type |
Coverage.CostToBeneficiaryComponent.getValue() |
Type |
Extension.getValue() |
Type |
AuditEvent.AuditEventEntityDetailComponent.getValue() |
Type |
UsageContext.getValue() |
Type |
MedicationKnowledge.MedicationKnowledgeDrugCharacteristicComponent.getValue() |
Type |
Contract.AnswerComponent.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.SupportingInformationComponent.getValue() |
Type |
RiskAssessment.RiskAssessmentPredictionComponent.getWhen() |
protected Type |
Base64BinaryType.typedCopy() |
protected Type |
PrimitiveType.typedCopy() |
protected abstract Type |
Type.typedCopy() |
| Modifier and Type | Method and Description |
|---|---|
List<Type> |
Parameters.getParameters(String name) |
| 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–2021 Health Level 7. All rights reserved.