Package org.cqframework.fhir.api.stu3
Interface FhirTerminologyService
- All Superinterfaces:
FhirService,FhirService
-
Method Summary
Modifier and TypeMethodDescriptionorg.hl7.fhir.dstu3.model.ValueSetorg.hl7.fhir.dstu3.model.ValueSetorg.hl7.fhir.dstu3.model.Parametersorg.hl7.fhir.dstu3.model.Parameterslookup(org.hl7.fhir.dstu3.model.Coding coding) subsumes(org.hl7.fhir.dstu3.model.Coding codeA, org.hl7.fhir.dstu3.model.Coding codeB) org.hl7.fhir.dstu3.model.ParametersvalidateCodeableConceptInCodeSystem(String url, org.hl7.fhir.dstu3.model.CodeableConcept concept) org.hl7.fhir.dstu3.model.ParametersvalidateCodeableConceptInValueSet(String url, org.hl7.fhir.dstu3.model.CodeableConcept concept) org.hl7.fhir.dstu3.model.ParametersvalidateCodeInCodeSystem(String url, String code, String systemUrl, String display) org.hl7.fhir.dstu3.model.ParametersvalidateCodeInValueSet(String url, String code, String systemUrl, String display) org.hl7.fhir.dstu3.model.ParametersvalidateCodingInCodeSystem(String url, org.hl7.fhir.dstu3.model.Coding code) org.hl7.fhir.dstu3.model.ParametersvalidateCodingInValueSet(String url, org.hl7.fhir.dstu3.model.Coding code)
-
Method Details
-
expand
-
expand
-
lookup
-
lookup
org.hl7.fhir.dstu3.model.Parameters lookup(org.hl7.fhir.dstu3.model.Coding coding) -
validateCodeInValueSet
-
validateCodingInValueSet
org.hl7.fhir.dstu3.model.Parameters validateCodingInValueSet(String url, org.hl7.fhir.dstu3.model.Coding code) -
validateCodeableConceptInValueSet
org.hl7.fhir.dstu3.model.Parameters validateCodeableConceptInValueSet(String url, org.hl7.fhir.dstu3.model.CodeableConcept concept) -
validateCodeInCodeSystem
-
validateCodingInCodeSystem
org.hl7.fhir.dstu3.model.Parameters validateCodingInCodeSystem(String url, org.hl7.fhir.dstu3.model.Coding code) -
validateCodeableConceptInCodeSystem
org.hl7.fhir.dstu3.model.Parameters validateCodeableConceptInCodeSystem(String url, org.hl7.fhir.dstu3.model.CodeableConcept concept) -
subsumes
-
subsumes
-