
Uses of Class
org.hl7.fhir.dstu3.model.Provenance
-
Packages that use Provenance Package Description org.hl7.fhir.dstu3.formats org.hl7.fhir.dstu3.model -
-
Uses of Provenance in org.hl7.fhir.dstu3.formats
Methods in org.hl7.fhir.dstu3.formats that return Provenance Modifier and Type Method Description protected Provenance
JsonParser. parseProvenance(com.google.gson.JsonObject json)
protected Provenance
XmlParser. parseProvenance(org.xmlpull.v1.XmlPullParser xpp)
Methods in org.hl7.fhir.dstu3.formats with parameters of type Provenance Modifier and Type Method Description protected 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.dstu3.model
Fields in org.hl7.fhir.dstu3.model with type parameters of type Provenance Modifier and Type Field Description protected 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>
DeviceRequest. relevantHistoryTarget
The actual objects that are the target of the reference (Key events in the history of the request.)protected List<Provenance>
ProcedureRequest. relevantHistoryTarget
The actual objects that are the target of the reference (Key events in the history of the request.)protected List<Provenance>
ReferralRequest. relevantHistoryTarget
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>
Task. relevantHistoryTarget
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.)Methods in org.hl7.fhir.dstu3.model that return Provenance Modifier and Type Method Description Provenance
Provenance. addAgent(Provenance.ProvenanceAgentComponent t)
Provenance
Provenance. addEntity(Provenance.ProvenanceEntityComponent t)
Provenance
MedicationAdministration. addEventHistoryTarget()
Deprecated.Use Reference#setResource(IBaseResource) insteadProvenance
MedicationDispense. addEventHistoryTarget()
Deprecated.Use Reference#setResource(IBaseResource) insteadProvenance
MedicationRequest. addEventHistoryTarget()
Deprecated.Use Reference#setResource(IBaseResource) insteadProvenance
Provenance. addPolicy(String value)
Provenance
Provenance. addReason(Coding t)
Provenance
DeviceRequest. addRelevantHistoryTarget()
Deprecated.Use Reference#setResource(IBaseResource) insteadProvenance
ProcedureRequest. addRelevantHistoryTarget()
Deprecated.Use Reference#setResource(IBaseResource) insteadProvenance
ReferralRequest. addRelevantHistoryTarget()
Deprecated.Use Reference#setResource(IBaseResource) insteadProvenance
Task. addRelevantHistoryTarget()
Deprecated.Use Reference#setResource(IBaseResource) insteadProvenance
Provenance. addSignature(Signature t)
Provenance
Provenance. addTarget(Reference t)
Provenance
Provenance. copy()
Provenance
Provenance. setActivity(Coding value)
Provenance
Provenance. setAgent(List<Provenance.ProvenanceAgentComponent> theAgent)
Provenance
Provenance. setEntity(List<Provenance.ProvenanceEntityComponent> theEntity)
Provenance
Provenance. setLocation(Reference value)
Provenance
Provenance. setLocationTarget(Location value)
Provenance
Provenance. setPeriod(Period value)
Provenance
Provenance. setPolicy(List<UriType> thePolicy)
Provenance
Provenance. setReason(List<Coding> theReason)
Provenance
Provenance. setRecorded(Date value)
Provenance
Provenance. setRecordedElement(InstantType value)
Provenance
Provenance. setSignature(List<Signature> theSignature)
Provenance
Provenance. setTarget(List<Reference> theTarget)
protected Provenance
Provenance. typedCopy()
Methods in org.hl7.fhir.dstu3.model that return types with arguments of type Provenance Modifier and Type Method Description List<Provenance>
MedicationAdministration. getEventHistoryTarget()
Deprecated.Use Reference#setResource(IBaseResource) insteadList<Provenance>
MedicationDispense. getEventHistoryTarget()
Deprecated.Use Reference#setResource(IBaseResource) insteadList<Provenance>
MedicationRequest. getEventHistoryTarget()
Deprecated.Use Reference#setResource(IBaseResource) insteadList<Provenance>
DeviceRequest. getRelevantHistoryTarget()
Deprecated.Use Reference#setResource(IBaseResource) insteadList<Provenance>
ProcedureRequest. getRelevantHistoryTarget()
Deprecated.Use Reference#setResource(IBaseResource) insteadList<Provenance>
ReferralRequest. getRelevantHistoryTarget()
Deprecated.Use Reference#setResource(IBaseResource) insteadList<Provenance>
Task. getRelevantHistoryTarget()
Deprecated.Use Reference#setResource(IBaseResource) instead
-