
Uses of Class
org.hl7.fhir.dstu2.model.Location
Packages that use Location
-
Uses of Location in org.hl7.fhir.dstu2.formats
Methods in org.hl7.fhir.dstu2.formats that return LocationModifier and TypeMethodDescriptionprotected LocationJsonParser.parseLocation(com.google.gson.JsonObject json) protected LocationXmlParser.parseLocation(org.xmlpull.v1.XmlPullParser xpp) Methods in org.hl7.fhir.dstu2.formats with parameters of type LocationModifier and TypeMethodDescriptionprotected voidJsonParser.composeLocation(String name, Location element) protected voidXmlParser.composeLocation(String name, Location element) protected voidJsonParser.composeLocationInner(Location element) protected Location.LocationPositionComponentJsonParser.parseLocationLocationPositionComponent(com.google.gson.JsonObject json, Location owner) protected Location.LocationPositionComponentXmlParser.parseLocationLocationPositionComponent(org.xmlpull.v1.XmlPullParser xpp, Location owner) -
Uses of Location in org.hl7.fhir.dstu2.model
Fields in org.hl7.fhir.dstu2.model declared as LocationModifier and TypeFieldDescriptionprotected LocationEncounter.EncounterHospitalizationComponent.destinationTargetThe actual object that is the target of the reference (Location to which the patient is discharged.)protected LocationMedicationDispense.destinationTargetThe 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 LocationSupplyDelivery.destinationTargetThe 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 LocationClaim.facilityTargetThe actual object that is the target of the reference (Facility where the services were provided.)protected LocationAuditEvent.AuditEventParticipantComponent.locationTargetThe actual object that is the target of the reference (Where the event occurred.)protected LocationCarePlan.CarePlanActivityDetailComponent.locationTargetThe actual object that is the target of the reference (Identifies the facility where the activity will occur; e.g. home, hospital, specific clinic, etc.)protected LocationDevice.locationTargetThe actual object that is the target of the reference (The place where the device can be found.)protected LocationEncounter.EncounterLocationComponent.locationTargetThe actual object that is the target of the reference (The location where the encounter takes place.)protected LocationHealthcareService.locationTargetThe actual object that is the target of the reference (The location where this healthcare service may be provided.)protected LocationImmunization.locationTargetThe actual object that is the target of the reference (The service delivery location where the vaccine administration occurred.)protected LocationProcedure.locationTargetThe actual object that is the target of the reference (The location where the procedure actually happened.protected LocationProvenance.locationTargetThe actual object that is the target of the reference (Where the activity occurred, if relevant.)protected LocationEncounter.EncounterHospitalizationComponent.originTargetThe actual object that is the target of the reference (The location from which the patient came before admission.)protected LocationLocation.partOfTargetThe actual object that is the target of the reference (Another Location which this Location is physically part of.)Fields in org.hl7.fhir.dstu2.model with type parameters of type LocationModifier and TypeFieldDescriptionHealthcareService.coverageAreaTargetThe 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.domainTargetThe 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.)Practitioner.PractitionerPractitionerRoleComponent.locationTargetThe actual objects that are the target of the reference (The location(s) at which this practitioner provides care.)Methods in org.hl7.fhir.dstu2.model that return LocationModifier and TypeMethodDescriptionHealthcareService.addCoverageAreaTarget()Contract.addDomainTarget()Location.addIdentifier(Identifier t) Practitioner.PractitionerPractitionerRoleComponent.addLocationTarget()Location.addTelecom(ContactPoint t) Location.copy()Encounter.EncounterHospitalizationComponent.getDestinationTarget()MedicationDispense.getDestinationTarget()SupplyDelivery.getDestinationTarget()Claim.getFacilityTarget()AuditEvent.AuditEventParticipantComponent.getLocationTarget()CarePlan.CarePlanActivityDetailComponent.getLocationTarget()Device.getLocationTarget()Encounter.EncounterLocationComponent.getLocationTarget()HealthcareService.getLocationTarget()Immunization.getLocationTarget()Procedure.getLocationTarget()Provenance.getLocationTarget()Encounter.EncounterHospitalizationComponent.getOriginTarget()Location.getPartOfTarget()Location.setAddress(Address value) Location.setDescription(String value) Location.setDescriptionElement(StringType value) Location.setManagingOrganization(Reference value) Location.setManagingOrganizationTarget(Organization value) Location.setMode(Location.LocationMode value) Location.setModeElement(Enumeration<Location.LocationMode> value) Location.setNameElement(StringType 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.setType(CodeableConcept value) protected LocationLocation.typedCopy()Methods in org.hl7.fhir.dstu2.model that return types with arguments of type LocationModifier and TypeMethodDescriptionHealthcareService.getCoverageAreaTarget()Contract.getDomainTarget()Practitioner.PractitionerPractitionerRoleComponent.getLocationTarget()Methods in org.hl7.fhir.dstu2.model with parameters of type LocationModifier and TypeMethodDescriptionEncounter.EncounterHospitalizationComponent.setDestinationTarget(Location value) MedicationDispense.setDestinationTarget(Location value) SupplyDelivery.setDestinationTarget(Location value) Claim.setFacilityTarget(Location value) AuditEvent.AuditEventParticipantComponent.setLocationTarget(Location value) CarePlan.CarePlanActivityDetailComponent.setLocationTarget(Location value) Device.setLocationTarget(Location value) Encounter.EncounterLocationComponent.setLocationTarget(Location value) HealthcareService.setLocationTarget(Location value) Immunization.setLocationTarget(Location value) Procedure.setLocationTarget(Location value) Provenance.setLocationTarget(Location value) Encounter.EncounterHospitalizationComponent.setOriginTarget(Location value) Location.setPartOfTarget(Location value)