
Uses of Class
org.hl7.fhir.r4.model.Provenance
Packages that use Provenance
-
Uses of Provenance in org.hl7.fhir.r4.formats
Methods in org.hl7.fhir.r4.formats that return ProvenanceModifier and TypeMethodDescriptionprotected ProvenanceJsonParser.parseProvenance(com.google.gson.JsonObject json) protected ProvenanceXmlParser.parseProvenance(org.xmlpull.v1.XmlPullParser xpp) Methods in org.hl7.fhir.r4.formats with parameters of type ProvenanceModifier and TypeMethodDescriptionprotected voidJsonParser.composeProvenance(String name, Provenance element) protected voidRdfParser.composeProvenance(Turtle.Complex parent, String parentType, String name, Provenance element, int index) protected voidXmlParser.composeProvenance(String name, Provenance element) protected voidXmlParser.composeProvenanceElements(Provenance element) protected voidJsonParser.composeProvenanceInner(Provenance element) protected booleanXmlParser.parseProvenanceContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, Provenance res) protected voidJsonParser.parseProvenanceProperties(com.google.gson.JsonObject json, Provenance res) protected Provenance.ProvenanceAgentComponentJsonParser.parseProvenanceProvenanceAgentComponent(com.google.gson.JsonObject json, Provenance owner) protected Provenance.ProvenanceAgentComponentXmlParser.parseProvenanceProvenanceAgentComponent(org.xmlpull.v1.XmlPullParser xpp, Provenance owner) protected booleanXmlParser.parseProvenanceProvenanceAgentComponentContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, Provenance owner, Provenance.ProvenanceAgentComponent res) protected voidJsonParser.parseProvenanceProvenanceAgentComponentProperties(com.google.gson.JsonObject json, Provenance owner, Provenance.ProvenanceAgentComponent res) protected Provenance.ProvenanceEntityComponentJsonParser.parseProvenanceProvenanceEntityComponent(com.google.gson.JsonObject json, Provenance owner) protected Provenance.ProvenanceEntityComponentXmlParser.parseProvenanceProvenanceEntityComponent(org.xmlpull.v1.XmlPullParser xpp, Provenance owner) protected booleanXmlParser.parseProvenanceProvenanceEntityComponentContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, Provenance owner, Provenance.ProvenanceEntityComponent res) protected voidJsonParser.parseProvenanceProvenanceEntityComponentProperties(com.google.gson.JsonObject json, Provenance owner, Provenance.ProvenanceEntityComponent res) -
Uses of Provenance in org.hl7.fhir.r4.model
Fields in org.hl7.fhir.r4.model with type parameters of type ProvenanceModifier and TypeFieldDescriptionprotected List<Provenance> MedicationAdministration.eventHistoryTargetThe 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.eventHistoryTargetThe 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.eventHistoryTargetThe 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.relevantHistoryTargetThe 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.relevantHistoryTargetThe actual objects that are the target of the reference (Key events in the history of the request.)protected List<Provenance> ServiceRequest.relevantHistoryTargetThe 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.)Methods in org.hl7.fhir.r4.model that return ProvenanceModifier and TypeMethodDescriptionProvenance.addAgent(Provenance.ProvenanceAgentComponent t) Provenance.addEntity(Provenance.ProvenanceEntityComponent t) Provenance.addReason(CodeableConcept t) Provenance.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 ProvenanceProvenance.typedCopy()Methods in org.hl7.fhir.r4.model with parameters of type Provenance