| Package | Description |
|---|---|
| org.hl7.fhir.r4.formats | |
| org.hl7.fhir.r4.model |
| Modifier and Type | Method and Description |
|---|---|
protected Provenance |
JsonParser.parseProvenance(com.google.gson.JsonObject json) |
protected Provenance |
XmlParser.parseProvenance(org.xmlpull.v1.XmlPullParser xpp) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
JsonParser.composeProvenance(String name,
Provenance element) |
protected void |
XmlParser.composeProvenance(String name,
Provenance element) |
protected void |
RdfParser.composeProvenance(Turtle.Complex parent,
String parentType,
String name,
Provenance element,
int index) |
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) |
| Modifier and Type | Field and Description |
|---|---|
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> |
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> |
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> |
ServiceRequest.relevantHistoryTarget
The actual objects that are the target of the reference (Key events in the history of the request.)
|
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> |
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.)
|
| Modifier and Type | Method and Description |
|---|---|
Provenance |
Provenance.addAgent(Provenance.ProvenanceAgentComponent t) |
Provenance |
Provenance.addEntity(Provenance.ProvenanceEntityComponent t) |
Provenance |
MedicationDispense.addEventHistoryTarget()
Deprecated.
Use Reference#setResource(IBaseResource) instead
|
Provenance |
MedicationAdministration.addEventHistoryTarget()
Deprecated.
Use Reference#setResource(IBaseResource) instead
|
Provenance |
MedicationRequest.addEventHistoryTarget()
Deprecated.
Use Reference#setResource(IBaseResource) instead
|
Provenance |
Provenance.addPolicy(String value) |
Provenance |
Provenance.addReason(CodeableConcept t) |
Provenance |
ServiceRequest.addRelevantHistoryTarget()
Deprecated.
Use Reference#setResource(IBaseResource) instead
|
Provenance |
Contract.addRelevantHistoryTarget()
Deprecated.
Use Reference#setResource(IBaseResource) instead
|
Provenance |
DeviceRequest.addRelevantHistoryTarget()
Deprecated.
Use Reference#setResource(IBaseResource) instead
|
Provenance |
Task.addRelevantHistoryTarget()
Deprecated.
Use Reference#setResource(IBaseResource) instead
|
Provenance |
Provenance.addSignature(Signature t) |
Provenance |
Provenance.addTarget(Reference t) |
Provenance |
Provenance.copy() |
Provenance |
Provenance.setActivity(CodeableConcept 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.setOccurred(Type value) |
Provenance |
Provenance.setPolicy(List<UriType> thePolicy) |
Provenance |
Provenance.setReason(List<CodeableConcept> 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() |
| Modifier and Type | Method and Description |
|---|---|
List<Provenance> |
MedicationDispense.getEventHistoryTarget()
Deprecated.
Use Reference#setResource(IBaseResource) instead
|
List<Provenance> |
MedicationAdministration.getEventHistoryTarget()
Deprecated.
Use Reference#setResource(IBaseResource) instead
|
List<Provenance> |
MedicationRequest.getEventHistoryTarget()
Deprecated.
Use Reference#setResource(IBaseResource) instead
|
List<Provenance> |
ServiceRequest.getRelevantHistoryTarget()
Deprecated.
Use Reference#setResource(IBaseResource) instead
|
List<Provenance> |
Contract.getRelevantHistoryTarget()
Deprecated.
Use Reference#setResource(IBaseResource) instead
|
List<Provenance> |
DeviceRequest.getRelevantHistoryTarget()
Deprecated.
Use Reference#setResource(IBaseResource) instead
|
List<Provenance> |
Task.getRelevantHistoryTarget()
Deprecated.
Use Reference#setResource(IBaseResource) instead
|
| Modifier and Type | Method and Description |
|---|---|
void |
Provenance.copyValues(Provenance dst) |
Copyright © 2014–2021 Health Level 7. All rights reserved.