-
CanonicalEID.extractFromResource(ca.uhn.fhir.context.FhirContext theFhirContext,
String theEidSystem,
org.hl7.fhir.instance.model.api.IBaseResource theBaseResource)
A Factory method to generate a
CanonicalEID
object from an incoming resource.
-
EIDHelper.getExternalEid(org.hl7.fhir.instance.model.api.IBaseResource theResource)
Given an
IAnyResource
representing a type supported by MDM, retrieve their externally-assigned EID,
represented as a
CanonicalEID
EIDHelper.getHapiEid(org.hl7.fhir.instance.model.api.IAnyResource theResource)
Given an
IAnyResource
representing a type supported by MDM, retrieve their internally-assigned EID,
represented as a
CanonicalEID
void
GoldenResourceHelper.cloneEidIntoResource(ca.uhn.fhir.context.FhirContext theFhirContext,
org.hl7.fhir.instance.model.api.IBaseResource theResourceToCloneInto,
CanonicalEID theEid)
Clones the specified canonical EID into the identifier field on the resource
static <T extends org.hl7.fhir.instance.model.api.IBase>
T
IdentifierUtil.toId(ca.uhn.fhir.context.FhirContext theFhirContext,
CanonicalEID eid)
Retrieves appropriate FHIR Identifier model instance based on the context version
boolean
Determines whether two lists of
CanonicalEID
have any intersection.
org.hl7.fhir.instance.model.api.IBaseResource