Class CodeSystem
- All Implemented Interfaces:
org.jvnet.jaxb2_commons.lang.Equals2,org.jvnet.jaxb2_commons.lang.HashCode2,org.jvnet.jaxb2_commons.lang.ToString2
Java class for CodeSystem complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CodeSystem">
<complexContent>
<extension base="{http://hl7.org/fhir}DomainResource">
<sequence>
<element name="url" type="{http://hl7.org/fhir}uri" minOccurs="0"/>
<element name="identifier" type="{http://hl7.org/fhir}Identifier" minOccurs="0"/>
<element name="version" type="{http://hl7.org/fhir}string" minOccurs="0"/>
<element name="name" type="{http://hl7.org/fhir}string" minOccurs="0"/>
<element name="status" type="{http://hl7.org/fhir}ConformanceResourceStatus"/>
<element name="experimental" type="{http://hl7.org/fhir}boolean" minOccurs="0"/>
<element name="publisher" type="{http://hl7.org/fhir}string" minOccurs="0"/>
<element name="contact" type="{http://hl7.org/fhir}CodeSystem.Contact" maxOccurs="unbounded" minOccurs="0"/>
<element name="date" type="{http://hl7.org/fhir}dateTime" minOccurs="0"/>
<element name="description" type="{http://hl7.org/fhir}string" minOccurs="0"/>
<element name="useContext" type="{http://hl7.org/fhir}CodeableConcept" maxOccurs="unbounded" minOccurs="0"/>
<element name="requirements" type="{http://hl7.org/fhir}string" minOccurs="0"/>
<element name="copyright" type="{http://hl7.org/fhir}string" minOccurs="0"/>
<element name="caseSensitive" type="{http://hl7.org/fhir}boolean" minOccurs="0"/>
<element name="valueSet" type="{http://hl7.org/fhir}uri" minOccurs="0"/>
<element name="compositional" type="{http://hl7.org/fhir}boolean" minOccurs="0"/>
<element name="versionNeeded" type="{http://hl7.org/fhir}boolean" minOccurs="0"/>
<element name="content" type="{http://hl7.org/fhir}CodeSystemContentMode"/>
<element name="count" type="{http://hl7.org/fhir}unsignedInt" minOccurs="0"/>
<element name="filter" type="{http://hl7.org/fhir}CodeSystem.Filter" maxOccurs="unbounded" minOccurs="0"/>
<element name="property" type="{http://hl7.org/fhir}CodeSystem.Property" maxOccurs="unbounded" minOccurs="0"/>
<element name="concept" type="{http://hl7.org/fhir}CodeSystem.Concept" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected Booleanprotected Booleanprotected List<CodeSystemConcept> protected List<CodeSystemContact> protected CodeSystemContentModeprotected Stringprotected UnsignedIntprotected DateTimeprotected Stringprotected Booleanprotected List<CodeSystemFilter> protected Identifierprotected Stringprotected List<CodeSystemProperty> protected Stringprotected Stringprotected ConformanceResourceStatusprotected Uriprotected List<CodeableConcept> protected Uriprotected Stringprotected BooleanFields inherited from class org.hl7.fhir.DomainResource
contained, extension, modifierExtension, textFields inherited from class org.hl7.fhir.Resource
id, implicitRules, language, meta -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionappend(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb2_commons.lang.ToStringStrategy2 strategy) appendFields(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb2_commons.lang.ToStringStrategy2 strategy) booleanbooleanequals(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator, org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator, Object object, org.jvnet.jaxb2_commons.lang.EqualsStrategy2 strategy) Gets the value of the caseSensitive property.Gets the value of the compositional property.Gets the value of the concept property.Gets the value of the contact property.Gets the value of the content property.Gets the value of the copyright property.getCount()Gets the value of the count property.getDate()Gets the value of the date property.Gets the value of the description property.Gets the value of the experimental property.Gets the value of the filter property.Gets the value of the identifier property.getName()Gets the value of the name property.Gets the value of the property property.Gets the value of the publisher property.Gets the value of the requirements property.Gets the value of the status property.getUrl()Gets the value of the url property.Gets the value of the useContext property.Gets the value of the valueSet property.Gets the value of the version property.Gets the value of the versionNeeded property.inthashCode()inthashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, org.jvnet.jaxb2_commons.lang.HashCodeStrategy2 strategy) voidsetCaseSensitive(Boolean value) Sets the value of the caseSensitive property.voidsetCompositional(Boolean value) Sets the value of the compositional property.voidsetConcept(List<CodeSystemConcept> value) voidsetContact(List<CodeSystemContact> value) voidsetContent(CodeSystemContentMode value) Sets the value of the content property.voidsetCopyright(String value) Sets the value of the copyright property.voidsetCount(UnsignedInt value) Sets the value of the count property.voidSets the value of the date property.voidsetDescription(String value) Sets the value of the description property.voidsetExperimental(Boolean value) Sets the value of the experimental property.voidsetFilter(List<CodeSystemFilter> value) voidsetIdentifier(Identifier value) Sets the value of the identifier property.voidSets the value of the name property.voidsetProperty(List<CodeSystemProperty> value) voidsetPublisher(String value) Sets the value of the publisher property.voidsetRequirements(String value) Sets the value of the requirements property.voidSets the value of the status property.voidSets the value of the url property.voidsetUseContext(List<CodeableConcept> value) voidsetValueSet(Uri value) Sets the value of the valueSet property.voidsetVersion(String value) Sets the value of the version property.voidsetVersionNeeded(Boolean value) Sets the value of the versionNeeded property.toString()withCaseSensitive(Boolean value) withCompositional(Boolean value) withConcept(Collection<CodeSystemConcept> values) withConcept(CodeSystemConcept... values) withContact(Collection<CodeSystemContact> values) withContact(CodeSystemContact... values) withContained(Collection<ResourceContainer> values) withContained(ResourceContainer... values) withContent(CodeSystemContentMode value) withCopyright(String value) withCount(UnsignedInt value) withDescription(String value) withExperimental(Boolean value) withExtension(Collection<Extension> values) withExtension(Extension... values) withFilter(Collection<CodeSystemFilter> values) withFilter(CodeSystemFilter... values) withIdentifier(Identifier value) withImplicitRules(Uri value) withLanguage(Code value) withModifierExtension(Collection<Extension> values) withModifierExtension(Extension... values) withProperty(Collection<CodeSystemProperty> values) withProperty(CodeSystemProperty... values) withPublisher(String value) withRequirements(String value) withUseContext(Collection<CodeableConcept> values) withUseContext(CodeableConcept... values) withValueSet(Uri value) withVersion(String value) withVersionNeeded(Boolean value) Methods inherited from class org.hl7.fhir.DomainResource
getContained, getExtension, getModifierExtension, getText, setContained, setExtension, setModifierExtension, setTextMethods inherited from class org.hl7.fhir.Resource
getId, getImplicitRules, getLanguage, getMeta, setId, setImplicitRules, setLanguage, setMeta
-
Field Details
-
url
-
identifier
-
version
-
name
-
status
-
experimental
-
publisher
-
contact
-
date
-
description
-
useContext
-
requirements
-
copyright
-
caseSensitive
-
valueSet
-
compositional
-
versionNeeded
-
-
count
-
filter
-
property
-
concept
-
-
Constructor Details
-
CodeSystem
public CodeSystem()
-
-
Method Details
-
getUrl
Gets the value of the url property.- Returns:
- possible object is
Uri
-
setUrl
Sets the value of the url property.- Parameters:
value- allowed object isUri
-
getIdentifier
Gets the value of the identifier property.- Returns:
- possible object is
Identifier
-
setIdentifier
Sets the value of the identifier property.- Parameters:
value- allowed object isIdentifier
-
getVersion
Gets the value of the version property.- Returns:
- possible object is
String
-
setVersion
Sets the value of the version property.- Parameters:
value- allowed object isString
-
getName
Gets the value of the name property.- Returns:
- possible object is
String
-
setName
Sets the value of the name property.- Parameters:
value- allowed object isString
-
getStatus
Gets the value of the status property.- Returns:
- possible object is
ConformanceResourceStatus
-
setStatus
Sets the value of the status property.- Parameters:
value- allowed object isConformanceResourceStatus
-
getExperimental
Gets the value of the experimental property.- Returns:
- possible object is
Boolean
-
setExperimental
Sets the value of the experimental property.- Parameters:
value- allowed object isBoolean
-
getPublisher
Gets the value of the publisher property.- Returns:
- possible object is
String
-
setPublisher
Sets the value of the publisher property.- Parameters:
value- allowed object isString
-
getContact
Gets the value of the contact property.This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the Jakarta XML Binding object. This is why there is not a
setmethod for the contact property.For example, to add a new item, do as follows:
getContact().add(newItem);Objects of the following type(s) are allowed in the list
CodeSystemContact -
getDate
Gets the value of the date property.- Returns:
- possible object is
DateTime
-
setDate
Sets the value of the date property.- Parameters:
value- allowed object isDateTime
-
getDescription
Gets the value of the description property.- Returns:
- possible object is
String
-
setDescription
Sets the value of the description property.- Parameters:
value- allowed object isString
-
getUseContext
Gets the value of the useContext property.This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the Jakarta XML Binding object. This is why there is not a
setmethod for the useContext property.For example, to add a new item, do as follows:
getUseContext().add(newItem);Objects of the following type(s) are allowed in the list
CodeableConcept -
getRequirements
Gets the value of the requirements property.- Returns:
- possible object is
String
-
setRequirements
Sets the value of the requirements property.- Parameters:
value- allowed object isString
-
getCopyright
Gets the value of the copyright property.- Returns:
- possible object is
String
-
setCopyright
Sets the value of the copyright property.- Parameters:
value- allowed object isString
-
getCaseSensitive
Gets the value of the caseSensitive property.- Returns:
- possible object is
Boolean
-
setCaseSensitive
Sets the value of the caseSensitive property.- Parameters:
value- allowed object isBoolean
-
getValueSet
Gets the value of the valueSet property.- Returns:
- possible object is
Uri
-
setValueSet
Sets the value of the valueSet property.- Parameters:
value- allowed object isUri
-
getCompositional
Gets the value of the compositional property.- Returns:
- possible object is
Boolean
-
setCompositional
Sets the value of the compositional property.- Parameters:
value- allowed object isBoolean
-
getVersionNeeded
Gets the value of the versionNeeded property.- Returns:
- possible object is
Boolean
-
setVersionNeeded
Sets the value of the versionNeeded property.- Parameters:
value- allowed object isBoolean
-
getContent
Gets the value of the content property.- Returns:
- possible object is
CodeSystemContentMode
-
setContent
Sets the value of the content property.- Parameters:
value- allowed object isCodeSystemContentMode
-
getCount
Gets the value of the count property.- Returns:
- possible object is
UnsignedInt
-
setCount
Sets the value of the count property.- Parameters:
value- allowed object isUnsignedInt
-
getFilter
Gets the value of the filter property.This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the Jakarta XML Binding object. This is why there is not a
setmethod for the filter property.For example, to add a new item, do as follows:
getFilter().add(newItem);Objects of the following type(s) are allowed in the list
CodeSystemFilter -
getProperty
Gets the value of the property property.This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the Jakarta XML Binding object. This is why there is not a
setmethod for the property property.For example, to add a new item, do as follows:
getProperty().add(newItem);Objects of the following type(s) are allowed in the list
CodeSystemProperty -
getConcept
Gets the value of the concept property.This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the Jakarta XML Binding object. This is why there is not a
setmethod for the concept property.For example, to add a new item, do as follows:
getConcept().add(newItem);Objects of the following type(s) are allowed in the list
CodeSystemConcept -
withUrl
-
withIdentifier
-
withVersion
-
withName
-
withStatus
-
withExperimental
-
withPublisher
-
withContact
-
withContact
-
withDate
-
withDescription
-
withUseContext
-
withUseContext
-
withRequirements
-
withCopyright
-
withCaseSensitive
-
withValueSet
-
withCompositional
-
withVersionNeeded
-
withContent
-
withCount
-
withFilter
-
withFilter
-
withProperty
-
withProperty
-
withConcept
-
withConcept
-
withText
- Overrides:
withTextin classDomainResource
-
withContained
- Overrides:
withContainedin classDomainResource
-
withContained
- Overrides:
withContainedin classDomainResource
-
withExtension
- Overrides:
withExtensionin classDomainResource
-
withExtension
- Overrides:
withExtensionin classDomainResource
-
withModifierExtension
- Overrides:
withModifierExtensionin classDomainResource
-
withModifierExtension
- Overrides:
withModifierExtensionin classDomainResource
-
withId
- Overrides:
withIdin classDomainResource
-
withMeta
- Overrides:
withMetain classDomainResource
-
withImplicitRules
- Overrides:
withImplicitRulesin classDomainResource
-
withLanguage
- Overrides:
withLanguagein classDomainResource
-
equals
public boolean equals(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator, org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator, Object object, org.jvnet.jaxb2_commons.lang.EqualsStrategy2 strategy) - Specified by:
equalsin interfaceorg.jvnet.jaxb2_commons.lang.Equals2- Overrides:
equalsin classDomainResource
-
equals
- Overrides:
equalsin classDomainResource
-
hashCode
public int hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, org.jvnet.jaxb2_commons.lang.HashCodeStrategy2 strategy) - Specified by:
hashCodein interfaceorg.jvnet.jaxb2_commons.lang.HashCode2- Overrides:
hashCodein classDomainResource
-
hashCode
public int hashCode()- Overrides:
hashCodein classDomainResource
-
toString
- Overrides:
toStringin classDomainResource
-
append
public StringBuilder append(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb2_commons.lang.ToStringStrategy2 strategy) - Specified by:
appendin interfaceorg.jvnet.jaxb2_commons.lang.ToString2- Overrides:
appendin classDomainResource
-
appendFields
public StringBuilder appendFields(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb2_commons.lang.ToStringStrategy2 strategy) - Specified by:
appendFieldsin interfaceorg.jvnet.jaxb2_commons.lang.ToString2- Overrides:
appendFieldsin classDomainResource
-
setContact
-
setUseContext
-
setFilter
-
setProperty
-
setConcept
-