Uses of Class
org.hl7.fhir.dstu3.model.Encounter
-
Packages that use Encounter Package Description org.hl7.fhir.dstu3.formats org.hl7.fhir.dstu3.model -
-
Uses of Encounter in org.hl7.fhir.dstu3.formats
Methods in org.hl7.fhir.dstu3.formats that return Encounter Modifier and Type Method Description protected EncounterJsonParser. parseEncounter(com.google.gson.JsonObject json)protected EncounterXmlParser. parseEncounter(org.xmlpull.v1.XmlPullParser xpp) -
Uses of Encounter in org.hl7.fhir.dstu3.model
Fields in org.hl7.fhir.dstu3.model declared as Encounter Modifier and Type Field Description protected EncounterComposition. encounterTargetThe actual object that is the target of the reference (Describes the clinical encounter or type of care this documentation is associated with.)protected EncounterDocumentReference.DocumentReferenceContextComponent. encounterTargetThe 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 EncounterFlag. encounterTargetThe actual object that is the target of the reference (This alert is only relevant during the encounter.)protected EncounterImmunization. encounterTargetThe 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 EncounterListResource. encounterTargetThe actual object that is the target of the reference (The encounter that is the context in which this list was created.)protected EncounterNutritionOrder. encounterTargetThe 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 EncounterVisionPrescription. encounterTargetThe 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 EncounterEncounter. partOfTargetThe actual object that is the target of the reference (Another Encounter of which this encounter is a part of (administratively or in time).)Fields in org.hl7.fhir.dstu3.model with type parameters of type Encounter Modifier and Type Field Description protected List<Encounter>Claim.ItemComponent. encounterTargetThe actual objects that are the target of the reference (A billed item may include goods or services provided in multiple encounters.)protected List<Encounter>ExplanationOfBenefit.ItemComponent. encounterTargetThe actual objects that are the target of the reference (A billed item may include goods or services provided in multiple encounters.)Methods in org.hl7.fhir.dstu3.model that return types with arguments of type Encounter Modifier and Type Method Description List<Encounter>Claim.ItemComponent. getEncounterTarget()Deprecated.Use Reference#setResource(IBaseResource) insteadList<Encounter>ExplanationOfBenefit.ItemComponent. getEncounterTarget()Deprecated.Use Reference#setResource(IBaseResource) insteadMethods in org.hl7.fhir.dstu3.model with parameters of type Encounter Modifier and Type Method Description CompositionComposition. setEncounterTarget(Encounter value)DocumentReference.DocumentReferenceContextComponentDocumentReference.DocumentReferenceContextComponent. setEncounterTarget(Encounter value)FlagFlag. setEncounterTarget(Encounter value)ImmunizationImmunization. setEncounterTarget(Encounter value)ListResourceListResource. setEncounterTarget(Encounter value)NutritionOrderNutritionOrder. setEncounterTarget(Encounter value)VisionPrescriptionVisionPrescription. setEncounterTarget(Encounter value)EncounterEncounter. setPartOfTarget(Encounter value)
-