
Uses of Class
org.hl7.fhir.r5.openehr.PARTY_IDENTIFIED
Packages that use PARTY_IDENTIFIED
-
Uses of PARTY_IDENTIFIED in org.hl7.fhir.r5.openehr
Subclasses of PARTY_IDENTIFIED in org.hl7.fhir.r5.openehrModifier and TypeClassDescriptionclass
Proxy type for identifying a party and its relationship to the subject of the record.Fields in org.hl7.fhir.r5.openehr declared as PARTY_IDENTIFIEDModifier and TypeFieldDescriptionprotected PARTY_IDENTIFIED
EVENT_CONTEXT.health_care_facility
The health care facility under whose care the event took place.protected PARTY_IDENTIFIED
FEEDER_AUDIT_DETAILS.location
Identifier of the particular site/facility within an organisation which handled the item.protected PARTY_IDENTIFIED
FEEDER_AUDIT_DETAILS.provider
Optional provider(s) who created, committed, forwarded or otherwise handled the item.Methods in org.hl7.fhir.r5.openehr that return PARTY_IDENTIFIEDModifier and TypeMethodDescriptionPARTY_IDENTIFIED.addIdentifiers
(DV_IDENTIFIER t) PARTY_IDENTIFIED.copy()
EVENT_CONTEXT.getHealth_care_facility()
FEEDER_AUDIT_DETAILS.getLocation()
FEEDER_AUDIT_DETAILS.getProvider()
protected PARTY_IDENTIFIED
OpenehrJsonParser.parsePARTY_IDENTIFIED
(com.google.gson.JsonObject json) protected PARTY_IDENTIFIED
OpenehrXmlParser.parsePARTY_IDENTIFIED
(org.xmlpull.v1.XmlPullParser xpp) PARTY_IDENTIFIED.setIdentifiersList
(List<DV_IDENTIFIER> theIdentifiers) PARTY_IDENTIFIED.setNameElement
(StringType value) protected PARTY_IDENTIFIED
PARTY_IDENTIFIED.typedCopy()
Methods in org.hl7.fhir.r5.openehr with parameters of type PARTY_IDENTIFIEDModifier and TypeMethodDescriptionprotected void
OpenehrJsonParser.composePARTY_IDENTIFIED
(String name, PARTY_IDENTIFIED element) protected void
OpenehrXmlParser.composePARTY_IDENTIFIED
(String name, PARTY_IDENTIFIED element) protected void
OpenehrXmlParser.composePARTY_IDENTIFIEDElements
(PARTY_IDENTIFIED element) protected void
OpenehrJsonParser.composePARTY_IDENTIFIEDProperties
(PARTY_IDENTIFIED element) void
PARTY_IDENTIFIED.copyValues
(PARTY_IDENTIFIED dst) protected boolean
OpenehrXmlParser.parsePARTY_IDENTIFIEDContent
(int eventType, org.xmlpull.v1.XmlPullParser xpp, PARTY_IDENTIFIED res) protected void
OpenehrJsonParser.parsePARTY_IDENTIFIEDProperties
(com.google.gson.JsonObject json, PARTY_IDENTIFIED res) EVENT_CONTEXT.setHealth_care_facility
(PARTY_IDENTIFIED value) FEEDER_AUDIT_DETAILS.setLocation
(PARTY_IDENTIFIED value) FEEDER_AUDIT_DETAILS.setProvider
(PARTY_IDENTIFIED value)