Uses of Class
org.linuxforhealth.fhir.model.resource.CodeSystem.Property
- 
Packages that use CodeSystem.Property Package Description org.linuxforhealth.fhir.model.resource org.linuxforhealth.fhir.term.util  - 
- 
Uses of CodeSystem.Property in org.linuxforhealth.fhir.model.resource
Methods in org.linuxforhealth.fhir.model.resource that return CodeSystem.Property Modifier and Type Method Description CodeSystem.PropertyCodeSystem.Property.Builder. build()Build theCodeSystem.PropertyMethods in org.linuxforhealth.fhir.model.resource that return types with arguments of type CodeSystem.Property Modifier and Type Method Description java.util.List<CodeSystem.Property>CodeSystem. getProperty()A property defines an additional slot through which additional information can be provided about a concept.Methods in org.linuxforhealth.fhir.model.resource with parameters of type CodeSystem.Property Modifier and Type Method Description protected CodeSystem.Property.BuilderCodeSystem.Property.Builder. from(CodeSystem.Property property)CodeSystem.BuilderCodeSystem.Builder. property(CodeSystem.Property... property)A property defines an additional slot through which additional information can be provided about a concept.protected voidCodeSystem.Property.Builder. validate(CodeSystem.Property property)Method parameters in org.linuxforhealth.fhir.model.resource with type arguments of type CodeSystem.Property Modifier and Type Method Description CodeSystem.BuilderCodeSystem.Builder. property(java.util.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 org.linuxforhealth.fhir.term.util
Methods in org.linuxforhealth.fhir.term.util that return CodeSystem.Property Modifier and Type Method Description static CodeSystem.PropertyCodeSystemSupport. getCodeSystemProperty(CodeSystem codeSystem, Code code)Get the code system property that matches the specified code. 
 -