Uses of Class
org.hl7.fhir.dstu3.model.Location
-
Uses of Location in org.hl7.fhir.dstu3.formats
Modifier and TypeMethodDescriptionprotected Location
JsonParser.parseLocation
(com.google.gson.JsonObject json) protected Location
XmlParser.parseLocation
(org.xmlpull.v1.XmlPullParser xpp) Modifier and TypeMethodDescriptionprotected void
JsonParser.composeLocation
(String name, Location element) protected void
RdfParser.composeLocation
(Turtle.Complex parent, String parentType, String name, Location element, int index) protected void
XmlParser.composeLocation
(String name, Location element) protected void
XmlParser.composeLocationElements
(Location element) protected void
JsonParser.composeLocationInner
(Location element) protected boolean
XmlParser.parseLocationContent
(int eventType, org.xmlpull.v1.XmlPullParser xpp, Location res) protected Location.LocationPositionComponent
JsonParser.parseLocationLocationPositionComponent
(com.google.gson.JsonObject json, Location owner) protected Location.LocationPositionComponent
XmlParser.parseLocationLocationPositionComponent
(org.xmlpull.v1.XmlPullParser xpp, Location owner) protected boolean
XmlParser.parseLocationLocationPositionComponentContent
(int eventType, org.xmlpull.v1.XmlPullParser xpp, Location owner, Location.LocationPositionComponent res) protected void
JsonParser.parseLocationLocationPositionComponentProperties
(com.google.gson.JsonObject json, Location owner, Location.LocationPositionComponent res) protected void
JsonParser.parseLocationProperties
(com.google.gson.JsonObject json, Location res) -
Uses of Location in org.hl7.fhir.dstu3.model
Modifier and TypeFieldDescriptionprotected Location
Encounter.EncounterHospitalizationComponent.destinationTarget
The actual object that is the target of the reference (Location to which the patient is discharged.)protected Location
MedicationDispense.destinationTarget
The actual object that is the target of the reference (Identification of the facility/location where the medication was shipped to, as part of the dispense event.)protected Location
SupplyDelivery.destinationTarget
The actual object that is the target of the reference (Identification of the facility/location where the Supply was shipped to, as part of the dispense event.)protected Location
Claim.facilityTarget
The actual object that is the target of the reference (Facility where the services were provided.)protected Location
EligibilityRequest.facilityTarget
The actual object that is the target of the reference (Facility where the services were provided.)protected Location
ExplanationOfBenefit.facilityTarget
The actual object that is the target of the reference (Facility where the services were provided.)protected Location
ActivityDefinition.locationTarget
The actual object that is the target of the reference (Identifies the facility where the activity will occur; e.g.protected Location
AdverseEvent.locationTarget
The actual object that is the target of the reference (The information about where the adverse event occurred.)protected Location
AuditEvent.AuditEventAgentComponent.locationTarget
The actual object that is the target of the reference (Where the event occurred.)protected Location
CarePlan.CarePlanActivityDetailComponent.locationTarget
The actual object that is the target of the reference (Identifies the facility where the activity will occur; e.g.protected Location
Device.locationTarget
The actual object that is the target of the reference (The place where the device can be found.)protected Location
Encounter.EncounterLocationComponent.locationTarget
The actual object that is the target of the reference (The location where the encounter takes place.)protected Location
Immunization.locationTarget
The actual object that is the target of the reference (The service delivery location where the vaccine administration occurred.)protected Location
Procedure.locationTarget
The actual object that is the target of the reference (The location where the procedure actually happened.protected Location
Provenance.locationTarget
The actual object that is the target of the reference (Where the activity occurred, if relevant.)protected Location
Encounter.EncounterHospitalizationComponent.originTarget
The actual object that is the target of the reference (The location from which the patient came before admission.)protected Location
Location.partOfTarget
The actual object that is the target of the reference (Another Location which this Location is physically part of.)Modifier and TypeFieldDescriptionHealthcareService.coverageAreaTarget
The actual objects that are the target of the reference (The location(s) that this service is available to (not where the service is provided).)Contract.domainTarget
The actual objects that are the target of the reference (Recognized governance framework or system operating with a circumscribed scope in accordance with specified principles, policies, processes or procedures for managing rights, actions, or behaviors of parties or principals relative to resources.)HealthcareService.locationTarget
The actual objects that are the target of the reference (The location(s) where this healthcare service may be provided.)PractitionerRole.locationTarget
The actual objects that are the target of the reference (The location(s) at which this practitioner provides care.)ResearchStudy.siteTarget
The actual objects that are the target of the reference (Clinic, hospital or other healthcare location that is participating in the study.)Modifier and TypeMethodDescriptionHealthcareService.addCoverageAreaTarget()
Deprecated.Use Reference#setResource(IBaseResource) insteadContract.addDomainTarget()
Deprecated.Use Reference#setResource(IBaseResource) insteadLocation.addEndpoint
(Reference t) Location.addIdentifier
(Identifier t) HealthcareService.addLocationTarget()
Deprecated.Use Reference#setResource(IBaseResource) insteadPractitionerRole.addLocationTarget()
Deprecated.Use Reference#setResource(IBaseResource) insteadResearchStudy.addSiteTarget()
Deprecated.Use Reference#setResource(IBaseResource) insteadLocation.addTelecom
(ContactPoint t) Location.copy()
Encounter.EncounterHospitalizationComponent.getDestinationTarget()
MedicationDispense.getDestinationTarget()
SupplyDelivery.getDestinationTarget()
Claim.getFacilityTarget()
EligibilityRequest.getFacilityTarget()
ExplanationOfBenefit.getFacilityTarget()
ActivityDefinition.getLocationTarget()
AdverseEvent.getLocationTarget()
AuditEvent.AuditEventAgentComponent.getLocationTarget()
CarePlan.CarePlanActivityDetailComponent.getLocationTarget()
Device.getLocationTarget()
Encounter.EncounterLocationComponent.getLocationTarget()
Immunization.getLocationTarget()
Procedure.getLocationTarget()
Provenance.getLocationTarget()
Encounter.EncounterHospitalizationComponent.getOriginTarget()
Location.getPartOfTarget()
Location.setAddress
(Address value) Location.setAlias
(List<StringType> theAlias) Location.setDescription
(String value) Location.setDescriptionElement
(StringType value) Location.setEndpoint
(List<Reference> theEndpoint) Location.setIdentifier
(List<Identifier> theIdentifier) Location.setManagingOrganization
(Reference value) Location.setManagingOrganizationTarget
(Organization value) Location.setMode
(Location.LocationMode value) Location.setModeElement
(Enumeration<Location.LocationMode> value) Location.setNameElement
(StringType value) Location.setOperationalStatus
(Coding value) Location.setPartOfTarget
(Location value) Location.setPhysicalType
(CodeableConcept value) Location.setPosition
(Location.LocationPositionComponent value) Location.setStatus
(Location.LocationStatus value) Location.setStatusElement
(Enumeration<Location.LocationStatus> value) Location.setTelecom
(List<ContactPoint> theTelecom) Location.setType
(CodeableConcept value) protected Location
Location.typedCopy()
Modifier and TypeMethodDescriptionHealthcareService.getCoverageAreaTarget()
Deprecated.Use Reference#setResource(IBaseResource) insteadContract.getDomainTarget()
Deprecated.Use Reference#setResource(IBaseResource) insteadHealthcareService.getLocationTarget()
Deprecated.Use Reference#setResource(IBaseResource) insteadPractitionerRole.getLocationTarget()
Deprecated.Use Reference#setResource(IBaseResource) insteadResearchStudy.getSiteTarget()
Deprecated.Use Reference#setResource(IBaseResource) insteadModifier and TypeMethodDescriptionEncounter.EncounterHospitalizationComponent.setDestinationTarget
(Location value) MedicationDispense.setDestinationTarget
(Location value) SupplyDelivery.setDestinationTarget
(Location value) Claim.setFacilityTarget
(Location value) EligibilityRequest.setFacilityTarget
(Location value) ExplanationOfBenefit.setFacilityTarget
(Location value) ActivityDefinition.setLocationTarget
(Location value) AdverseEvent.setLocationTarget
(Location value) AuditEvent.AuditEventAgentComponent.setLocationTarget
(Location value) CarePlan.CarePlanActivityDetailComponent.setLocationTarget
(Location value) Device.setLocationTarget
(Location value) Encounter.EncounterLocationComponent.setLocationTarget
(Location value) Immunization.setLocationTarget
(Location value) Procedure.setLocationTarget
(Location value) Provenance.setLocationTarget
(Location value) Encounter.EncounterHospitalizationComponent.setOriginTarget
(Location value) Location.setPartOfTarget
(Location value)