
Uses of Class
org.hl7.fhir.r5.openehr.PARTY_PROXY
Packages that use PARTY_PROXY
-
Uses of PARTY_PROXY in org.hl7.fhir.r5.openehr
Subclasses of PARTY_PROXY in org.hl7.fhir.r5.openehrModifier and TypeClassDescriptionclass
Proxy 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.class
Proxy type for identifying a party and its relationship to the subject of the record.class
Party proxy representing the subject of the record.Fields in org.hl7.fhir.r5.openehr declared as PARTY_PROXYModifier and TypeFieldDescriptionprotected PARTY_PROXY
AUDIT_DETAILS.committer
Identity and optional reference into identity management service, of user who committed the item.protected PARTY_PROXY
COMPOSITION.composer
The person primarily responsible for the content of the Composition (but not necessarily its committal into the EHR system).protected PARTY_PROXY
PARTICIPATION.performer
Optional reference to more detailed demographic or identification information for this party, in an external system.protected PARTY_PROXY
ENTRY.provider
Optional 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_PROXY
ENTRY.subject
Id of human subject of this ENTRY, e.g.: organ donor foetus a family member another clinically relevant personprotected PARTY_PROXY
FEEDER_AUDIT_DETAILS.subject
Identifiers for subject of the received information item.Methods in org.hl7.fhir.r5.openehr that return PARTY_PROXYModifier and TypeMethodDescriptionabstract PARTY_PROXY
PARTY_PROXY.copy()
AUDIT_DETAILS.getCommitter()
COMPOSITION.getComposer()
PARTICIPATION.getPerformer()
ENTRY.getProvider()
ENTRY.getSubject()
FEEDER_AUDIT_DETAILS.getSubject()
protected PARTY_PROXY
OpenehrJsonParser.parsePARTY_PROXY
(com.google.gson.JsonObject json) protected PARTY_PROXY
OpenehrXmlParser.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 void
OpenehrJsonParser.composePARTY_PROXY
(String name, PARTY_PROXY element) protected void
OpenehrXmlParser.composePARTY_PROXY
(String name, PARTY_PROXY element) protected void
OpenehrXmlParser.composePARTY_PROXYElements
(PARTY_PROXY element) protected void
OpenehrJsonParser.composePARTY_PROXYProperties
(PARTY_PROXY element) void
PARTY_PROXY.copyValues
(PARTY_PROXY dst) protected boolean
OpenehrXmlParser.parsePARTY_PROXYContent
(int eventType, org.xmlpull.v1.XmlPullParser xpp, PARTY_PROXY res) protected void
OpenehrJsonParser.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