Uses of Class
org.hl7.fhir.dstu3.model.Encounter
-
Uses of Encounter in org.hl7.fhir.dstu3.formats
Modifier and TypeMethodDescriptionprotected Encounter
JsonParser.parseEncounter
(com.google.gson.JsonObject json) protected Encounter
XmlParser.parseEncounter
(org.xmlpull.v1.XmlPullParser xpp) Modifier and TypeMethodDescriptionprotected void
JsonParser.composeEncounter
(String name, Encounter element) protected void
RdfParser.composeEncounter
(Turtle.Complex parent, String parentType, String name, Encounter element, int index) protected void
XmlParser.composeEncounter
(String name, Encounter element) protected void
XmlParser.composeEncounterElements
(Encounter element) protected void
JsonParser.composeEncounterInner
(Encounter element) protected Encounter.ClassHistoryComponent
JsonParser.parseEncounterClassHistoryComponent
(com.google.gson.JsonObject json, Encounter owner) protected Encounter.ClassHistoryComponent
XmlParser.parseEncounterClassHistoryComponent
(org.xmlpull.v1.XmlPullParser xpp, Encounter owner) protected boolean
XmlParser.parseEncounterClassHistoryComponentContent
(int eventType, org.xmlpull.v1.XmlPullParser xpp, Encounter owner, Encounter.ClassHistoryComponent res) protected void
JsonParser.parseEncounterClassHistoryComponentProperties
(com.google.gson.JsonObject json, Encounter owner, Encounter.ClassHistoryComponent res) protected boolean
XmlParser.parseEncounterContent
(int eventType, org.xmlpull.v1.XmlPullParser xpp, Encounter res) protected Encounter.DiagnosisComponent
JsonParser.parseEncounterDiagnosisComponent
(com.google.gson.JsonObject json, Encounter owner) protected Encounter.DiagnosisComponent
XmlParser.parseEncounterDiagnosisComponent
(org.xmlpull.v1.XmlPullParser xpp, Encounter owner) protected boolean
XmlParser.parseEncounterDiagnosisComponentContent
(int eventType, org.xmlpull.v1.XmlPullParser xpp, Encounter owner, Encounter.DiagnosisComponent res) protected void
JsonParser.parseEncounterDiagnosisComponentProperties
(com.google.gson.JsonObject json, Encounter owner, Encounter.DiagnosisComponent res) JsonParser.parseEncounterEncounterHospitalizationComponent
(com.google.gson.JsonObject json, Encounter owner) XmlParser.parseEncounterEncounterHospitalizationComponent
(org.xmlpull.v1.XmlPullParser xpp, Encounter owner) protected boolean
XmlParser.parseEncounterEncounterHospitalizationComponentContent
(int eventType, org.xmlpull.v1.XmlPullParser xpp, Encounter owner, Encounter.EncounterHospitalizationComponent res) protected void
JsonParser.parseEncounterEncounterHospitalizationComponentProperties
(com.google.gson.JsonObject json, Encounter owner, Encounter.EncounterHospitalizationComponent res) protected Encounter.EncounterLocationComponent
JsonParser.parseEncounterEncounterLocationComponent
(com.google.gson.JsonObject json, Encounter owner) protected Encounter.EncounterLocationComponent
XmlParser.parseEncounterEncounterLocationComponent
(org.xmlpull.v1.XmlPullParser xpp, Encounter owner) protected boolean
XmlParser.parseEncounterEncounterLocationComponentContent
(int eventType, org.xmlpull.v1.XmlPullParser xpp, Encounter owner, Encounter.EncounterLocationComponent res) protected void
JsonParser.parseEncounterEncounterLocationComponentProperties
(com.google.gson.JsonObject json, Encounter owner, Encounter.EncounterLocationComponent res) protected Encounter.EncounterParticipantComponent
JsonParser.parseEncounterEncounterParticipantComponent
(com.google.gson.JsonObject json, Encounter owner) protected Encounter.EncounterParticipantComponent
XmlParser.parseEncounterEncounterParticipantComponent
(org.xmlpull.v1.XmlPullParser xpp, Encounter owner) protected boolean
XmlParser.parseEncounterEncounterParticipantComponentContent
(int eventType, org.xmlpull.v1.XmlPullParser xpp, Encounter owner, Encounter.EncounterParticipantComponent res) protected void
JsonParser.parseEncounterEncounterParticipantComponentProperties
(com.google.gson.JsonObject json, Encounter owner, Encounter.EncounterParticipantComponent res) protected void
JsonParser.parseEncounterProperties
(com.google.gson.JsonObject json, Encounter res) protected Encounter.StatusHistoryComponent
JsonParser.parseEncounterStatusHistoryComponent
(com.google.gson.JsonObject json, Encounter owner) protected Encounter.StatusHistoryComponent
XmlParser.parseEncounterStatusHistoryComponent
(org.xmlpull.v1.XmlPullParser xpp, Encounter owner) protected boolean
XmlParser.parseEncounterStatusHistoryComponentContent
(int eventType, org.xmlpull.v1.XmlPullParser xpp, Encounter owner, Encounter.StatusHistoryComponent res) protected void
JsonParser.parseEncounterStatusHistoryComponentProperties
(com.google.gson.JsonObject json, Encounter owner, Encounter.StatusHistoryComponent res) -
Uses of Encounter in org.hl7.fhir.dstu3.model
Modifier and TypeFieldDescriptionprotected Encounter
Composition.encounterTarget
The actual object that is the target of the reference (Describes the clinical encounter or type of care this documentation is associated with.)protected Encounter
DocumentReference.DocumentReferenceContextComponent.encounterTarget
The actual object that is the target of the reference (Describes the clinical encounter or type of care that the document content is associated with.)protected Encounter
Flag.encounterTarget
The actual object that is the target of the reference (This alert is only relevant during the encounter.)protected Encounter
Immunization.encounterTarget
The actual object that is the target of the reference (The visit or admission or other contact between patient and health care provider the immunization was performed as part of.)protected Encounter
ListResource.encounterTarget
The actual object that is the target of the reference (The encounter that is the context in which this list was created.)protected Encounter
NutritionOrder.encounterTarget
The actual object that is the target of the reference (An encounter that provides additional information about the healthcare context in which this request is made.)protected Encounter
VisionPrescription.encounterTarget
The actual object that is the target of the reference (A link to a resource that identifies the particular occurrence of contact between patient and health care provider.)protected Encounter
Encounter.partOfTarget
The actual object that is the target of the reference (Another Encounter of which this encounter is a part of (administratively or in time).)Modifier and TypeFieldDescriptionClaim.ItemComponent.encounterTarget
The actual objects that are the target of the reference (A billed item may include goods or services provided in multiple encounters.)ExplanationOfBenefit.ItemComponent.encounterTarget
The actual objects that are the target of the reference (A billed item may include goods or services provided in multiple encounters.)Modifier and TypeMethodDescriptionEncounter.addAccount
(Reference t) Encounter.addClassHistory
(Encounter.ClassHistoryComponent t) Encounter.addDiagnosis
(Encounter.DiagnosisComponent t) Claim.ItemComponent.addEncounterTarget()
Deprecated.Use Reference#setResource(IBaseResource) insteadExplanationOfBenefit.ItemComponent.addEncounterTarget()
Deprecated.Use Reference#setResource(IBaseResource) insteadEncounter.addEpisodeOfCare
(Reference t) Encounter.addIdentifier
(Identifier t) Encounter.addIncomingReferral
(Reference t) Encounter.addLocation
(Encounter.EncounterLocationComponent t) Encounter.addParticipant
(Encounter.EncounterParticipantComponent t) Encounter.addReason
(CodeableConcept t) Encounter.addStatusHistory
(Encounter.StatusHistoryComponent t) Encounter.addType
(CodeableConcept t) Encounter.copy()
Composition.getEncounterTarget()
DocumentReference.DocumentReferenceContextComponent.getEncounterTarget()
Flag.getEncounterTarget()
Immunization.getEncounterTarget()
ListResource.getEncounterTarget()
NutritionOrder.getEncounterTarget()
VisionPrescription.getEncounterTarget()
Encounter.getPartOfTarget()
Encounter.setAccount
(List<Reference> theAccount) Encounter.setAppointment
(Reference value) Encounter.setAppointmentTarget
(Appointment value) Encounter.setClassHistory
(List<Encounter.ClassHistoryComponent> theClassHistory) Encounter.setDiagnosis
(List<Encounter.DiagnosisComponent> theDiagnosis) Encounter.setEpisodeOfCare
(List<Reference> theEpisodeOfCare) Encounter.setHospitalization
(Encounter.EncounterHospitalizationComponent value) Encounter.setIdentifier
(List<Identifier> theIdentifier) Encounter.setIncomingReferral
(List<Reference> theIncomingReferral) Encounter.setLocation
(List<Encounter.EncounterLocationComponent> theLocation) Encounter.setParticipant
(List<Encounter.EncounterParticipantComponent> theParticipant) Encounter.setPartOfTarget
(Encounter value) Encounter.setPriority
(CodeableConcept value) Encounter.setReason
(List<CodeableConcept> theReason) Encounter.setServiceProvider
(Reference value) Encounter.setServiceProviderTarget
(Organization value) Encounter.setStatus
(Encounter.EncounterStatus value) Encounter.setStatusElement
(Enumeration<Encounter.EncounterStatus> value) Encounter.setStatusHistory
(List<Encounter.StatusHistoryComponent> theStatusHistory) Encounter.setSubject
(Reference value) Encounter.setSubjectTarget
(Resource value) Encounter.setType
(List<CodeableConcept> theType) protected Encounter
Encounter.typedCopy()
Modifier and TypeMethodDescriptionClaim.ItemComponent.getEncounterTarget()
Deprecated.Use Reference#setResource(IBaseResource) insteadExplanationOfBenefit.ItemComponent.getEncounterTarget()
Deprecated.Use Reference#setResource(IBaseResource) insteadModifier and TypeMethodDescriptionComposition.setEncounterTarget
(Encounter value) DocumentReference.DocumentReferenceContextComponent.setEncounterTarget
(Encounter value) Flag.setEncounterTarget
(Encounter value) Immunization.setEncounterTarget
(Encounter value) ListResource.setEncounterTarget
(Encounter value) NutritionOrder.setEncounterTarget
(Encounter value) VisionPrescription.setEncounterTarget
(Encounter value) Encounter.setPartOfTarget
(Encounter value)