
Uses of Class
org.hl7.fhir.r5.model.Patient
Packages that use Patient
-
Uses of Patient in org.hl7.fhir.r5.extensions
Methods in org.hl7.fhir.r5.extensions that return PatientModifier and TypeMethodDescriptionstatic Patient
Extensions.addPatDisability
(Patient context, CodeableConcept value) static Patient
Extensions.addPatReligion
(Patient context, CodeableConcept value) static Patient
Extensions.setPatAdoptionInfo
(Patient context, CodeableConcept value) static Patient
Extensions.setPatBirthPlace
(Patient context, Address value) static Patient
Extensions.setPatCadavericDonor
(Patient context, boolean value) static Patient
Extensions.setPatCongregation
(Patient context, String value) static Patient
Extensions.setPatImportance
(Patient context, CodeableConcept value) static Patient
Extensions.setPatInterpreterRequired
(Patient context, boolean value) static Patient
Extensions.setPatMothersMaidenName
(Patient context, String value) Methods in org.hl7.fhir.r5.extensions with parameters of type PatientModifier and TypeMethodDescriptionstatic Patient
Extensions.addPatDisability
(Patient context, CodeableConcept value) static Patient
Extensions.addPatReligion
(Patient context, CodeableConcept value) static CodeableConcept
Extensions.getPatAdoptionInfo
(Patient context) static Address
Extensions.getPatBirthPlace
(Patient context) static Boolean
Extensions.getPatCadavericDonor
(Patient context) static String
Extensions.getPatCongregation
(Patient context) static List
<CodeableConcept> Extensions.getPatDisabilityList
(Patient context) static CodeableConcept
Extensions.getPatImportance
(Patient context) static Boolean
Extensions.getPatInterpreterRequired
(Patient context) static String
Extensions.getPatMothersMaidenName
(Patient context) static List
<CodeableConcept> Extensions.getPatReligionList
(Patient context) static Patient
Extensions.setPatAdoptionInfo
(Patient context, CodeableConcept value) static Patient
Extensions.setPatBirthPlace
(Patient context, Address value) static Patient
Extensions.setPatCadavericDonor
(Patient context, boolean value) static Patient
Extensions.setPatCongregation
(Patient context, String value) static Patient
Extensions.setPatImportance
(Patient context, CodeableConcept value) static Patient
Extensions.setPatInterpreterRequired
(Patient context, boolean value) static Patient
Extensions.setPatMothersMaidenName
(Patient context, String value) -
Uses of Patient in org.hl7.fhir.r5.formats
Methods in org.hl7.fhir.r5.formats that return PatientModifier and TypeMethodDescriptionprotected Patient
JsonParser.parsePatient
(com.google.gson.JsonObject json) protected Patient
XmlParser.parsePatient
(org.xmlpull.v1.XmlPullParser xpp) Methods in org.hl7.fhir.r5.formats with parameters of type PatientModifier and TypeMethodDescriptionprotected void
JsonParser.composePatient
(String name, Patient element) protected void
RdfParser.composePatient
(org.hl7.fhir.utilities.turtle.Turtle.Complex parent, String parentType, String name, Patient element, int index) protected void
XmlParser.composePatient
(String name, Patient element) protected void
XmlParser.composePatientElements
(Patient element) protected void
JsonParser.composePatientProperties
(Patient element) protected boolean
XmlParser.parsePatientContent
(int eventType, org.xmlpull.v1.XmlPullParser xpp, Patient res) protected void
JsonParser.parsePatientProperties
(com.google.gson.JsonObject json, Patient res) -
Uses of Patient in org.hl7.fhir.r5.model
Methods in org.hl7.fhir.r5.model that return PatientModifier and TypeMethodDescriptionPatient.addAddress
(Address t) Patient.addContact
(Patient.ContactComponent t) Patient.addGeneralPractitioner
(Reference t) Patient.addIdentifier
(Identifier t) Patient.addLink
(Patient.PatientLinkComponent t) Patient.addPhoto
(Attachment t) Patient.addTelecom
(ContactPoint t) Patient.copy()
Patient.setActive
(boolean value) Patient.setActiveElement
(BooleanType value) Patient.setAddress
(List<Address> theAddress) Patient.setBirthDate
(Date value) Patient.setBirthDateElement
(DateType value) Patient.setCommunication
(List<Patient.PatientCommunicationComponent> theCommunication) Patient.setContact
(List<Patient.ContactComponent> theContact) Patient.setDeceased
(DataType value) Patient.setGender
(Enumerations.AdministrativeGender value) Patient.setGenderElement
(Enumeration<Enumerations.AdministrativeGender> value) Patient.setGeneralPractitioner
(List<Reference> theGeneralPractitioner) Patient.setIdentifier
(List<Identifier> theIdentifier) Patient.setLink
(List<Patient.PatientLinkComponent> theLink) Patient.setManagingOrganization
(Reference value) Patient.setMaritalStatus
(CodeableConcept value) Patient.setMultipleBirth
(DataType value) Patient.setPhoto
(List<Attachment> thePhoto) Patient.setTelecom
(List<ContactPoint> theTelecom) protected Patient
Patient.typedCopy()
Methods in org.hl7.fhir.r5.model with parameters of type Patient