public class Provenance extends DomainResource
| Modifier and Type | Class and Description |
|---|---|
static class |
Provenance.ProvenanceAgentComponent |
static class |
Provenance.ProvenanceAgentRelatedAgentComponent |
static class |
Provenance.ProvenanceEntityComponent |
static class |
Provenance.ProvenanceEntityRole |
static class |
Provenance.ProvenanceEntityRoleEnumFactory |
| Modifier and Type | Field and Description |
|---|---|
protected Coding |
activity
An activity is something that occurs over a period of time and acts upon or with entities; it may include consuming, processing, transforming, modifying, relocating, using, or generating entities.
|
protected List<Provenance.ProvenanceAgentComponent> |
agent
An actor taking a role in an activity for which it can be assigned some degree of responsibility for the activity taking place.
|
static ca.uhn.fhir.rest.gclient.ReferenceClientParam |
AGENT
Fluent Client search parameter constant for agent
|
static ca.uhn.fhir.rest.gclient.DateClientParam |
END
Fluent Client search parameter constant for end
|
protected List<Provenance.ProvenanceEntityComponent> |
entity
An entity used in this activity.
|
static ca.uhn.fhir.rest.gclient.UriClientParam |
ENTITY
Fluent Client search parameter constant for entity
|
static ca.uhn.fhir.rest.gclient.TokenClientParam |
ENTITY_TYPE
Fluent Client search parameter constant for entity-type
|
static ca.uhn.fhir.model.api.Include |
INCLUDE_AGENT
Constant for fluent queries to be used to add include statements.
|
static ca.uhn.fhir.model.api.Include |
INCLUDE_LOCATION
Constant for fluent queries to be used to add include statements.
|
static ca.uhn.fhir.model.api.Include |
INCLUDE_PATIENT
Constant for fluent queries to be used to add include statements.
|
static ca.uhn.fhir.model.api.Include |
INCLUDE_TARGET
Constant for fluent queries to be used to add include statements.
|
protected Reference |
location
Where the activity occurred, if relevant.
|
static ca.uhn.fhir.rest.gclient.ReferenceClientParam |
LOCATION
Fluent Client search parameter constant for location
|
protected Location |
locationTarget
The actual object that is the target of the reference (Where the activity occurred, if relevant.)
|
static ca.uhn.fhir.rest.gclient.ReferenceClientParam |
PATIENT
Fluent Client search parameter constant for patient
|
protected Period |
period
The period during which the activity occurred.
|
protected List<UriType> |
policy
Policy or plan the activity was defined by.
|
protected List<Coding> |
reason
The reason that the activity was taking place.
|
protected InstantType |
recorded
The instant of time at which the activity was recorded.
|
static ca.uhn.fhir.rest.gclient.TokenClientParam |
SIG
Fluent Client search parameter constant for sig
|
protected List<Signature> |
signature
A digital signature on the target Reference(s).
|
static String |
SP_AGENT
Search parameter: agent
|
static String |
SP_END
Search parameter: end
|
static String |
SP_ENTITY
Search parameter: entity
|
static String |
SP_ENTITY_TYPE
Search parameter: entity-type
|
static String |
SP_LOCATION
Search parameter: location
|
static String |
SP_PATIENT
Search parameter: patient
|
static String |
SP_SIG
Search parameter: sig
|
static String |
SP_START
Search parameter: start
|
static String |
SP_TARGET
Search parameter: target
|
static String |
SP_USERID
Search parameter: userid
|
static ca.uhn.fhir.rest.gclient.DateClientParam |
START
Fluent Client search parameter constant for start
|
protected List<Reference> |
target
The Reference(s) that were generated or updated by the activity described in this resource.
|
static ca.uhn.fhir.rest.gclient.ReferenceClientParam |
TARGET
Fluent Client search parameter constant for target
|
protected List<Resource> |
targetTarget
The actual objects that are the target of the reference (The Reference(s) that were generated or updated by the activity described in this resource.
|
static ca.uhn.fhir.rest.gclient.TokenClientParam |
USERID
Fluent Client search parameter constant for userid
|
contained, extension, modifierExtension, textid, implicitRules, language, meta| Constructor and Description |
|---|
Provenance()
Constructor
|
Provenance(InstantType recorded)
Constructor
|
addContained, addExtension, addExtension, addModifierExtension, addModifierExtension, copyValues, getContained, getExtension, getExtensionsByUrl, getModifierExtension, getModifierExtensionsByUrl, getText, hasContained, hasExtension, hasModifierExtension, hasText, setTextcopyValues, getId, getIdElement, getImplicitRules, getImplicitRulesElement, getLanguage, getLanguageElement, getMeta, hasId, hasIdElement, hasImplicitRules, hasImplicitRulesElement, hasLanguage, hasLanguageElement, hasMeta, setId, setIdElement, setImplicitRules, setImplicitRulesElement, setLanguage, setLanguageElement, setMetagetStructureFhirVersionEnum, setIdcastToActionDefinition, castToAddress, castToAnnotation, castToAttachment, castToBase64Binary, castToBoolean, castToCode, castToCodeableConcept, castToCoding, castToContactPoint, castToDataRequirement, castToDate, castToDateTime, castToDecimal, castToDuration, castToElementDefinition, castToExtension, castToHumanName, castToId, castToIdentifier, castToInstant, castToInteger, castToMarkdown, castToMeta, castToModuleMetadata, castToMoney, castToNarrative, castToOid, castToParameterDefinition, castToPeriod, castToPositiveInt, castToQuantity, castToRange, castToRatio, castToReference, castToResource, castToSampledData, castToSignature, castToSimpleQuantity, castToString, castToTime, castToTiming, castToTriggerDefinition, castToUnsignedInt, castToUri, children, compareDeep, compareDeep, compareDeep, compareValues, compareValues, equals, getChildByName, getFormatCommentsPost, getFormatCommentsPre, getUserData, getUserInt, getUserString, hasFormatComment, hasPrimitiveValue, hasType, hasUserData, isMetadataBased, isPrimitive, listChildrenByName, listChildrenByName, primitiveValue, setUserData, setUserDataINNclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetId, getIdElement, getLanguageElement, getUserData, setId, setUserDataprotected List<Reference> target
protected List<Resource> targetTarget
protected InstantType recorded
protected Coding activity
protected Location locationTarget
protected List<UriType> policy
protected List<Provenance.ProvenanceAgentComponent> agent
protected List<Provenance.ProvenanceEntityComponent> entity
protected List<Signature> signature
public static final String SP_PATIENT
Description: Target Reference(s) (usually version specific)
Type: reference
Path: Provenance.target
public static final ca.uhn.fhir.rest.gclient.ReferenceClientParam PATIENT
Description: Target Reference(s) (usually version specific)
Type: reference
Path: Provenance.target
public static final ca.uhn.fhir.model.api.Include INCLUDE_PATIENT
public static final String SP_LOCATION
Description: Where the activity occurred, if relevant
Type: reference
Path: Provenance.location
public static final ca.uhn.fhir.rest.gclient.ReferenceClientParam LOCATION
Description: Where the activity occurred, if relevant
Type: reference
Path: Provenance.location
public static final ca.uhn.fhir.model.api.Include INCLUDE_LOCATION
public static final String SP_START
Description: Starting time with inclusive boundary
Type: date
Path: Provenance.period.start
public static final ca.uhn.fhir.rest.gclient.DateClientParam START
Description: Starting time with inclusive boundary
Type: date
Path: Provenance.period.start
public static final String SP_ENTITY
Description: Identity of entity
Type: uri
Path: Provenance.entity.reference
public static final ca.uhn.fhir.rest.gclient.UriClientParam ENTITY
Description: Identity of entity
Type: uri
Path: Provenance.entity.reference
public static final String SP_USERID
Description: Authorization-system identifier for the agent
Type: token
Path: Provenance.agent.userId
public static final ca.uhn.fhir.rest.gclient.TokenClientParam USERID
Description: Authorization-system identifier for the agent
Type: token
Path: Provenance.agent.userId
public static final String SP_TARGET
Description: Target Reference(s) (usually version specific)
Type: reference
Path: Provenance.target
public static final ca.uhn.fhir.rest.gclient.ReferenceClientParam TARGET
Description: Target Reference(s) (usually version specific)
Type: reference
Path: Provenance.target
public static final ca.uhn.fhir.model.api.Include INCLUDE_TARGET
public static final String SP_ENTITY_TYPE
Description: The type of resource in this entity
Type: token
Path: Provenance.entity.type
public static final ca.uhn.fhir.rest.gclient.TokenClientParam ENTITY_TYPE
Description: The type of resource in this entity
Type: token
Path: Provenance.entity.type
public static final String SP_AGENT
Description: Individual, device or organization playing role
Type: reference
Path: Provenance.agent.actor
public static final ca.uhn.fhir.rest.gclient.ReferenceClientParam AGENT
Description: Individual, device or organization playing role
Type: reference
Path: Provenance.agent.actor
public static final ca.uhn.fhir.model.api.Include INCLUDE_AGENT
public static final String SP_END
Description: End time with inclusive boundary, if not ongoing
Type: date
Path: Provenance.period.end
public static final ca.uhn.fhir.rest.gclient.DateClientParam END
Description: End time with inclusive boundary, if not ongoing
Type: date
Path: Provenance.period.end
public static final String SP_SIG
Description: Indication of the reason the entity signed the object(s)
Type: token
Path: Provenance.signature.type
public static final ca.uhn.fhir.rest.gclient.TokenClientParam SIG
Description: Indication of the reason the entity signed the object(s)
Type: token
Path: Provenance.signature.type
public Provenance()
public Provenance(InstantType recorded)
public List<Reference> getTarget()
target (The Reference(s) that were generated or updated by the activity described in this resource. A provenance can point to more than one target if multiple resources were created/updated by the same activity.)public boolean hasTarget()
public Reference addTarget()
target (The Reference(s) that were generated or updated by the activity described in this resource. A provenance can point to more than one target if multiple resources were created/updated by the same activity.)public Provenance addTarget(Reference t)
public List<Resource> getTargetTarget()
target (The actual objects that are the target of the reference. The reference library doesn't populate this, but you can use this to hold the resources if you resolvethemt. The Reference(s) that were generated or updated by the activity described in this resource. A provenance can point to more than one target if multiple resources were created/updated by the same activity.)public Period getPeriod()
period (The period during which the activity occurred.)public boolean hasPeriod()
public Provenance setPeriod(Period value)
value - period (The period during which the activity occurred.)public InstantType getRecordedElement()
recorded (The instant of time at which the activity was recorded.). This is the underlying object with id, value and extensions. The accessor "getRecorded" gives direct access to the valuepublic boolean hasRecordedElement()
public boolean hasRecorded()
public Provenance setRecordedElement(InstantType value)
value - recorded (The instant of time at which the activity was recorded.). This is the underlying object with id, value and extensions. The accessor "getRecorded" gives direct access to the valuepublic Date getRecorded()
public Provenance setRecorded(Date value)
value - The instant of time at which the activity was recorded.public List<Coding> getReason()
reason (The reason that the activity was taking place.)public boolean hasReason()
public Coding addReason()
reason (The reason that the activity was taking place.)public Provenance addReason(Coding t)
public Coding getActivity()
activity (An activity is something that occurs over a period of time and acts upon or with entities; it may include consuming, processing, transforming, modifying, relocating, using, or generating entities.)public boolean hasActivity()
public Provenance setActivity(Coding value)
value - activity (An activity is something that occurs over a period of time and acts upon or with entities; it may include consuming, processing, transforming, modifying, relocating, using, or generating entities.)public Reference getLocation()
location (Where the activity occurred, if relevant.)public boolean hasLocation()
public Provenance setLocation(Reference value)
value - location (Where the activity occurred, if relevant.)public Location getLocationTarget()
location The actual object that is the target of the reference. The reference library doesn't populate this, but you can use it to hold the resource if you resolve it. (Where the activity occurred, if relevant.)public Provenance setLocationTarget(Location value)
value - location The actual object that is the target of the reference. The reference library doesn't use these, but you can use it to hold the resource if you resolve it. (Where the activity occurred, if relevant.)public List<UriType> getPolicy()
policy (Policy or plan the activity was defined by. Typically, a single activity may have multiple applicable policy documents, such as patient consent, guarantor funding, etc.)public boolean hasPolicy()
public UriType addPolicyElement()
policy (Policy or plan the activity was defined by. Typically, a single activity may have multiple applicable policy documents, such as patient consent, guarantor funding, etc.)public Provenance addPolicy(String value)
value - policy (Policy or plan the activity was defined by. Typically, a single activity may have multiple applicable policy documents, such as patient consent, guarantor funding, etc.)public boolean hasPolicy(String value)
value - policy (Policy or plan the activity was defined by. Typically, a single activity may have multiple applicable policy documents, such as patient consent, guarantor funding, etc.)public List<Provenance.ProvenanceAgentComponent> getAgent()
agent (An actor taking a role in an activity for which it can be assigned some degree of responsibility for the activity taking place.)public boolean hasAgent()
public Provenance.ProvenanceAgentComponent addAgent()
agent (An actor taking a role in an activity for which it can be assigned some degree of responsibility for the activity taking place.)public Provenance addAgent(Provenance.ProvenanceAgentComponent t)
public List<Provenance.ProvenanceEntityComponent> getEntity()
entity (An entity used in this activity.)public boolean hasEntity()
public Provenance.ProvenanceEntityComponent addEntity()
entity (An entity used in this activity.)public Provenance addEntity(Provenance.ProvenanceEntityComponent t)
public List<Signature> getSignature()
signature (A digital signature on the target Reference(s). The signer should match a Provenance.agent. The purpose of the signature is indicated.)public boolean hasSignature()
public Signature addSignature()
signature (A digital signature on the target Reference(s). The signer should match a Provenance.agent. The purpose of the signature is indicated.)public Provenance addSignature(Signature t)
protected void listChildren(List<Property> childrenList)
listChildren in class DomainResourcepublic Base[] getProperty(int hash, String name, boolean checkValid) throws org.hl7.fhir.exceptions.FHIRException
getProperty in class DomainResourceorg.hl7.fhir.exceptions.FHIRExceptionpublic void setProperty(int hash, String name, Base value) throws org.hl7.fhir.exceptions.FHIRException
setProperty in class DomainResourceorg.hl7.fhir.exceptions.FHIRExceptionpublic void setProperty(String name, Base value) throws org.hl7.fhir.exceptions.FHIRException
setProperty in class DomainResourceorg.hl7.fhir.exceptions.FHIRExceptionpublic Base makeProperty(int hash, String name) throws org.hl7.fhir.exceptions.FHIRException
makeProperty in class DomainResourceorg.hl7.fhir.exceptions.FHIRExceptionpublic Base addChild(String name) throws org.hl7.fhir.exceptions.FHIRException
addChild in class DomainResourceorg.hl7.fhir.exceptions.FHIRExceptionpublic String fhirType()
fhirType in class DomainResourcepublic Provenance copy()
copy in class DomainResourceprotected Provenance typedCopy()
public boolean equalsDeep(Base other)
equalsDeep in class DomainResourcepublic boolean equalsShallow(Base other)
equalsShallow in class DomainResourcepublic boolean isEmpty()
isEmpty in interface org.hl7.fhir.instance.model.api.IBaseisEmpty in class DomainResourcepublic ResourceType getResourceType()
getResourceType in class ResourceCopyright © 2014–2018 University Health Network. All rights reserved.