Interface ParticipantObjectIdType
-
- All Superinterfaces:
CodedValueType
,Serializable
- All Known Implementing Classes:
FhirParticipantObjectIdTypeCode
,Hl7v3ParticipantObjectIdTypeCode
,HpdParticipantObjectIdTypeCode
,MllpParticipantObjectIdTypeCode
,ParticipantObjectIdType.ParticipantObjectIdTypeImpl
,ParticipantObjectIdTypeCode
,XdsParticipantObjectIdTypeCode
public interface ParticipantObjectIdType extends CodedValueType
The Participant Object ID Type describes the identifier that is contained in Participant Object ID. Codes from coded terminologies and implementation defined codes can also be used.- Since:
- 3.5
- Author:
- Christian Ohr
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static class
ParticipantObjectIdType.ParticipantObjectIdTypeImpl
-
Method Summary
Static Methods Modifier and Type Method Description static ParticipantObjectIdType
of(String code, String codeSystemName, String originalText)
static ParticipantObjectIdType
of(CodedValueType codedValueType)
-
Methods inherited from interface org.openehealth.ipf.commons.audit.types.CodedValueType
getCode, getCodeSystemName, getDisplayName, getOriginalText
-
-
-
-
Method Detail
-
of
static ParticipantObjectIdType of(String code, String codeSystemName, String originalText)
-
of
static ParticipantObjectIdType of(CodedValueType codedValueType)
-
-