
Package ca.uhn.fhir.mdm.model
Class CanonicalEID
java.lang.Object
ca.uhn.fhir.mdm.model.CanonicalEID
- 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionbooleanstatic List<CanonicalEID> extractFromResource(ca.uhn.fhir.context.FhirContext theFhirContext, String theEidSystem, org.hl7.fhir.instance.model.api.IBaseResource theBaseResource) A Factory method to generate aCanonicalEIDobject from an incoming resource.getUse()getValue()inthashCode()voidvoidorg.hl7.fhir.dstu3.model.IdentifiertoDSTU3()org.hl7.fhir.r4.model.IdentifiertoR4()org.hl7.fhir.r5.model.IdentifiertoR5()toString() 
- 
Constructor Details
- 
CanonicalEID
 
 - 
 - 
Method Details
- 
toR4
 - 
toDSTU3
 - 
toR5
 - 
getSystem
 - 
getUse
 - 
getValue
 - 
setSystem
 - 
setUse
 - 
toString
 - 
extractFromResource
public static List<CanonicalEID> extractFromResource(ca.uhn.fhir.context.FhirContext theFhirContext, String theEidSystem, org.hl7.fhir.instance.model.api.IBaseResource theBaseResource) A Factory method to generate aCanonicalEIDobject from an incoming resource.- Parameters:
 theFhirContext- theFhirContextof the application, used to generate a FHIRPath parser.theEidSystem- the enterprise identifier system URI used by this instance.theBaseResource- theIBaseResourcefrom which you would like to extract EIDs.- Returns:
 - an optional 
CanonicalEIDobject, representing a resource identifier that matched the given eidSystem. 
 - 
equals
 - 
hashCode
 
 -