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 ProvenanceJsonParser.parseProvenance(com.google.gson.JsonObject json)protected ProvenanceXmlParser.parseProvenance(org.xmlpull.v1.XmlPullParser xpp)Methods in org.hl7.fhir.r5.formats with parameters of type ProvenanceModifier and TypeMethodDescriptionprotected voidJsonParser.composeProvenance(String name, Provenance element)protected voidRdfParser.composeProvenance(org.hl7.fhir.utilities.turtle.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.composeProvenanceProperties(Provenance element)protected booleanXmlParser.parseProvenanceContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, Provenance res)protected voidJsonParser.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.setRecorded(Date value)Provenance.setRecordedElement(InstantType value)Provenance.setSignature(List<Signature> theSignature)protected ProvenanceProvenance.typedCopy()Methods in org.hl7.fhir.r5.model with parameters of type Provenance -
Uses of Provenance in org.hl7.fhir.r5.renderers
Methods in org.hl7.fhir.r5.renderers with parameters of type ProvenanceModifier and TypeMethodDescriptionProvenanceRenderer.display(Provenance prv)booleanProvenanceRenderer.render(org.hl7.fhir.utilities.xhtml.XhtmlNode x, Provenance prv)