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.Property
CodeSystem.Property.Builder. build()
Build theCodeSystem.Property
Methods 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.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 org.linuxforhealth.fhir.model.resource with type arguments of type CodeSystem.Property Modifier and Type Method Description CodeSystem.Builder
CodeSystem.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.Property
CodeSystemSupport. getCodeSystemProperty(CodeSystem codeSystem, Code code)
Get the code system property that matches the specified code.
-