
Uses of Class
org.hl7.fhir.r5.model.DocumentReference
Packages that use DocumentReference
-
Uses of DocumentReference in org.hl7.fhir.r5.extensions
Methods in org.hl7.fhir.r5.extensions that return DocumentReferenceModifier and TypeMethodDescriptionstatic DocumentReference
Extensions.addAdheresTo
(DocumentReference context, Reference value) static DocumentReference
Extensions.addAdheresToCanonical
(DocumentReference context, String value) static DocumentReference
Extensions.addAdheresToUri
(DocumentReference context, String value) static DocumentReference
Extensions.addEpisodeOfCare
(DocumentReference context, Reference value) static DocumentReference
Extensions.addResearchStudy
(DocumentReference context, Reference value) static DocumentReference
Extensions.addShallComplyWith
(DocumentReference context, Reference value) static DocumentReference
Extensions.addShallComplyWithCanonical
(DocumentReference context, String value) static DocumentReference
Extensions.addShallComplyWithUri
(DocumentReference context, String value) static DocumentReference
Extensions.addSupportingInfo
(DocumentReference context, Reference value) static DocumentReference
Extensions.addWorkflowReason
(DocumentReference context, CodeableReference value) static DocumentReference
Extensions.setDRSourcepatient
(DocumentReference context, Reference value) static DocumentReference
Extensions.setEventLocation
(DocumentReference context, Reference value) static DocumentReference
Extensions.setEventStatusReason
(DocumentReference context, CodeableConcept value) static DocumentReference
Extensions.setTriggeredBy
(DocumentReference context, Reference value) static DocumentReference
Extensions.setTriggeredByCanonical
(DocumentReference context, String value) static DocumentReference
Extensions.setTriggeredByUri
(DocumentReference context, String value) Methods in org.hl7.fhir.r5.extensions with parameters of type DocumentReferenceModifier and TypeMethodDescriptionstatic DocumentReference
Extensions.addAdheresTo
(DocumentReference context, Reference value) static DocumentReference
Extensions.addAdheresToCanonical
(DocumentReference context, String value) static DocumentReference
Extensions.addAdheresToUri
(DocumentReference context, String value) static DocumentReference
Extensions.addEpisodeOfCare
(DocumentReference context, Reference value) static DocumentReference
Extensions.addResearchStudy
(DocumentReference context, Reference value) static DocumentReference
Extensions.addShallComplyWith
(DocumentReference context, Reference value) static DocumentReference
Extensions.addShallComplyWithCanonical
(DocumentReference context, String value) static DocumentReference
Extensions.addShallComplyWithUri
(DocumentReference context, String value) static DocumentReference
Extensions.addSupportingInfo
(DocumentReference context, Reference value) static DocumentReference
Extensions.addWorkflowReason
(DocumentReference context, CodeableReference value) Extensions.getAdheresToReferenceList
(DocumentReference context) Extensions.getAdheresToStringList
(DocumentReference context) static Reference
Extensions.getDRSourcepatient
(DocumentReference context) Extensions.getEpisodeOfCareList
(DocumentReference context) static Reference
Extensions.getEventLocation
(DocumentReference context) static CodeableConcept
Extensions.getEventStatusReason
(DocumentReference context) Extensions.getResearchStudyList
(DocumentReference context) Extensions.getShallComplyWithReferenceList
(DocumentReference context) Extensions.getShallComplyWithStringList
(DocumentReference context) Extensions.getSupportingInfoList
(DocumentReference context) static Reference
Extensions.getTriggeredByReference
(DocumentReference context) static String
Extensions.getTriggeredByString
(DocumentReference context) static List
<CodeableReference> Extensions.getWorkflowReasonList
(DocumentReference context) static DocumentReference
Extensions.setDRSourcepatient
(DocumentReference context, Reference value) static DocumentReference
Extensions.setEventLocation
(DocumentReference context, Reference value) static DocumentReference
Extensions.setEventStatusReason
(DocumentReference context, CodeableConcept value) static DocumentReference
Extensions.setTriggeredBy
(DocumentReference context, Reference value) static DocumentReference
Extensions.setTriggeredByCanonical
(DocumentReference context, String value) static DocumentReference
Extensions.setTriggeredByUri
(DocumentReference context, String value) -
Uses of DocumentReference in org.hl7.fhir.r5.formats
Methods in org.hl7.fhir.r5.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.r5.formats with parameters of type DocumentReferenceModifier and TypeMethodDescriptionprotected void
JsonParser.composeDocumentReference
(String name, DocumentReference element) protected void
RdfParser.composeDocumentReference
(org.hl7.fhir.utilities.turtle.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.composeDocumentReferenceProperties
(DocumentReference element) protected boolean
XmlParser.parseDocumentReferenceContent
(int eventType, org.xmlpull.v1.XmlPullParser xpp, DocumentReference res) protected void
JsonParser.parseDocumentReferenceProperties
(com.google.gson.JsonObject json, DocumentReference res) -
Uses of DocumentReference in org.hl7.fhir.r5.model
Methods in org.hl7.fhir.r5.model that return DocumentReferenceModifier and TypeMethodDescriptionDocumentReference.addAttester
(DocumentReference.DocumentReferenceAttesterComponent t) DocumentReference.addBasedOn
(Reference t) DocumentReference.addBodySite
(CodeableReference t) DocumentReference.addCategory
(CodeableConcept t) DocumentReference.addContent
(DocumentReference.DocumentReferenceContentComponent t) DocumentReference.addContext
(Reference t) DocumentReference.addEvent
(CodeableReference t) DocumentReference.addIdentifier
(Identifier t) DocumentReference.addModality
(CodeableConcept t) DocumentReference.addRelatesTo
(DocumentReference.DocumentReferenceRelatesToComponent t) DocumentReference.addSecurityLabel
(CodeableConcept t) DocumentReference.copy()
DocumentReference.setAttester
(List<DocumentReference.DocumentReferenceAttesterComponent> theAttester) DocumentReference.setBasedOn
(List<Reference> theBasedOn) DocumentReference.setBodySite
(List<CodeableReference> theBodySite) DocumentReference.setCategory
(List<CodeableConcept> theCategory) DocumentReference.setContent
(List<DocumentReference.DocumentReferenceContentComponent> theContent) DocumentReference.setContext
(List<Reference> theContext) DocumentReference.setCustodian
(Reference value) DocumentReference.setDateElement
(InstantType value) DocumentReference.setDescription
(String value) DocumentReference.setDescriptionElement
(MarkdownType value) DocumentReference.setDocStatus
(Enumerations.CompositionStatus value) DocumentReference.setDocStatusElement
(Enumeration<Enumerations.CompositionStatus> value) DocumentReference.setEvent
(List<CodeableReference> theEvent) DocumentReference.setFacilityType
(CodeableConcept value) DocumentReference.setIdentifier
(List<Identifier> theIdentifier) DocumentReference.setModality
(List<CodeableConcept> theModality) DocumentReference.setPracticeSetting
(CodeableConcept value) DocumentReference.setRelatesTo
(List<DocumentReference.DocumentReferenceRelatesToComponent> theRelatesTo) DocumentReference.setSecurityLabel
(List<CodeableConcept> theSecurityLabel) DocumentReference.setStatus
(DocumentReference.DocumentReferenceStatus value) DocumentReference.setStatusElement
(Enumeration<DocumentReference.DocumentReferenceStatus> value) DocumentReference.setSubject
(Reference value) DocumentReference.setType
(CodeableConcept value) DocumentReference.setVersion
(String value) DocumentReference.setVersionElement
(StringType value) protected DocumentReference
DocumentReference.typedCopy()
Methods in org.hl7.fhir.r5.model with parameters of type DocumentReference