Interface ErpFhirResource

All Superinterfaces:
org.hl7.fhir.instance.model.api.IAnyResource, org.hl7.fhir.instance.model.api.IBase, org.hl7.fhir.instance.model.api.IBaseResource, ca.uhn.fhir.model.api.IElement, Serializable
All Known Implementing Classes:
AbstractOrganization, AssignerOrganization, DavPkvAbgabedatenBundle, ErxReceipt, InstitutionalOrganization, KbvBaseBundle, KbvCoverage, KbvErpBundle, KbvErpMedication, KbvErpMedicationRequest, KbvEvdgaBundle, KbvHealthAppRequest, KbvMedicalOrganization, KbvPatient, KbvPractitioner, KbvPractitionerRole, PharmacyOrganization

public interface ErpFhirResource extends org.hl7.fhir.instance.model.api.IAnyResource
This interface defines further custom methods which might be required when dealing generically with custom HAPI Resources in de.gematik.test.erezept.fhir.r4
  • Field Summary

    Fields inherited from interface org.hl7.fhir.instance.model.api.IAnyResource

    RES_ID, SP_RES_ID

    Fields inherited from interface org.hl7.fhir.instance.model.api.IBaseResource

    INCLUDE_ALL, WILDCARD_ALL_SET
  • Method Summary

    Modifier and Type
    Method
    Description
    default org.hl7.fhir.r4.model.Reference
     
    static org.hl7.fhir.r4.model.Reference
    createReference(String resourceType, String id)
     
    static org.hl7.fhir.r4.model.Reference
    createReference(org.hl7.fhir.r4.model.ResourceType resourceType, String id)
     
     

    Methods inherited from interface org.hl7.fhir.instance.model.api.IAnyResource

    getId, getIdElement, getLanguageElement, getUserData, setId, setUserData

    Methods inherited from interface org.hl7.fhir.instance.model.api.IBase

    fhirType, getFormatCommentsPost, getFormatCommentsPre, hasFormatComment, isEmpty

    Methods inherited from interface org.hl7.fhir.instance.model.api.IBaseResource

    getMeta, getStructureFhirVersionEnum, isDeleted, setId
  • Method Details

    • getDescription

      String getDescription()
    • asReference

      default org.hl7.fhir.r4.model.Reference asReference()
    • createReference

      static org.hl7.fhir.r4.model.Reference createReference(org.hl7.fhir.r4.model.ResourceType resourceType, String id)
    • createReference

      static org.hl7.fhir.r4.model.Reference createReference(String resourceType, String id)