Uses of Class
org.hl7.fhir.r4.model.Provenance
-
Uses of Provenance in org.hl7.fhir.r4.formats
Modifier and TypeMethodDescriptionprotected Provenance
JsonParser.parseProvenance
(com.google.gson.JsonObject json) protected Provenance
XmlParser.parseProvenance
(org.xmlpull.v1.XmlPullParser xpp) Modifier and TypeMethodDescriptionprotected void
JsonParser.composeProvenance
(String name, Provenance element) protected void
RdfParser.composeProvenance
(Turtle.Complex parent, String parentType, String name, Provenance element, int index) protected void
XmlParser.composeProvenance
(String name, Provenance element) protected void
XmlParser.composeProvenanceElements
(Provenance element) protected void
JsonParser.composeProvenanceInner
(Provenance element) protected boolean
XmlParser.parseProvenanceContent
(int eventType, org.xmlpull.v1.XmlPullParser xpp, Provenance res) protected void
JsonParser.parseProvenanceProperties
(com.google.gson.JsonObject json, Provenance res) protected Provenance.ProvenanceAgentComponent
JsonParser.parseProvenanceProvenanceAgentComponent
(com.google.gson.JsonObject json, Provenance owner) protected Provenance.ProvenanceAgentComponent
XmlParser.parseProvenanceProvenanceAgentComponent
(org.xmlpull.v1.XmlPullParser xpp, Provenance owner) protected boolean
XmlParser.parseProvenanceProvenanceAgentComponentContent
(int eventType, org.xmlpull.v1.XmlPullParser xpp, Provenance owner, Provenance.ProvenanceAgentComponent res) protected void
JsonParser.parseProvenanceProvenanceAgentComponentProperties
(com.google.gson.JsonObject json, Provenance owner, Provenance.ProvenanceAgentComponent res) protected Provenance.ProvenanceEntityComponent
JsonParser.parseProvenanceProvenanceEntityComponent
(com.google.gson.JsonObject json, Provenance owner) protected Provenance.ProvenanceEntityComponent
XmlParser.parseProvenanceProvenanceEntityComponent
(org.xmlpull.v1.XmlPullParser xpp, Provenance owner) protected boolean
XmlParser.parseProvenanceProvenanceEntityComponentContent
(int eventType, org.xmlpull.v1.XmlPullParser xpp, Provenance owner, Provenance.ProvenanceEntityComponent res) protected void
JsonParser.parseProvenanceProvenanceEntityComponentProperties
(com.google.gson.JsonObject json, Provenance owner, Provenance.ProvenanceEntityComponent res) -
Uses of Provenance in org.hl7.fhir.r4.model
Modifier and TypeFieldDescriptionprotected List
<Provenance> MedicationAdministration.eventHistoryTarget
The actual objects that are the target of the reference (A summary of the events of interest that have occurred, such as when the administration was verified.)protected List
<Provenance> MedicationDispense.eventHistoryTarget
The actual objects that are the target of the reference (A summary of the events of interest that have occurred, such as when the dispense was verified.)protected List
<Provenance> MedicationRequest.eventHistoryTarget
The actual objects that are the target of the reference (Links to Provenance records for past versions of this resource or fulfilling request or event resources that identify key state transitions or updates that are likely to be relevant to a user looking at the current version of the resource.)protected List
<Provenance> Contract.relevantHistoryTarget
The actual objects that are the target of the reference (Links to Provenance records for past versions of this Contract definition, derivative, or instance, which identify key state transitions or updates that are likely to be relevant to a user looking at the current version of the Contract.protected List
<Provenance> DeviceRequest.relevantHistoryTarget
The actual objects that are the target of the reference (Key events in the history of the request.)protected List
<Provenance> ServiceRequest.relevantHistoryTarget
The actual objects that are the target of the reference (Key events in the history of the request.)protected List
<Provenance> The actual objects that are the target of the reference (Links to Provenance records for past versions of this Task that identify key state transitions or updates that are likely to be relevant to a user looking at the current version of the task.)Modifier and TypeMethodDescriptionProvenance.addAgent
(Provenance.ProvenanceAgentComponent t) Provenance.addEntity
(Provenance.ProvenanceEntityComponent t) MedicationAdministration.addEventHistoryTarget()
Deprecated.Use Reference#setResource(IBaseResource) insteadMedicationDispense.addEventHistoryTarget()
Deprecated.Use Reference#setResource(IBaseResource) insteadMedicationRequest.addEventHistoryTarget()
Deprecated.Use Reference#setResource(IBaseResource) insteadProvenance.addReason
(CodeableConcept t) Contract.addRelevantHistoryTarget()
Deprecated.Use Reference#setResource(IBaseResource) insteadDeviceRequest.addRelevantHistoryTarget()
Deprecated.Use Reference#setResource(IBaseResource) insteadServiceRequest.addRelevantHistoryTarget()
Deprecated.Use Reference#setResource(IBaseResource) insteadTask.addRelevantHistoryTarget()
Deprecated.Use Reference#setResource(IBaseResource) insteadProvenance.addSignature
(Signature t) Provenance.copy()
Provenance.setActivity
(CodeableConcept value) Provenance.setAgent
(List<Provenance.ProvenanceAgentComponent> theAgent) Provenance.setEntity
(List<Provenance.ProvenanceEntityComponent> theEntity) Provenance.setLocation
(Reference value) Provenance.setLocationTarget
(Location value) Provenance.setOccurred
(Type value) Provenance.setReason
(List<CodeableConcept> theReason) Provenance.setRecorded
(Date value) Provenance.setRecordedElement
(InstantType value) Provenance.setSignature
(List<Signature> theSignature) protected Provenance
Provenance.typedCopy()
Modifier and TypeMethodDescriptionMedicationAdministration.getEventHistoryTarget()
Deprecated.Use Reference#setResource(IBaseResource) insteadMedicationDispense.getEventHistoryTarget()
Deprecated.Use Reference#setResource(IBaseResource) insteadMedicationRequest.getEventHistoryTarget()
Deprecated.Use Reference#setResource(IBaseResource) insteadContract.getRelevantHistoryTarget()
Deprecated.Use Reference#setResource(IBaseResource) insteadDeviceRequest.getRelevantHistoryTarget()
Deprecated.Use Reference#setResource(IBaseResource) insteadServiceRequest.getRelevantHistoryTarget()
Deprecated.Use Reference#setResource(IBaseResource) insteadTask.getRelevantHistoryTarget()
Deprecated.Use Reference#setResource(IBaseResource) instead