Interface FhirTerminologyService

All Superinterfaces:
FhirService, FhirService

public interface FhirTerminologyService extends FhirService
  • Method Details

    • expand

      org.hl7.fhir.r4.model.ValueSet expand(String url)
    • expand

      org.hl7.fhir.r4.model.ValueSet expand(String url, Iterable<String> systemVersion)
    • lookup

      org.hl7.fhir.r4.model.Parameters lookup(String code, String systemUrl)
    • lookup

      org.hl7.fhir.r4.model.Parameters lookup(org.hl7.fhir.r4.model.Coding coding)
    • validateCodeInValueSet

      org.hl7.fhir.r4.model.Parameters validateCodeInValueSet(String url, String code, String systemUrl, String display)
    • validateCodingInValueSet

      org.hl7.fhir.r4.model.Parameters validateCodingInValueSet(String url, org.hl7.fhir.r4.model.Coding code)
    • validateCodeableConceptInValueSet

      org.hl7.fhir.r4.model.Parameters validateCodeableConceptInValueSet(String url, org.hl7.fhir.r4.model.CodeableConcept concept)
    • validateCodeInCodeSystem

      org.hl7.fhir.r4.model.Parameters validateCodeInCodeSystem(String url, String code, String systemUrl, String display)
    • validateCodingInCodeSystem

      org.hl7.fhir.r4.model.Parameters validateCodingInCodeSystem(String url, org.hl7.fhir.r4.model.Coding code)
    • validateCodeableConceptInCodeSystem

      org.hl7.fhir.r4.model.Parameters validateCodeableConceptInCodeSystem(String url, org.hl7.fhir.r4.model.CodeableConcept concept)
    • subsumes

      org.hl7.fhir.r4.model.codesystems.ConceptSubsumptionOutcome subsumes(String codeA, String codeB, String systemUrl)
    • subsumes

      org.hl7.fhir.r4.model.codesystems.ConceptSubsumptionOutcome subsumes(org.hl7.fhir.r4.model.Coding codeA, org.hl7.fhir.r4.model.Coding codeB)