Package ca.uhn.fhir.mdm.model
Class CanonicalEID
java.lang.Object
ca.uhn.fhir.mdm.model.CanonicalEID
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
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 aCanonicalEID
object from an incoming resource.getUse()
getValue()
int
hashCode()
void
void
org.hl7.fhir.dstu3.model.Identifier
toDSTU3()
org.hl7.fhir.r4.model.Identifier
toR4()
org.hl7.fhir.r5.model.Identifier
toR5()
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 aCanonicalEID
object from an incoming resource.- Parameters:
theFhirContext
- theFhirContext
of the application, used to generate a FHIRPath parser.theEidSystem
- the enterprise identifier system URI used by this instance.theBaseResource
- theIBaseResource
from which you would like to extract EIDs.- Returns:
- an optional
CanonicalEID
object, representing a resource identifier that matched the given eidSystem.
-
equals
-
hashCode
-