
Uses of Class
org.hl7.fhir.dstu2.model.CodeType
Packages that use CodeType
-
Uses of CodeType in org.hl7.fhir.dstu2.formats
Methods in org.hl7.fhir.dstu2.formats that return CodeTypeModifier and TypeMethodDescriptionprotected CodeType
protected CodeType
XmlParser.parseCode
(org.xmlpull.v1.XmlPullParser xpp) Methods in org.hl7.fhir.dstu2.formats with parameters of type CodeTypeModifier and TypeMethodDescriptionprotected void
XmlParser.composeCode
(String name, CodeType value) protected void
JsonParser.composeCodeCore
(String name, CodeType value, boolean inArray) protected void
JsonParser.composeCodeExtras
(String name, CodeType value, boolean inArray) -
Uses of CodeType in org.hl7.fhir.dstu2.model
Fields in org.hl7.fhir.dstu2.model declared as CodeTypeModifier and TypeFieldDescriptionprotected CodeType
SearchParameter.base
The base resource type that this search parameter refers to.protected CodeType
Condition.clinicalStatus
The clinical status of the condition.protected CodeType
Coding.code
A symbol in syntax defined by the system.protected CodeType
ConceptMap.SourceElementComponent.code
Identity (code or path) or the element/item being mapped.protected CodeType
ConceptMap.TargetElementComponent.code
Identity (code or path) or the element/item that the map refers to.protected CodeType
ElementDefinition.TypeRefComponent.code
Name of Data type or Resource that is a(or the) type used for this element.protected CodeType
OperationDefinition.code
The name used to invoke the operation.protected CodeType
Quantity.code
A computer processable form of the unit in some unit representation system.protected CodeType
SearchParameter.code
The code used in the URL or the parameter name in a parameters resource for this search parameter.protected CodeType
ValueSet.ConceptDefinitionComponent.code
A code - a text symbol - that uniquely identifies the concept within the code system.protected CodeType
ValueSet.ConceptReferenceComponent.code
Specifies a code for the concept to be included or excluded.protected CodeType
ValueSet.ValueSetExpansionContainsComponent.code
The code for this item in the expansion hierarchy.protected CodeType
Composition.confidentiality
The code specifying the level of confidentiality of the Composition.protected CodeType
StructureDefinition.constrainedType
The type of type that is being constrained - a data type, an extension, a resource, including abstract ones.protected CodeType
Attachment.contentType
Identifies the type of the data in the attachment and allows a method to be chosen to interpret or render the data.protected CodeType
Binary.contentType
MimeType of the binary content represented as a standard MimeType (BCP 13).protected CodeType
Signature.contentType
A mime type that indicates the technical format of the signature.protected CodeType
Conformance.ConformanceMessagingEventComponent.focus
A resource associated with the event.protected CodeType
ImplementationGuide.ImplementationGuidePageComponent.format
The format of the page.protected CodeType
Attachment.language
The human language of the content.protected CodeType
ElementDefinition.ElementDefinitionMappingComponent.language
Identifies the computable language in which mapping.map is expressed.protected CodeType
Resource.language
The base language in which the resource is written.protected CodeType
ValueSet.ConceptDefinitionDesignationComponent.language
The language this designation is defined for.protected CodeType
Composition.SectionComponent.mode
How the entry list was prepared - whether it is a working list that is suitable for being maintained on an ongoing basis, or if it represents a snapshot of a list of items from another source, or whether it is a prepared list where items may be marked as added, modified or deleted.protected CodeType
OperationDefinition.OperationDefinitionParameterComponent.name
The name of used to identify the parameter.protected CodeType
ValueSet.ConceptSetFilterComponent.property
A code that identifies a property defined in the code system.protected CodeType
TestScript.TestScriptSetupActionAssertComponent.resource
The type of the resource.protected CodeType
TestScript.TestScriptSetupActionOperationComponent.resource
The type of the resource.protected CodeType
Immunization.status
Indicates the current status of the vaccination event.protected CodeType
Conformance.ConformanceRestResourceComponent.type
A type of resource exposed via the restful interface.protected CodeType
Conformance.ConformanceRestSecurityCertificateComponent.type
Mime type for certificate.protected CodeType
ImplementationGuide.ImplementationGuideGlobalComponent.type
The type of resource that all instances must conform to.protected CodeType
OperationDefinition.OperationDefinitionParameterComponent.type
The type for this parameter.protected CodeType
ValueSet.ConceptSetFilterComponent.value
The match value may be either a code defined by the system, or a string value, which is a regex match on the literal string of the property value.Fields in org.hl7.fhir.dstu2.model with type parameters of type CodeTypeModifier and TypeFieldDescriptionConformance.format
A list of the formats supported by this implementation using their content types.Questionnaire.subjectType
Identifies the types of subjects that can be the subject of the questionnaire.Conformance.ConformanceRestResourceSearchParamComponent.target
Types of resource (if a resource is referenced).SearchParameter.target
Types of resource (if a resource is referenced).ImplementationGuide.ImplementationGuidePageComponent.type
For constructed pages, what kind of resources to include in the list.OperationDefinition.type
Indicates whether this operation or named query can be invoked at the resource type level for any given resource type level (e.g.Methods in org.hl7.fhir.dstu2.model that return CodeTypeModifier and TypeMethodDescriptionConformance.addFormatElement()
Questionnaire.addSubjectTypeElement()
Conformance.ConformanceRestResourceSearchParamComponent.addTargetElement()
SearchParameter.addTargetElement()
ImplementationGuide.ImplementationGuidePageComponent.addTypeElement()
OperationDefinition.addTypeElement()
Base.castToCode
(Base b) CodeType.copy()
SearchParameter.getBaseElement()
Condition.getClinicalStatusElement()
Coding.getCodeElement()
ConceptMap.SourceElementComponent.getCodeElement()
ConceptMap.TargetElementComponent.getCodeElement()
ElementDefinition.TypeRefComponent.getCodeElement()
OperationDefinition.getCodeElement()
Quantity.getCodeElement()
SearchParameter.getCodeElement()
ValueSet.ConceptDefinitionComponent.getCodeElement()
ValueSet.ConceptReferenceComponent.getCodeElement()
ValueSet.ValueSetExpansionContainsComponent.getCodeElement()
Composition.getConfidentialityElement()
StructureDefinition.getConstrainedTypeElement()
Attachment.getContentTypeElement()
Binary.getContentTypeElement()
Signature.getContentTypeElement()
Conformance.ConformanceMessagingEventComponent.getFocusElement()
ImplementationGuide.ImplementationGuidePageComponent.getFormatElement()
Attachment.getLanguageElement()
ElementDefinition.ElementDefinitionMappingComponent.getLanguageElement()
Resource.getLanguageElement()
ValueSet.ConceptDefinitionDesignationComponent.getLanguageElement()
Composition.SectionComponent.getModeElement()
OperationDefinition.OperationDefinitionParameterComponent.getNameElement()
ValueSet.ConceptSetFilterComponent.getPropertyElement()
TestScript.TestScriptSetupActionAssertComponent.getResourceElement()
TestScript.TestScriptSetupActionOperationComponent.getResourceElement()
Immunization.getStatusElement()
Conformance.ConformanceRestResourceComponent.getTypeElement()
Conformance.ConformanceRestSecurityCertificateComponent.getTypeElement()
ImplementationGuide.ImplementationGuideGlobalComponent.getTypeElement()
OperationDefinition.OperationDefinitionParameterComponent.getTypeElement()
ValueSet.ValueSetExpansionParameterComponent.getValueCodeType()
ValueSet.ConceptSetFilterComponent.getValueElement()
static CodeType
Methods in org.hl7.fhir.dstu2.model that return types with arguments of type CodeTypeModifier and TypeMethodDescriptionConformance.getFormat()
Questionnaire.getSubjectType()
Conformance.ConformanceRestResourceSearchParamComponent.getTarget()
SearchParameter.getTarget()
ImplementationGuide.ImplementationGuidePageComponent.getType()
OperationDefinition.getType()
Methods in org.hl7.fhir.dstu2.model with parameters of type CodeTypeModifier and TypeMethodDescriptionint
SearchParameter.setBaseElement
(CodeType value) Condition.setClinicalStatusElement
(CodeType value) Coding.setCodeElement
(CodeType value) ConceptMap.SourceElementComponent.setCodeElement
(CodeType value) ConceptMap.TargetElementComponent.setCodeElement
(CodeType value) ElementDefinition.TypeRefComponent.setCodeElement
(CodeType value) OperationDefinition.setCodeElement
(CodeType value) Quantity.setCodeElement
(CodeType value) SearchParameter.setCodeElement
(CodeType value) ValueSet.ConceptDefinitionComponent.setCodeElement
(CodeType value) ValueSet.ConceptReferenceComponent.setCodeElement
(CodeType value) ValueSet.ValueSetExpansionContainsComponent.setCodeElement
(CodeType value) Composition.setConfidentialityElement
(CodeType value) StructureDefinition.setConstrainedTypeElement
(CodeType value) Attachment.setContentTypeElement
(CodeType value) Binary.setContentTypeElement
(CodeType value) Signature.setContentTypeElement
(CodeType value) Conformance.ConformanceMessagingEventComponent.setFocusElement
(CodeType value) ImplementationGuide.ImplementationGuidePageComponent.setFormatElement
(CodeType value) Attachment.setLanguageElement
(CodeType value) ElementDefinition.ElementDefinitionMappingComponent.setLanguageElement
(CodeType value) Resource.setLanguageElement
(CodeType value) ValueSet.ConceptDefinitionDesignationComponent.setLanguageElement
(CodeType value) Composition.SectionComponent.setModeElement
(CodeType value) OperationDefinition.OperationDefinitionParameterComponent.setNameElement
(CodeType value) ValueSet.ConceptSetFilterComponent.setPropertyElement
(CodeType value) TestScript.TestScriptSetupActionAssertComponent.setResourceElement
(CodeType value) TestScript.TestScriptSetupActionOperationComponent.setResourceElement
(CodeType value) Immunization.setStatusElement
(CodeType value) Conformance.ConformanceRestResourceComponent.setTypeElement
(CodeType value) Conformance.ConformanceRestSecurityCertificateComponent.setTypeElement
(CodeType value) ImplementationGuide.ImplementationGuideGlobalComponent.setTypeElement
(CodeType value) OperationDefinition.OperationDefinitionParameterComponent.setTypeElement
(CodeType value) ValueSet.ConceptSetFilterComponent.setValueElement
(CodeType value) Constructors in org.hl7.fhir.dstu2.model with parameters of type CodeTypeModifierConstructorDescriptionBinary
(CodeType contentType, Base64BinaryType content) ConceptSetFilterComponent
(CodeType property, Enumeration<ValueSet.FilterOperator> op, CodeType value) ConformanceMessagingEventComponent
(Coding code, Enumeration<Conformance.ConformanceEventMode> mode, CodeType focus, Reference request, Reference response) Immunization
(CodeType status, CodeableConcept vaccineCode, Reference patient, BooleanType wasNotGiven, BooleanType reported) ImplementationGuideGlobalComponent
(CodeType type, Reference profile) OperationDefinition
(StringType name, Enumeration<Enumerations.ConformanceResourceStatus> status, Enumeration<OperationDefinition.OperationKind> kind, CodeType code, BooleanType system, BooleanType instance) OperationDefinitionParameterComponent
(CodeType name, Enumeration<OperationDefinition.OperationParameterUse> use, IntegerType min, StringType max) SearchParameter
(UriType url, StringType name, CodeType code, CodeType base, Enumeration<Enumerations.SearchParamType> type, StringType description) Signature
(InstantType when, Type who, CodeType contentType, Base64BinaryType blob) TypeRefComponent
(CodeType code) -
Uses of CodeType in org.hl7.fhir.dstu2.utils
Methods in org.hl7.fhir.dstu2.utils that return types with arguments of type CodeTypeModifier and TypeMethodDescriptionToolingExtensions.getSubsumes
(ValueSet.ConceptDefinitionComponent c)