Uses of Class
org.hl7.fhir.dstu2.model.Patient
-
Uses of Patient in org.hl7.fhir.dstu2.formats
Modifier and TypeMethodDescriptionprotected Patient
JsonParser.parsePatient
(com.google.gson.JsonObject json) protected Patient
XmlParser.parsePatient
(org.xmlpull.v1.XmlPullParser xpp) Modifier and TypeMethodDescriptionprotected void
JsonParser.composePatient
(String name, Patient element) protected void
XmlParser.composePatient
(String name, Patient element) protected void
JsonParser.composePatientInner
(Patient element) protected Patient.AnimalComponent
JsonParser.parsePatientAnimalComponent
(com.google.gson.JsonObject json, Patient owner) protected Patient.AnimalComponent
XmlParser.parsePatientAnimalComponent
(org.xmlpull.v1.XmlPullParser xpp, Patient owner) protected Patient.ContactComponent
JsonParser.parsePatientContactComponent
(com.google.gson.JsonObject json, Patient owner) protected Patient.ContactComponent
XmlParser.parsePatientContactComponent
(org.xmlpull.v1.XmlPullParser xpp, Patient owner) protected Patient.PatientCommunicationComponent
JsonParser.parsePatientPatientCommunicationComponent
(com.google.gson.JsonObject json, Patient owner) protected Patient.PatientCommunicationComponent
XmlParser.parsePatientPatientCommunicationComponent
(org.xmlpull.v1.XmlPullParser xpp, Patient owner) protected Patient.PatientLinkComponent
JsonParser.parsePatientPatientLinkComponent
(com.google.gson.JsonObject json, Patient owner) protected Patient.PatientLinkComponent
XmlParser.parsePatientPatientLinkComponent
(org.xmlpull.v1.XmlPullParser xpp, Patient owner) -
Uses of Patient in org.hl7.fhir.dstu2.model
Modifier and TypeFieldDescriptionprotected Patient
Patient.PatientLinkComponent.otherTarget
The actual object that is the target of the reference (The other patient resource that the link refers to.)protected Patient
AllergyIntolerance.patientTarget
The actual object that is the target of the reference (The patient who has the allergy or intolerance.)protected Patient
BodySite.patientTarget
The actual object that is the target of the reference (The person to which the body site belongs.)protected Patient
Claim.patientTarget
The actual object that is the target of the reference (Patient Resource.)protected Patient
ClinicalImpression.patientTarget
The actual object that is the target of the reference (The patient being assessed.)protected Patient
Condition.patientTarget
The actual object that is the target of the reference (Indicates the patient who the condition record is associated with.)protected Patient
DetectedIssue.patientTarget
The actual object that is the target of the reference (Indicates the patient whose record the detected issue is associated with.)protected Patient
Device.patientTarget
The actual object that is the target of the reference (Patient information, if the resource is affixed to a person.)protected Patient
Encounter.patientTarget
The actual object that is the target of the reference (The patient present at the encounter.)protected Patient
EpisodeOfCare.patientTarget
The actual object that is the target of the reference (The patient that this EpisodeOfCare applies to.)protected Patient
FamilyMemberHistory.patientTarget
The actual object that is the target of the reference (The person who this history concerns.)protected Patient
ImagingObjectSelection.patientTarget
The actual object that is the target of the reference (A patient resource reference which is the patient subject of all DICOM SOP Instances in this ImagingObjectSelection.)protected Patient
ImagingStudy.patientTarget
The actual object that is the target of the reference (The patient imaged in the study.)protected Patient
Immunization.patientTarget
The actual object that is the target of the reference (The patient who either received or did not receive the immunization.)protected Patient
ImmunizationRecommendation.patientTarget
The actual object that is the target of the reference (The patient for whom the recommendations are for.)protected Patient
MedicationAdministration.patientTarget
The actual object that is the target of the reference (The person or animal receiving the medication.)protected Patient
MedicationDispense.patientTarget
The actual object that is the target of the reference (A link to a resource representing the person to whom the medication will be given.)protected Patient
MedicationOrder.patientTarget
The actual object that is the target of the reference (A link to a resource representing the person to whom the medication will be given.)protected Patient
MedicationStatement.patientTarget
The actual object that is the target of the reference (The person or animal who is/was taking the medication.)protected Patient
NutritionOrder.patientTarget
The actual object that is the target of the reference (The person (patient) who needs the nutrition order for an oral diet, nutritional supplement and/or enteral or formula feeding.)protected Patient
ReferralRequest.patientTarget
The actual object that is the target of the reference (The patient who is the subject of a referral or transfer of care request.)protected Patient
RelatedPerson.patientTarget
The actual object that is the target of the reference (The patient this person is related to.)protected Patient
SupplyDelivery.patientTarget
The actual object that is the target of the reference (A link to a resource representing the person whom the delivered item is for.)protected Patient
SupplyRequest.patientTarget
The actual object that is the target of the reference (A link to a resource representing the person whom the ordered item is for.)protected Patient
VisionPrescription.patientTarget
The actual object that is the target of the reference (A link to a resource representing the person to whom the vision products will be supplied.)protected Patient
Claim.PayeeComponent.personTarget
The actual object that is the target of the reference (The person other than the subscriber who is to be reimbursed for the claim (the party to whom any benefit is assigned).)protected Patient
DocumentReference.DocumentReferenceContextComponent.sourcePatientInfoTarget
The actual object that is the target of the reference (The Patient Information as known when the document was published.protected Patient
Communication.subjectTarget
The actual object that is the target of the reference (The patient who was the focus of this communication.)protected Patient
CommunicationRequest.subjectTarget
The actual object that is the target of the reference (The patient who is the focus of this communication request.)protected Patient
DeviceUseRequest.subjectTarget
The actual object that is the target of the reference (The patient who will use the device.)protected Patient
DeviceUseStatement.subjectTarget
The actual object that is the target of the reference (The patient who used the device.)protected Patient
EnrollmentRequest.subjectTarget
The actual object that is the target of the reference (Patient Resource.)protected Patient
Coverage.subscriberTarget
The actual object that is the target of the reference (The party who 'owns' the insurance contractual relationship to the policy or to whom the benefit of the policy is due.)Modifier and TypeMethodDescriptionPatient.addAddress
(Address t) Patient.addCareProvider
(Reference t) Patient.addContact
(Patient.ContactComponent t) Patient.addIdentifier
(Identifier t) Patient.addLink
(Patient.PatientLinkComponent t) Patient.addPhoto
(Attachment t) Patient.addTelecom
(ContactPoint t) Patient.copy()
Patient.PatientLinkComponent.getOtherTarget()
AllergyIntolerance.getPatientTarget()
BodySite.getPatientTarget()
Claim.getPatientTarget()
ClinicalImpression.getPatientTarget()
Condition.getPatientTarget()
DetectedIssue.getPatientTarget()
Device.getPatientTarget()
Encounter.getPatientTarget()
EpisodeOfCare.getPatientTarget()
FamilyMemberHistory.getPatientTarget()
ImagingObjectSelection.getPatientTarget()
ImagingStudy.getPatientTarget()
Immunization.getPatientTarget()
ImmunizationRecommendation.getPatientTarget()
MedicationAdministration.getPatientTarget()
MedicationDispense.getPatientTarget()
MedicationOrder.getPatientTarget()
MedicationStatement.getPatientTarget()
NutritionOrder.getPatientTarget()
ReferralRequest.getPatientTarget()
RelatedPerson.getPatientTarget()
SupplyDelivery.getPatientTarget()
SupplyRequest.getPatientTarget()
VisionPrescription.getPatientTarget()
Claim.PayeeComponent.getPersonTarget()
DocumentReference.DocumentReferenceContextComponent.getSourcePatientInfoTarget()
Communication.getSubjectTarget()
CommunicationRequest.getSubjectTarget()
DeviceUseRequest.getSubjectTarget()
DeviceUseStatement.getSubjectTarget()
EnrollmentRequest.getSubjectTarget()
Coverage.getSubscriberTarget()
Patient.setActive
(boolean value) Patient.setActiveElement
(BooleanType value) Patient.setAnimal
(Patient.AnimalComponent value) Patient.setBirthDate
(Date value) Patient.setBirthDateElement
(DateType value) Patient.setDeceased
(Type value) Patient.setGender
(Enumerations.AdministrativeGender value) Patient.setGenderElement
(Enumeration<Enumerations.AdministrativeGender> value) Patient.setManagingOrganization
(Reference value) Patient.setManagingOrganizationTarget
(Organization value) Patient.setMaritalStatus
(CodeableConcept value) Patient.setMultipleBirth
(Type value) protected Patient
Patient.typedCopy()
Modifier and TypeMethodDescriptionPatient.PatientLinkComponent.setOtherTarget
(Patient value) AllergyIntolerance.setPatientTarget
(Patient value) BodySite.setPatientTarget
(Patient value) Claim.setPatientTarget
(Patient value) ClinicalImpression.setPatientTarget
(Patient value) Condition.setPatientTarget
(Patient value) DetectedIssue.setPatientTarget
(Patient value) Device.setPatientTarget
(Patient value) Encounter.setPatientTarget
(Patient value) EpisodeOfCare.setPatientTarget
(Patient value) FamilyMemberHistory.setPatientTarget
(Patient value) ImagingObjectSelection.setPatientTarget
(Patient value) ImagingStudy.setPatientTarget
(Patient value) Immunization.setPatientTarget
(Patient value) ImmunizationRecommendation.setPatientTarget
(Patient value) MedicationAdministration.setPatientTarget
(Patient value) MedicationDispense.setPatientTarget
(Patient value) MedicationOrder.setPatientTarget
(Patient value) MedicationStatement.setPatientTarget
(Patient value) NutritionOrder.setPatientTarget
(Patient value) ReferralRequest.setPatientTarget
(Patient value) RelatedPerson.setPatientTarget
(Patient value) SupplyDelivery.setPatientTarget
(Patient value) SupplyRequest.setPatientTarget
(Patient value) VisionPrescription.setPatientTarget
(Patient value) Claim.PayeeComponent.setPersonTarget
(Patient value) DocumentReference.DocumentReferenceContextComponent.setSourcePatientInfoTarget
(Patient value) Communication.setSubjectTarget
(Patient value) CommunicationRequest.setSubjectTarget
(Patient value) DeviceUseRequest.setSubjectTarget
(Patient value) DeviceUseStatement.setSubjectTarget
(Patient value) EnrollmentRequest.setSubjectTarget
(Patient value) Coverage.setSubscriberTarget
(Patient value)