
Uses of Class
org.hl7.fhir.r5.openehr.PARTY_PROXY
Packages that use PARTY_PROXY
- 
Uses of PARTY_PROXY in org.hl7.fhir.r5.openehrSubclasses of PARTY_PROXY in org.hl7.fhir.r5.openehrModifier and TypeClassDescriptionclassProxy data for an identified party other than the subject of the record, minimally consisting of human-readable identifier(s), such as name, formal (and possibly computable) identifiers such as NHS number, and an optional link to external data.classProxy type for identifying a party and its relationship to the subject of the record.classParty proxy representing the subject of the record.Fields in org.hl7.fhir.r5.openehr declared as PARTY_PROXYModifier and TypeFieldDescriptionprotected PARTY_PROXYAUDIT_DETAILS.committerIdentity and optional reference into identity management service, of user who committed the item.protected PARTY_PROXYCOMPOSITION.composerThe person primarily responsible for the content of the Composition (but not necessarily its committal into the EHR system).protected PARTY_PROXYPARTICIPATION.performerOptional reference to more detailed demographic or identification information for this party, in an external system.protected PARTY_PROXYENTRY.providerOptional identification of provider of the information in this ENTRY, which might be: the patient a patient agent, e.g. parent, guardian the clinician a device or software Generally only used when the recorder needs to make it explicit.protected PARTY_PROXYENTRY.subjectId of human subject of this ENTRY, e.g.: organ donor foetus a family member another clinically relevant personprotected PARTY_PROXYFEEDER_AUDIT_DETAILS.subjectIdentifiers for subject of the received information item.Methods in org.hl7.fhir.r5.openehr that return PARTY_PROXYModifier and TypeMethodDescriptionabstract PARTY_PROXYPARTY_PROXY.copy()AUDIT_DETAILS.getCommitter()COMPOSITION.getComposer()PARTICIPATION.getPerformer()ENTRY.getProvider()ENTRY.getSubject()FEEDER_AUDIT_DETAILS.getSubject()protected PARTY_PROXYOpenehrJsonParser.parsePARTY_PROXY(com.google.gson.JsonObject json) protected PARTY_PROXYOpenehrXmlParser.parsePARTY_PROXY(org.xmlpull.v1.XmlPullParser xpp) PARTY_PROXY.setExternal_ref(PARTY_REF value) Methods in org.hl7.fhir.r5.openehr with parameters of type PARTY_PROXYModifier and TypeMethodDescriptionprotected voidOpenehrJsonParser.composePARTY_PROXY(String name, PARTY_PROXY element) protected voidOpenehrXmlParser.composePARTY_PROXY(String name, PARTY_PROXY element) protected voidOpenehrXmlParser.composePARTY_PROXYElements(PARTY_PROXY element) protected voidOpenehrJsonParser.composePARTY_PROXYProperties(PARTY_PROXY element) voidPARTY_PROXY.copyValues(PARTY_PROXY dst) protected booleanOpenehrXmlParser.parsePARTY_PROXYContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, PARTY_PROXY res) protected voidOpenehrJsonParser.parsePARTY_PROXYProperties(com.google.gson.JsonObject json, PARTY_PROXY res) AUDIT_DETAILS.setCommitter(PARTY_PROXY value) COMPOSITION.setComposer(PARTY_PROXY value) PARTICIPATION.setPerformer(PARTY_PROXY value) ENTRY.setProvider(PARTY_PROXY value) ENTRY.setSubject(PARTY_PROXY value) FEEDER_AUDIT_DETAILS.setSubject(PARTY_PROXY value) Constructors in org.hl7.fhir.r5.openehr with parameters of type PARTY_PROXYModifierConstructorDescriptionAUDIT_DETAILS(String system_id, DV_DATE_TIME time_committed, DV_CODED_TEXT change_type, PARTY_PROXY committer) ConstructorCOMPOSITION(CODE_PHRASE language, CODE_PHRASE territory, DV_CODED_TEXT category, PARTY_PROXY composer) ConstructorENTRY(CODE_PHRASE language, CODE_PHRASE encoding, PARTY_PROXY subject) ConstructorPARTICIPATION(DV_TEXT function, PARTY_PROXY performer) Constructor