
Uses of Class
org.hl7.fhir.r5.model.Provenance
Packages that use Provenance
-
Uses of Provenance in org.hl7.fhir.r5.formats
Methods in org.hl7.fhir.r5.formats that return ProvenanceModifier and TypeMethodDescriptionprotected Provenance
JsonParser.parseProvenance
(com.google.gson.JsonObject json) protected Provenance
XmlParser.parseProvenance
(org.xmlpull.v1.XmlPullParser xpp) Methods in org.hl7.fhir.r5.formats with parameters of type ProvenanceModifier and TypeMethodDescriptionprotected void
JsonParser.composeProvenance
(String name, Provenance element) protected void
RdfParser.composeProvenance
(org.hl7.fhir.utilities.turtle.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.composeProvenanceProperties
(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) -
Uses of Provenance in org.hl7.fhir.r5.model
Methods in org.hl7.fhir.r5.model that return ProvenanceModifier and TypeMethodDescriptionProvenance.addAgent
(Provenance.ProvenanceAgentComponent t) Provenance.addAuthorization
(CodeableReference t) Provenance.addBasedOn
(Reference t) Provenance.addEntity
(Provenance.ProvenanceEntityComponent t) Provenance.addSignature
(Signature t) Provenance.copy()
Provenance.setActivity
(CodeableConcept value) Provenance.setAgent
(List<Provenance.ProvenanceAgentComponent> theAgent) Provenance.setAuthorization
(List<CodeableReference> theAuthorization) Provenance.setBasedOn
(List<Reference> theBasedOn) Provenance.setEncounter
(Reference value) Provenance.setEntity
(List<Provenance.ProvenanceEntityComponent> theEntity) Provenance.setLocation
(Reference value) Provenance.setOccurred
(DataType value) Provenance.setPatient
(Reference value) Provenance.setRecorded
(Date value) Provenance.setRecordedElement
(InstantType value) Provenance.setSignature
(List<Signature> theSignature) protected Provenance
Provenance.typedCopy()
Methods in org.hl7.fhir.r5.model with parameters of type Provenance