![](/hapi-fhir/images/logos/raccoon-forwards.png)
Uses of Class
org.hl7.fhir.r4.model.DocumentReference
Packages that use DocumentReference
-
Uses of DocumentReference in org.hl7.fhir.r4.formats
Methods in org.hl7.fhir.r4.formats that return DocumentReferenceModifier and TypeMethodDescriptionprotected DocumentReference
JsonParser.parseDocumentReference
(com.google.gson.JsonObject json) protected DocumentReference
XmlParser.parseDocumentReference
(org.xmlpull.v1.XmlPullParser xpp) Methods in org.hl7.fhir.r4.formats with parameters of type DocumentReferenceModifier and TypeMethodDescriptionprotected void
JsonParser.composeDocumentReference
(String name, DocumentReference element) protected void
RdfParser.composeDocumentReference
(Turtle.Complex parent, String parentType, String name, DocumentReference element, int index) protected void
XmlParser.composeDocumentReference
(String name, DocumentReference element) protected void
XmlParser.composeDocumentReferenceElements
(DocumentReference element) protected void
JsonParser.composeDocumentReferenceInner
(DocumentReference element) protected boolean
XmlParser.parseDocumentReferenceContent
(int eventType, org.xmlpull.v1.XmlPullParser xpp, DocumentReference res) JsonParser.parseDocumentReferenceDocumentReferenceContentComponent
(com.google.gson.JsonObject json, DocumentReference owner) XmlParser.parseDocumentReferenceDocumentReferenceContentComponent
(org.xmlpull.v1.XmlPullParser xpp, DocumentReference owner) protected boolean
XmlParser.parseDocumentReferenceDocumentReferenceContentComponentContent
(int eventType, org.xmlpull.v1.XmlPullParser xpp, DocumentReference owner, DocumentReference.DocumentReferenceContentComponent res) protected void
JsonParser.parseDocumentReferenceDocumentReferenceContentComponentProperties
(com.google.gson.JsonObject json, DocumentReference owner, DocumentReference.DocumentReferenceContentComponent res) JsonParser.parseDocumentReferenceDocumentReferenceContextComponent
(com.google.gson.JsonObject json, DocumentReference owner) XmlParser.parseDocumentReferenceDocumentReferenceContextComponent
(org.xmlpull.v1.XmlPullParser xpp, DocumentReference owner) protected boolean
XmlParser.parseDocumentReferenceDocumentReferenceContextComponentContent
(int eventType, org.xmlpull.v1.XmlPullParser xpp, DocumentReference owner, DocumentReference.DocumentReferenceContextComponent res) protected void
JsonParser.parseDocumentReferenceDocumentReferenceContextComponentProperties
(com.google.gson.JsonObject json, DocumentReference owner, DocumentReference.DocumentReferenceContextComponent res) JsonParser.parseDocumentReferenceDocumentReferenceRelatesToComponent
(com.google.gson.JsonObject json, DocumentReference owner) XmlParser.parseDocumentReferenceDocumentReferenceRelatesToComponent
(org.xmlpull.v1.XmlPullParser xpp, DocumentReference owner) protected boolean
XmlParser.parseDocumentReferenceDocumentReferenceRelatesToComponentContent
(int eventType, org.xmlpull.v1.XmlPullParser xpp, DocumentReference owner, DocumentReference.DocumentReferenceRelatesToComponent res) protected void
JsonParser.parseDocumentReferenceDocumentReferenceRelatesToComponentProperties
(com.google.gson.JsonObject json, DocumentReference owner, DocumentReference.DocumentReferenceRelatesToComponent res) protected void
JsonParser.parseDocumentReferenceProperties
(com.google.gson.JsonObject json, DocumentReference res) -
Uses of DocumentReference in org.hl7.fhir.r4.model
Fields in org.hl7.fhir.r4.model declared as DocumentReferenceModifier and TypeFieldDescriptionprotected DocumentReference
DocumentReference.DocumentReferenceRelatesToComponent.targetTarget
The actual object that is the target of the reference (The target document of this relationship.)Fields in org.hl7.fhir.r4.model with type parameters of type DocumentReferenceModifier and TypeFieldDescriptionprotected List
<DocumentReference> MedicinalProduct.attachedDocumentTarget
The actual objects that are the target of the reference (Supporting documentation, typically for regulatory submission.)protected List
<DocumentReference> MedicinalProduct.masterFileTarget
The actual objects that are the target of the reference (A master file for to the medicinal product (e.g.protected List
<DocumentReference> AdverseEvent.referenceDocumentTarget
The actual objects that are the target of the reference (AdverseEvent.referenceDocument.)protected List
<DocumentReference> SubstanceReferenceInformation.SubstanceReferenceInformationClassificationComponent.sourceTarget
The actual objects that are the target of the reference (Todo.)protected List
<DocumentReference> SubstanceReferenceInformation.SubstanceReferenceInformationGeneComponent.sourceTarget
The actual objects that are the target of the reference (Todo.)protected List
<DocumentReference> SubstanceReferenceInformation.SubstanceReferenceInformationGeneElementComponent.sourceTarget
The actual objects that are the target of the reference (Todo.)protected List
<DocumentReference> SubstanceReferenceInformation.SubstanceReferenceInformationTargetComponent.sourceTarget
The actual objects that are the target of the reference (Todo.)protected List
<DocumentReference> SubstanceSpecification.sourceTarget
The actual objects that are the target of the reference (Supporting literature.)protected List
<DocumentReference> SubstanceSpecification.SubstanceSpecificationCodeComponent.sourceTarget
The actual objects that are the target of the reference (Supporting literature.)protected List
<DocumentReference> SubstanceSpecification.SubstanceSpecificationNameComponent.sourceTarget
The actual objects that are the target of the reference (Supporting literature.)protected List
<DocumentReference> SubstanceSpecification.SubstanceSpecificationRelationshipComponent.sourceTarget
The actual objects that are the target of the reference (Supporting literature.)protected List
<DocumentReference> SubstanceSpecification.SubstanceSpecificationStructureComponent.sourceTarget
The actual objects that are the target of the reference (Supporting literature.)Methods in org.hl7.fhir.r4.model that return DocumentReferenceModifier and TypeMethodDescriptionMedicinalProduct.addAttachedDocumentTarget()
Deprecated.Use Reference#setResource(IBaseResource) insteadDocumentReference.addCategory
(CodeableConcept t) DocumentReference.addContent
(DocumentReference.DocumentReferenceContentComponent t) DocumentReference.addIdentifier
(Identifier t) MedicinalProduct.addMasterFileTarget()
Deprecated.Use Reference#setResource(IBaseResource) insteadAdverseEvent.addReferenceDocumentTarget()
Deprecated.Use Reference#setResource(IBaseResource) insteadDocumentReference.addRelatesTo
(DocumentReference.DocumentReferenceRelatesToComponent t) DocumentReference.addSecurityLabel
(CodeableConcept t) SubstanceReferenceInformation.SubstanceReferenceInformationClassificationComponent.addSourceTarget()
Deprecated.Use Reference#setResource(IBaseResource) insteadSubstanceReferenceInformation.SubstanceReferenceInformationGeneComponent.addSourceTarget()
Deprecated.Use Reference#setResource(IBaseResource) insteadSubstanceReferenceInformation.SubstanceReferenceInformationGeneElementComponent.addSourceTarget()
Deprecated.Use Reference#setResource(IBaseResource) insteadSubstanceReferenceInformation.SubstanceReferenceInformationTargetComponent.addSourceTarget()
Deprecated.Use Reference#setResource(IBaseResource) insteadSubstanceSpecification.addSourceTarget()
Deprecated.Use Reference#setResource(IBaseResource) insteadSubstanceSpecification.SubstanceSpecificationCodeComponent.addSourceTarget()
Deprecated.Use Reference#setResource(IBaseResource) insteadSubstanceSpecification.SubstanceSpecificationNameComponent.addSourceTarget()
Deprecated.Use Reference#setResource(IBaseResource) insteadSubstanceSpecification.SubstanceSpecificationRelationshipComponent.addSourceTarget()
Deprecated.Use Reference#setResource(IBaseResource) insteadSubstanceSpecification.SubstanceSpecificationStructureComponent.addSourceTarget()
Deprecated.Use Reference#setResource(IBaseResource) insteadDocumentReference.copy()
DocumentReference.DocumentReferenceRelatesToComponent.getTargetTarget()
DocumentReference.setAuthenticator
(Reference value) DocumentReference.setAuthenticatorTarget
(Resource value) DocumentReference.setCategory
(List<CodeableConcept> theCategory) DocumentReference.setContent
(List<DocumentReference.DocumentReferenceContentComponent> theContent) DocumentReference.setContext
(DocumentReference.DocumentReferenceContextComponent value) DocumentReference.setCustodian
(Reference value) DocumentReference.setCustodianTarget
(Organization value) DocumentReference.setDateElement
(InstantType value) DocumentReference.setDescription
(String value) DocumentReference.setDescriptionElement
(StringType value) DocumentReference.setDocStatus
(DocumentReference.ReferredDocumentStatus value) DocumentReference.setDocStatusElement
(Enumeration<DocumentReference.ReferredDocumentStatus> value) DocumentReference.setIdentifier
(List<Identifier> theIdentifier) DocumentReference.setMasterIdentifier
(Identifier value) DocumentReference.setRelatesTo
(List<DocumentReference.DocumentReferenceRelatesToComponent> theRelatesTo) DocumentReference.setSecurityLabel
(List<CodeableConcept> theSecurityLabel) DocumentReference.setStatus
(Enumerations.DocumentReferenceStatus value) DocumentReference.setStatusElement
(Enumeration<Enumerations.DocumentReferenceStatus> value) DocumentReference.setSubject
(Reference value) DocumentReference.setSubjectTarget
(Resource value) DocumentReference.setType
(CodeableConcept value) protected DocumentReference
DocumentReference.typedCopy()
Methods in org.hl7.fhir.r4.model that return types with arguments of type DocumentReferenceModifier and TypeMethodDescriptionMedicinalProduct.getAttachedDocumentTarget()
Deprecated.Use Reference#setResource(IBaseResource) insteadMedicinalProduct.getMasterFileTarget()
Deprecated.Use Reference#setResource(IBaseResource) insteadAdverseEvent.getReferenceDocumentTarget()
Deprecated.Use Reference#setResource(IBaseResource) insteadSubstanceReferenceInformation.SubstanceReferenceInformationClassificationComponent.getSourceTarget()
Deprecated.Use Reference#setResource(IBaseResource) insteadSubstanceReferenceInformation.SubstanceReferenceInformationGeneComponent.getSourceTarget()
Deprecated.Use Reference#setResource(IBaseResource) insteadSubstanceReferenceInformation.SubstanceReferenceInformationGeneElementComponent.getSourceTarget()
Deprecated.Use Reference#setResource(IBaseResource) insteadSubstanceReferenceInformation.SubstanceReferenceInformationTargetComponent.getSourceTarget()
Deprecated.Use Reference#setResource(IBaseResource) insteadSubstanceSpecification.getSourceTarget()
Deprecated.Use Reference#setResource(IBaseResource) insteadSubstanceSpecification.SubstanceSpecificationCodeComponent.getSourceTarget()
Deprecated.Use Reference#setResource(IBaseResource) insteadSubstanceSpecification.SubstanceSpecificationNameComponent.getSourceTarget()
Deprecated.Use Reference#setResource(IBaseResource) insteadSubstanceSpecification.SubstanceSpecificationRelationshipComponent.getSourceTarget()
Deprecated.Use Reference#setResource(IBaseResource) insteadSubstanceSpecification.SubstanceSpecificationStructureComponent.getSourceTarget()
Deprecated.Use Reference#setResource(IBaseResource) insteadMethods in org.hl7.fhir.r4.model with parameters of type DocumentReferenceModifier and TypeMethodDescriptionvoid
DocumentReference.copyValues
(DocumentReference dst) DocumentReference.DocumentReferenceRelatesToComponent.setTargetTarget
(DocumentReference value)