Uses of Class
com.ibm.fhir.model.resource.CodeSystem.Property
-
Packages that use CodeSystem.Property Package Description com.ibm.fhir.model.resource com.ibm.fhir.term.util -
-
Uses of CodeSystem.Property in com.ibm.fhir.model.resource
Methods in com.ibm.fhir.model.resource that return CodeSystem.Property Modifier and Type Method Description CodeSystem.Property
CodeSystem.Property.Builder. build()
Build theCodeSystem.Property
Methods in com.ibm.fhir.model.resource that return types with arguments of type CodeSystem.Property Modifier and Type Method Description List<CodeSystem.Property>
CodeSystem. getProperty()
A property defines an additional slot through which additional information can be provided about a concept.Methods in com.ibm.fhir.model.resource with parameters of type CodeSystem.Property Modifier and Type Method Description protected CodeSystem.Property.Builder
CodeSystem.Property.Builder. from(CodeSystem.Property property)
CodeSystem.Builder
CodeSystem.Builder. property(CodeSystem.Property... property)
A property defines an additional slot through which additional information can be provided about a concept.protected void
CodeSystem.Property.Builder. validate(CodeSystem.Property property)
Method parameters in com.ibm.fhir.model.resource with type arguments of type CodeSystem.Property Modifier and Type Method Description CodeSystem.Builder
CodeSystem.Builder. property(Collection<CodeSystem.Property> property)
A property defines an additional slot through which additional information can be provided about a concept. -
Uses of CodeSystem.Property in com.ibm.fhir.term.util
Methods in com.ibm.fhir.term.util that return CodeSystem.Property Modifier and Type Method Description static CodeSystem.Property
CodeSystemSupport. getCodeSystemProperty(CodeSystem codeSystem, Code code)
Get the code system property that matches the specified code.
-