Uses of Class
org.hl7.fhir.dstu3.model.CodeType
-
Packages that use CodeType Package Description org.hl7.fhir.dstu3.formats org.hl7.fhir.dstu3.model org.hl7.fhir.dstu3.utils -
-
Uses of CodeType in org.hl7.fhir.dstu3.formats
Methods in org.hl7.fhir.dstu3.formats that return CodeType Modifier and Type Method Description protected CodeTypeJsonParser. parseCode(String v)protected CodeTypeXmlParser. parseCode(org.xmlpull.v1.XmlPullParser xpp)Methods in org.hl7.fhir.dstu3.formats with parameters of type CodeType Modifier and Type Method Description protected voidRdfParser. composeCode(Turtle.Complex parent, String parentType, String name, CodeType value, int index)protected voidXmlParser. composeCode(String name, CodeType value)protected voidJsonParser. composeCodeCore(String name, CodeType value, boolean inArray)protected voidJsonParser. composeCodeExtras(String name, CodeType value, boolean inArray)protected voidRdfParserBase. decorateCode(Turtle.Complex t, CodeType value) -
Uses of CodeType in org.hl7.fhir.dstu3.model
Fields in org.hl7.fhir.dstu3.model declared as CodeType Modifier and Type Field Description protected CodeTypeCodeSystem.CodeSystemFilterComponent. codeThe code that identifies this filter when it is used in the instance.protected CodeTypeCodeSystem.ConceptDefinitionComponent. codeA code - a text symbol - that uniquely identifies the concept within the code system.protected CodeTypeCodeSystem.ConceptPropertyComponent. codeA code that is a reference to CodeSystem.property.code.protected CodeTypeCodeSystem.PropertyComponent. codeA code that is used to identify the property.protected CodeTypeCoding. codeA symbol in syntax defined by the system.protected CodeTypeCompartmentDefinition.CompartmentDefinitionResourceComponent. codeThe name of a resource supported by the server.protected CodeTypeConceptMap.ConceptMapGroupUnmappedComponent. codeThe fixed code to use when the mode = 'fixed' - all unmapped codes are mapped to a single fixed code.protected CodeTypeConceptMap.SourceElementComponent. codeIdentity (code or path) or the element/item being mapped.protected CodeTypeConceptMap.TargetElementComponent. codeIdentity (code or path) or the element/item that the map refers to.protected CodeTypeMessageDefinition.MessageDefinitionFocusComponent. codeThe kind of resource that must be the focus for this message.protected CodeTypeOperationDefinition. codeThe name used to invoke the operation.protected CodeTypeQuantity. codeA computer processable form of the unit in some unit representation system.protected CodeTypeSearchParameter. codeThe code used in the URL or the parameter name in a parameters resource for this search parameter.protected CodeTypeValueSet.ConceptReferenceComponent. codeSpecifies a code for the concept to be included or excluded.protected CodeTypeValueSet.ValueSetExpansionContainsComponent. codeThe code for this item in the expansion hierarchy.protected CodeTypeAttachment. contentTypeIdentifies the type of the data in the attachment and allows a method to be chosen to interpret or render the data.protected CodeTypeBinary. contentTypeMimeType of the binary content represented as a standard MimeType (BCP 13).protected CodeTypeSignature. contentTypeA mime type that indicates the technical format of the signature.protected CodeTypeExpansionProfile. displayLanguageSpecifies the language to be used for description in the expansions i.e.protected CodeTypeCapabilityStatement.CapabilityStatementMessagingEventComponent. focusA resource associated with the event.protected CodeTypeImplementationGuide.ImplementationGuidePageComponent. formatThe format of the page.protected CodeTypeAttachment. languageThe human language of the content.protected CodeTypeCodeSystem.ConceptDefinitionDesignationComponent. languageThe language this designation is defined for.protected CodeTypeElementDefinition.ElementDefinitionMappingComponent. languageIdentifies the computable language in which mapping.map is expressed.protected CodeTypeExpansionProfile.DesignationExcludeDesignationComponent. languageThe language this designation is defined for.protected CodeTypeExpansionProfile.DesignationIncludeDesignationComponent. languageThe language this designation is defined for.protected CodeTypeResource. languageThe base language in which the resource is written.protected CodeTypeValueSet.ConceptReferenceDesignationComponent. languageThe language this designation is defined for.protected CodeTypeOperationDefinition.OperationDefinitionParameterComponent. nameThe name of used to identify the parameter.protected CodeTypeParameterDefinition. nameThe name of the parameter used to allow access to the value of the parameter in evaluation contexts.protected CodeTypeValueSet.ConceptSetFilterComponent. propertyA code that identifies a property defined in the code system.protected CodeTypeTestScript.SetupActionAssertComponent. resourceThe type of the resource.protected CodeTypeTestScript.SetupActionOperationComponent. resourceThe type of the resource.protected CodeTypeGraphDefinition. startThe type of FHIR resource at which instances of this graph start.protected CodeTypeCapabilityStatement.CapabilityStatementRestResourceComponent. typeA type of resource exposed via the restful interface.protected CodeTypeCapabilityStatement.CapabilityStatementRestSecurityCertificateComponent. typeMime type for a certificate.protected CodeTypeDataRequirement. typeThe type of the required data, specified as the type name of a resource.protected CodeTypeGraphDefinition.GraphDefinitionLinkTargetComponent. typeType of resource this link refers to.protected CodeTypeImplementationGuide.ImplementationGuideGlobalComponent. typeThe type of resource that all instances must conform to.protected CodeTypeOperationDefinition.OperationDefinitionParameterComponent. typeThe type for this parameter.protected CodeTypeParameterDefinition. typeThe type of the parameter.protected CodeTypeStructureDefinition. typeThe type this structure describes.protected CodeTypeValueSet.ConceptSetFilterComponent. valueThe 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 when the operation is 'regex', or one of the values (true and false), when the operation is 'exists'.Fields in org.hl7.fhir.dstu3.model with type parameters of type CodeType Modifier and Type Field Description protected List<CodeType>SearchParameter. baseThe base resource type(s) that this search parameter can be used against.protected List<CodeType>CapabilityStatement. formatA list of the formats supported by this implementation using their content types.protected List<CodeType>CapabilityStatement. patchFormatA list of the patch formats supported by this implementation using their content types.protected List<CodeType>Endpoint. payloadMimeTypeThe mime type to send the payload in - e.g.protected List<CodeType>OperationDefinition. resourceThe types on which this operation can be executed.protected List<CodeType>Questionnaire. subjectTypeThe types of subjects that can be the subject of responses created for the questionnaire.protected List<CodeType>SearchParameter. targetTypes of resource (if a resource is referenced).protected List<CodeType>ImplementationGuide.ImplementationGuidePageComponent. typeFor constructed pages, what kind of resources to include in the list.protected List<CodeType>DataRequirement.DataRequirementCodeFilterComponent. valueCodeThe codes for the code filter.Methods in org.hl7.fhir.dstu3.model that return CodeType Modifier and Type Method Description CodeTypeSearchParameter. addBaseElement()CodeTypeCapabilityStatement. addFormatElement()CodeTypeCapabilityStatement. addPatchFormatElement()CodeTypeEndpoint. addPayloadMimeTypeElement()CodeTypeOperationDefinition. addResourceElement()CodeTypeQuestionnaire. addSubjectTypeElement()CodeTypeSearchParameter. addTargetElement()CodeTypeImplementationGuide.ImplementationGuidePageComponent. addTypeElement()CodeTypeDataRequirement.DataRequirementCodeFilterComponent. addValueCodeElement()CodeTypeBase. castToCode(Base b)CodeTypeCodeType. copy()CodeTypeCodeSystem.CodeSystemFilterComponent. getCodeElement()CodeTypeCodeSystem.ConceptDefinitionComponent. getCodeElement()CodeTypeCodeSystem.ConceptPropertyComponent. getCodeElement()CodeTypeCodeSystem.PropertyComponent. getCodeElement()CodeTypeCoding. getCodeElement()CodeTypeCompartmentDefinition.CompartmentDefinitionResourceComponent. getCodeElement()CodeTypeConceptMap.ConceptMapGroupUnmappedComponent. getCodeElement()CodeTypeConceptMap.SourceElementComponent. getCodeElement()CodeTypeConceptMap.TargetElementComponent. getCodeElement()CodeTypeMessageDefinition.MessageDefinitionFocusComponent. getCodeElement()CodeTypeOperationDefinition. getCodeElement()CodeTypeQuantity. getCodeElement()CodeTypeSearchParameter. getCodeElement()CodeTypeValueSet.ConceptReferenceComponent. getCodeElement()CodeTypeValueSet.ValueSetExpansionContainsComponent. getCodeElement()CodeTypeAttachment. getContentTypeElement()CodeTypeBinary. getContentTypeElement()CodeTypeSignature. getContentTypeElement()CodeTypeExpansionProfile. getDisplayLanguageElement()CodeTypeCapabilityStatement.CapabilityStatementMessagingEventComponent. getFocusElement()CodeTypeImplementationGuide.ImplementationGuidePageComponent. getFormatElement()CodeTypeAttachment. getLanguageElement()CodeTypeCodeSystem.ConceptDefinitionDesignationComponent. getLanguageElement()CodeTypeElementDefinition.ElementDefinitionMappingComponent. getLanguageElement()CodeTypeExpansionProfile.DesignationExcludeDesignationComponent. getLanguageElement()CodeTypeExpansionProfile.DesignationIncludeDesignationComponent. getLanguageElement()CodeTypeResource. getLanguageElement()CodeTypeValueSet.ConceptReferenceDesignationComponent. getLanguageElement()CodeTypeOperationDefinition.OperationDefinitionParameterComponent. getNameElement()CodeTypeParameterDefinition. getNameElement()CodeTypeValueSet.ConceptSetFilterComponent. getPropertyElement()CodeTypeTestScript.SetupActionAssertComponent. getResourceElement()CodeTypeTestScript.SetupActionOperationComponent. getResourceElement()CodeTypeGraphDefinition. getStartElement()CodeTypeCapabilityStatement.CapabilityStatementRestResourceComponent. getTypeElement()CodeTypeCapabilityStatement.CapabilityStatementRestSecurityCertificateComponent. getTypeElement()CodeTypeDataRequirement. getTypeElement()CodeTypeGraphDefinition.GraphDefinitionLinkTargetComponent. getTypeElement()CodeTypeImplementationGuide.ImplementationGuideGlobalComponent. getTypeElement()CodeTypeOperationDefinition.OperationDefinitionParameterComponent. getTypeElement()CodeTypeParameterDefinition. getTypeElement()CodeTypeStructureDefinition. getTypeElement()CodeTypeCodeSystem.ConceptPropertyComponent. getValueCodeType()CodeTypeValueSet.ValueSetExpansionParameterComponent. getValueCodeType()CodeTypeValueSet.ConceptSetFilterComponent. getValueElement()static CodeTypeFactory. newCode(String value)Methods in org.hl7.fhir.dstu3.model that return types with arguments of type CodeType Modifier and Type Method Description List<CodeType>SearchParameter. getBase()List<CodeType>CapabilityStatement. getFormat()List<CodeType>CapabilityStatement. getPatchFormat()List<CodeType>Endpoint. getPayloadMimeType()List<CodeType>OperationDefinition. getResource()List<CodeType>Questionnaire. getSubjectType()List<CodeType>SearchParameter. getTarget()List<CodeType>ImplementationGuide.ImplementationGuidePageComponent. getType()List<CodeType>DataRequirement.DataRequirementCodeFilterComponent. getValueCode()Method parameters in org.hl7.fhir.dstu3.model with type arguments of type CodeType Modifier and Type Method Description SearchParameterSearchParameter. setBase(List<CodeType> theBase)CapabilityStatementCapabilityStatement. setFormat(List<CodeType> theFormat)CapabilityStatementCapabilityStatement. setPatchFormat(List<CodeType> thePatchFormat)EndpointEndpoint. setPayloadMimeType(List<CodeType> thePayloadMimeType)OperationDefinitionOperationDefinition. setResource(List<CodeType> theResource)QuestionnaireQuestionnaire. setSubjectType(List<CodeType> theSubjectType)SearchParameterSearchParameter. setTarget(List<CodeType> theTarget)ImplementationGuide.ImplementationGuidePageComponentImplementationGuide.ImplementationGuidePageComponent. setType(List<CodeType> theType)DataRequirement.DataRequirementCodeFilterComponentDataRequirement.DataRequirementCodeFilterComponent. setValueCode(List<CodeType> theValueCode) -
Uses of CodeType in org.hl7.fhir.dstu3.utils
Methods in org.hl7.fhir.dstu3.utils that return types with arguments of type CodeType Modifier and Type Method Description static List<CodeType>ToolingExtensions. getSubsumes(CodeSystem.ConceptDefinitionComponent c)
-