Uses of Class
org.hl7.fhir.dstu2.model.Encounter
-
Uses of Encounter in org.hl7.fhir.dstu2.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
XmlParser.composeEncounter
(String name, Encounter element) protected void
JsonParser.composeEncounterInner
(Encounter element) JsonParser.parseEncounterEncounterHospitalizationComponent
(com.google.gson.JsonObject json, Encounter owner) XmlParser.parseEncounterEncounterHospitalizationComponent
(org.xmlpull.v1.XmlPullParser xpp, Encounter owner) 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 Encounter.EncounterParticipantComponent
JsonParser.parseEncounterEncounterParticipantComponent
(com.google.gson.JsonObject json, Encounter owner) protected Encounter.EncounterParticipantComponent
XmlParser.parseEncounterEncounterParticipantComponent
(org.xmlpull.v1.XmlPullParser xpp, Encounter owner) JsonParser.parseEncounterEncounterStatusHistoryComponent
(com.google.gson.JsonObject json, Encounter owner) XmlParser.parseEncounterEncounterStatusHistoryComponent
(org.xmlpull.v1.XmlPullParser xpp, Encounter owner) -
Uses of Encounter in org.hl7.fhir.dstu2.model
Modifier and TypeFieldDescriptionprotected Encounter
Communication.encounterTarget
The actual object that is the target of the reference (The encounter within which the communication was sent.)protected Encounter
CommunicationRequest.encounterTarget
The actual object that is the target of the reference (The encounter within which the communication request was created.)protected 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
Condition.encounterTarget
The actual object that is the target of the reference (Encounter during which the condition was first asserted.)protected Encounter
DeviceUseRequest.encounterTarget
The actual object that is the target of the reference (An encounter that provides additional context in which this request is made.)protected Encounter
DiagnosticOrder.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
DiagnosticReport.encounterTarget
The actual object that is the target of the reference (The link to the health care event (encounter) when the order was made.)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
List_.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
MedicationAdministration.encounterTarget
The actual object that is the target of the reference (The visit, admission or other contact between patient and health care provider the medication administration was performed as part of.)protected Encounter
MedicationOrder.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
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
Observation.encounterTarget
The actual object that is the target of the reference (The healthcare event (e.g.protected Encounter
Procedure.encounterTarget
The actual object that is the target of the reference (The encounter during which the procedure was performed.)protected Encounter
ProcedureRequest.encounterTarget
The actual object that is the target of the reference (The encounter within which the procedure proposal or request was created.)protected Encounter
QuestionnaireResponse.encounterTarget
The actual object that is the target of the reference (Encounter during which this set of questionnaire response were collected.protected Encounter
ReferralRequest.encounterTarget
The actual object that is the target of the reference (The encounter at which the request for referral or transfer of care is initiated.)protected Encounter
RiskAssessment.encounterTarget
The actual object that is the target of the reference (The encounter where the assessment was performed.)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 TypeMethodDescriptionEncounter.addEpisodeOfCare
(Reference t) Encounter.addIdentifier
(Identifier t) Encounter.addIncomingReferral
(Reference t) Encounter.addIndication
(Reference t) Encounter.addLocation
(Encounter.EncounterLocationComponent t) Encounter.addParticipant
(Encounter.EncounterParticipantComponent t) Encounter.addReason
(CodeableConcept t) Encounter.addType
(CodeableConcept t) Encounter.copy()
Communication.getEncounterTarget()
CommunicationRequest.getEncounterTarget()
Composition.getEncounterTarget()
Condition.getEncounterTarget()
DeviceUseRequest.getEncounterTarget()
DiagnosticOrder.getEncounterTarget()
DiagnosticReport.getEncounterTarget()
DocumentReference.DocumentReferenceContextComponent.getEncounterTarget()
Flag.getEncounterTarget()
Immunization.getEncounterTarget()
List_.getEncounterTarget()
MedicationAdministration.getEncounterTarget()
MedicationOrder.getEncounterTarget()
NutritionOrder.getEncounterTarget()
Observation.getEncounterTarget()
Procedure.getEncounterTarget()
ProcedureRequest.getEncounterTarget()
QuestionnaireResponse.getEncounterTarget()
ReferralRequest.getEncounterTarget()
RiskAssessment.getEncounterTarget()
VisionPrescription.getEncounterTarget()
Encounter.getPartOfTarget()
Encounter.setAppointment
(Reference value) Encounter.setAppointmentTarget
(Appointment value) Encounter.setClass_
(Encounter.EncounterClass value) Encounter.setClass_Element
(Enumeration<Encounter.EncounterClass> value) Encounter.setHospitalization
(Encounter.EncounterHospitalizationComponent value) Encounter.setPartOfTarget
(Encounter value) Encounter.setPatient
(Reference value) Encounter.setPatientTarget
(Patient value) Encounter.setPriority
(CodeableConcept value) Encounter.setServiceProvider
(Reference value) Encounter.setServiceProviderTarget
(Organization value) Encounter.setStatus
(Encounter.EncounterState value) Encounter.setStatusElement
(Enumeration<Encounter.EncounterState> value) protected Encounter
Encounter.typedCopy()
Modifier and TypeMethodDescriptionCommunication.setEncounterTarget
(Encounter value) CommunicationRequest.setEncounterTarget
(Encounter value) Composition.setEncounterTarget
(Encounter value) Condition.setEncounterTarget
(Encounter value) DeviceUseRequest.setEncounterTarget
(Encounter value) DiagnosticOrder.setEncounterTarget
(Encounter value) DiagnosticReport.setEncounterTarget
(Encounter value) DocumentReference.DocumentReferenceContextComponent.setEncounterTarget
(Encounter value) Flag.setEncounterTarget
(Encounter value) Immunization.setEncounterTarget
(Encounter value) List_.setEncounterTarget
(Encounter value) MedicationAdministration.setEncounterTarget
(Encounter value) MedicationOrder.setEncounterTarget
(Encounter value) NutritionOrder.setEncounterTarget
(Encounter value) Observation.setEncounterTarget
(Encounter value) Procedure.setEncounterTarget
(Encounter value) ProcedureRequest.setEncounterTarget
(Encounter value) QuestionnaireResponse.setEncounterTarget
(Encounter value) ReferralRequest.setEncounterTarget
(Encounter value) RiskAssessment.setEncounterTarget
(Encounter value) VisionPrescription.setEncounterTarget
(Encounter value) Encounter.setPartOfTarget
(Encounter value)