
Uses of Class
org.hl7.fhir.r5.openehr.PARTY_IDENTIFIED
Packages that use PARTY_IDENTIFIED
- 
Uses of PARTY_IDENTIFIED in org.hl7.fhir.r5.openehrSubclasses of PARTY_IDENTIFIED in org.hl7.fhir.r5.openehrModifier and TypeClassDescriptionclassProxy 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_IDENTIFIEDEVENT_CONTEXT.health_care_facilityThe health care facility under whose care the event took place.protected PARTY_IDENTIFIEDFEEDER_AUDIT_DETAILS.locationIdentifier of the particular site/facility within an organisation which handled the item.protected PARTY_IDENTIFIEDFEEDER_AUDIT_DETAILS.providerOptional 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_IDENTIFIEDOpenehrJsonParser.parsePARTY_IDENTIFIED(com.google.gson.JsonObject json) protected PARTY_IDENTIFIEDOpenehrXmlParser.parsePARTY_IDENTIFIED(org.xmlpull.v1.XmlPullParser xpp) PARTY_IDENTIFIED.setIdentifiersList(List<DV_IDENTIFIER> theIdentifiers) PARTY_IDENTIFIED.setNameElement(StringType value) protected PARTY_IDENTIFIEDPARTY_IDENTIFIED.typedCopy()Methods in org.hl7.fhir.r5.openehr with parameters of type PARTY_IDENTIFIEDModifier and TypeMethodDescriptionprotected voidOpenehrJsonParser.composePARTY_IDENTIFIED(String name, PARTY_IDENTIFIED element) protected voidOpenehrXmlParser.composePARTY_IDENTIFIED(String name, PARTY_IDENTIFIED element) protected voidOpenehrXmlParser.composePARTY_IDENTIFIEDElements(PARTY_IDENTIFIED element) protected voidOpenehrJsonParser.composePARTY_IDENTIFIEDProperties(PARTY_IDENTIFIED element) voidPARTY_IDENTIFIED.copyValues(PARTY_IDENTIFIED dst) protected booleanOpenehrXmlParser.parsePARTY_IDENTIFIEDContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, PARTY_IDENTIFIED res) protected voidOpenehrJsonParser.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)