Class ConceptMap
- java.lang.Object
-
- org.hl7.fhir.dstu2016may.model.Base
-
- org.hl7.fhir.dstu2016may.model.BaseResource
-
- org.hl7.fhir.dstu2016may.model.Resource
-
- org.hl7.fhir.dstu2016may.model.DomainResource
-
- org.hl7.fhir.dstu2016may.model.ConceptMap
-
- All Implemented Interfaces:
ca.uhn.fhir.model.api.IElement,Serializable,org.hl7.fhir.instance.model.api.IAnyResource,org.hl7.fhir.instance.model.api.IBase,org.hl7.fhir.instance.model.api.IBaseHasExtensions,org.hl7.fhir.instance.model.api.IBaseHasModifierExtensions,org.hl7.fhir.instance.model.api.IBaseResource,org.hl7.fhir.instance.model.api.IDomainResource
public class ConceptMap extends DomainResource
A statement of relationships from one set of concepts to one or more other concepts - either code systems or data elements, or classes in class models.- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classConceptMap.ConceptMapContactComponentstatic classConceptMap.OtherElementComponentstatic classConceptMap.SourceElementComponentstatic classConceptMap.TargetElementComponent
-
Field Summary
Fields Modifier and Type Field Description protected List<ConceptMap.ConceptMapContactComponent>contactContacts to assist a user in finding and communicating with the publisher.static ca.uhn.fhir.rest.gclient.TokenClientParamCONTEXTFluent Client search parameter constant for contextprotected StringTypecopyrightA copyright statement relating to the concept map and/or its contents.protected DateTimeTypedateThe date this version of the concept map was published.static ca.uhn.fhir.rest.gclient.DateClientParamDATEFluent Client search parameter constant for datestatic ca.uhn.fhir.rest.gclient.UriClientParamDEPENDSONFluent Client search parameter constant for dependsonprotected StringTypedescriptionA free text natural language description of the use of the concept map - reason for definition, conditions of use, etc.static ca.uhn.fhir.rest.gclient.StringClientParamDESCRIPTIONFluent Client search parameter constant for descriptionprotected List<ConceptMap.SourceElementComponent>elementMappings for an individual concept in the source to one or more concepts in the target.protected BooleanTypeexperimentalThis ConceptMap was authored for testing purposes (or education/evaluation/marketing), and is not intended to be used for genuine usage.protected IdentifieridentifierFormal identifier that is used to identify this concept map when it is represented in other formats, or referenced in a specification, model, design or an instance.static ca.uhn.fhir.rest.gclient.TokenClientParamIDENTIFIERFluent Client search parameter constant for identifierstatic ca.uhn.fhir.model.api.IncludeINCLUDE_SOURCEConstant for fluent queries to be used to add include statements.static ca.uhn.fhir.model.api.IncludeINCLUDE_SOURCE_URIConstant for fluent queries to be used to add include statements.static ca.uhn.fhir.model.api.IncludeINCLUDE_TARGETConstant for fluent queries to be used to add include statements.protected StringTypenameA free text natural language name describing the concept map.static ca.uhn.fhir.rest.gclient.StringClientParamNAMEFluent Client search parameter constant for namestatic ca.uhn.fhir.rest.gclient.UriClientParamPRODUCTFluent Client search parameter constant for productprotected StringTypepublisherThe name of the individual or organization that published the concept map.static ca.uhn.fhir.rest.gclient.StringClientParamPUBLISHERFluent Client search parameter constant for publisherprotected StringTyperequirementsExplains why this concept map is needed and why it has been constrained as it has.protected TypesourceThe source value set that specifies the concepts that are being mapped.static ca.uhn.fhir.rest.gclient.ReferenceClientParamSOURCEFluent Client search parameter constant for sourcestatic ca.uhn.fhir.rest.gclient.TokenClientParamSOURCE_CODEFluent Client search parameter constant for source-codestatic ca.uhn.fhir.rest.gclient.UriClientParamSOURCE_SYSTEMFluent Client search parameter constant for source-systemstatic ca.uhn.fhir.rest.gclient.ReferenceClientParamSOURCE_URIFluent Client search parameter constant for source-uristatic StringSP_CONTEXTSearch parameter: contextstatic StringSP_DATESearch parameter: datestatic StringSP_DEPENDSONSearch parameter: dependsonstatic StringSP_DESCRIPTIONSearch parameter: descriptionstatic StringSP_IDENTIFIERSearch parameter: identifierstatic StringSP_NAMESearch parameter: namestatic StringSP_PRODUCTSearch parameter: productstatic StringSP_PUBLISHERSearch parameter: publisherstatic StringSP_SOURCESearch parameter: sourcestatic StringSP_SOURCE_CODESearch parameter: source-codestatic StringSP_SOURCE_SYSTEMSearch parameter: source-systemstatic StringSP_SOURCE_URISearch parameter: source-uristatic StringSP_STATUSSearch parameter: statusstatic StringSP_TARGETSearch parameter: targetstatic StringSP_TARGET_CODESearch parameter: target-codestatic StringSP_TARGET_SYSTEMSearch parameter: target-systemstatic StringSP_URLSearch parameter: urlstatic StringSP_VERSIONSearch parameter: versionprotected Enumeration<Enumerations.ConformanceResourceStatus>statusThe status of the concept map.static ca.uhn.fhir.rest.gclient.TokenClientParamSTATUSFluent Client search parameter constant for statusprotected TypetargetThe target value set provides context to the mappings.static ca.uhn.fhir.rest.gclient.ReferenceClientParamTARGETFluent Client search parameter constant for targetstatic ca.uhn.fhir.rest.gclient.TokenClientParamTARGET_CODEFluent Client search parameter constant for target-codestatic ca.uhn.fhir.rest.gclient.UriClientParamTARGET_SYSTEMFluent Client search parameter constant for target-systemprotected UriTypeurlAn absolute URL that is used to identify this concept map when it is referenced in a specification, model, design or an instance.static ca.uhn.fhir.rest.gclient.UriClientParamURLFluent Client search parameter constant for urlprotected List<CodeableConcept>useContextThe content was developed with a focus and intent of supporting the contexts that are listed.protected StringTypeversionThe identifier that is used to identify this version of the concept map when it is referenced in a specification, model, design or instance.static ca.uhn.fhir.rest.gclient.TokenClientParamVERSIONFluent Client search parameter constant for version-
Fields inherited from class org.hl7.fhir.dstu2016may.model.DomainResource
contained, extension, modifierExtension, text
-
Fields inherited from class org.hl7.fhir.dstu2016may.model.Resource
id, implicitRules, language, meta
-
-
Constructor Summary
Constructors Constructor Description ConceptMap()ConstructorConceptMap(Enumeration<Enumerations.ConformanceResourceStatus> status, Type source, Type target)Constructor
-
Method Summary
-
Methods inherited from class org.hl7.fhir.dstu2016may.model.DomainResource
addContained, addExtension, addExtension, addModifierExtension, addModifierExtension, copyValues, getContained, getExtension, getExtensionsByUrl, getModifierExtension, getModifierExtensionsByUrl, getText, hasContained, hasExtension, hasModifierExtension, hasText, setText
-
Methods inherited from class org.hl7.fhir.dstu2016may.model.Resource
copyValues, getId, getIdElement, getImplicitRules, getImplicitRulesElement, getLanguage, getLanguageElement, getMeta, hasId, hasIdElement, hasImplicitRules, hasImplicitRulesElement, hasLanguage, hasLanguageElement, hasMeta, setId, setIdElement, setImplicitRules, setImplicitRulesElement, setLanguage, setLanguageElement, setMeta
-
Methods inherited from class org.hl7.fhir.dstu2016may.model.BaseResource
getStructureFhirVersionEnum, setId
-
Methods inherited from class org.hl7.fhir.dstu2016may.model.Base
castToActionDefinition, castToAddress, castToAnnotation, castToAttachment, castToBase64Binary, castToBoolean, castToCode, castToCodeableConcept, castToCoding, castToContactPoint, castToDataRequirement, castToDate, castToDateTime, castToDecimal, castToDuration, castToElementDefinition, castToExtension, castToHumanName, castToId, castToIdentifier, castToInstant, castToInteger, castToMarkdown, castToMeta, castToModuleMetadata, castToMoney, castToNarrative, castToOid, castToParameterDefinition, castToPeriod, castToPositiveInt, castToQuantity, castToRange, castToRatio, castToReference, castToResource, castToSampledData, castToSignature, castToSimpleQuantity, castToString, castToTime, castToTiming, castToTriggerDefinition, castToUnsignedInt, castToUri, children, compareDeep, compareDeep, compareDeep, compareValues, compareValues, equals, getChildByName, getFormatCommentsPost, getFormatCommentsPre, getUserData, getUserInt, getUserString, hasFormatComment, hasPrimitiveValue, hasType, hasUserData, isMetadataBased, isPrimitive, listChildrenByName, listChildrenByName, primitiveValue, setUserData, setUserDataINN
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.hl7.fhir.instance.model.api.IAnyResource
getId, getIdElement, getLanguageElement, getUserData, setId, setUserData
-
-
-
-
Field Detail
-
url
protected UriType url
An absolute URL that is used to identify this concept map when it is referenced in a specification, model, design or an instance. This SHALL be a URL, SHOULD be globally unique, and SHOULD be an address at which this concept map is (or will be) published.
-
identifier
protected Identifier identifier
Formal identifier that is used to identify this concept map when it is represented in other formats, or referenced in a specification, model, design or an instance.
-
version
protected StringType version
The identifier that is used to identify this version of the concept map when it is referenced in a specification, model, design or instance. This is an arbitrary value managed by the profile author manually and the value should be a timestamp.
-
name
protected StringType name
A free text natural language name describing the concept map.
-
status
protected Enumeration<Enumerations.ConformanceResourceStatus> status
The status of the concept map.
-
experimental
protected BooleanType experimental
This ConceptMap was authored for testing purposes (or education/evaluation/marketing), and is not intended to be used for genuine usage.
-
publisher
protected StringType publisher
The name of the individual or organization that published the concept map.
-
contact
protected List<ConceptMap.ConceptMapContactComponent> contact
Contacts to assist a user in finding and communicating with the publisher.
-
date
protected DateTimeType date
The date this version of the concept map was published. The date must change when the business version changes, if it does, and it must change if the status code changes. In addition, it should change when the substantive content of the concept map changes.
-
description
protected StringType description
A free text natural language description of the use of the concept map - reason for definition, conditions of use, etc.
-
useContext
protected List<CodeableConcept> useContext
The content was developed with a focus and intent of supporting the contexts that are listed. These terms may be used to assist with indexing and searching of concept map instances.
-
requirements
protected StringType requirements
Explains why this concept map is needed and why it has been constrained as it has.
-
copyright
protected StringType copyright
A copyright statement relating to the concept map and/or its contents.
-
source
protected Type source
The source value set that specifies the concepts that are being mapped.
-
target
protected Type target
The target value set provides context to the mappings. Note that the mapping is made between concepts, not between value sets, but the value set provides important context about how the concept mapping choices are made.
-
element
protected List<ConceptMap.SourceElementComponent> element
Mappings for an individual concept in the source to one or more concepts in the target.
-
SP_SOURCE_SYSTEM
public static final String SP_SOURCE_SYSTEM
Search parameter: source-systemDescription: Code System (if value set crosses code systems)
Type: uri
Path: ConceptMap.element.system
- See Also:
- Constant Field Values
-
SOURCE_SYSTEM
public static final ca.uhn.fhir.rest.gclient.UriClientParam SOURCE_SYSTEM
Fluent Client search parameter constant for source-systemDescription: Code System (if value set crosses code systems)
Type: uri
Path: ConceptMap.element.system
-
SP_DEPENDSON
public static final String SP_DEPENDSON
Search parameter: dependsonDescription: Reference to element/field/ValueSet mapping depends on
Type: uri
Path: ConceptMap.element.target.dependsOn.element
- See Also:
- Constant Field Values
-
DEPENDSON
public static final ca.uhn.fhir.rest.gclient.UriClientParam DEPENDSON
Fluent Client search parameter constant for dependsonDescription: Reference to element/field/ValueSet mapping depends on
Type: uri
Path: ConceptMap.element.target.dependsOn.element
-
SP_STATUS
public static final String SP_STATUS
Search parameter: statusDescription: Status of the concept map
Type: token
Path: ConceptMap.status
- See Also:
- Constant Field Values
-
STATUS
public static final ca.uhn.fhir.rest.gclient.TokenClientParam STATUS
Fluent Client search parameter constant for statusDescription: Status of the concept map
Type: token
Path: ConceptMap.status
-
SP_DATE
public static final String SP_DATE
Search parameter: dateDescription: The concept map publication date
Type: date
Path: ConceptMap.date
- See Also:
- Constant Field Values
-
DATE
public static final ca.uhn.fhir.rest.gclient.DateClientParam DATE
Fluent Client search parameter constant for dateDescription: The concept map publication date
Type: date
Path: ConceptMap.date
-
SP_URL
public static final String SP_URL
Search parameter: urlDescription: The URL of the concept map
Type: uri
Path: ConceptMap.url
- See Also:
- Constant Field Values
-
URL
public static final ca.uhn.fhir.rest.gclient.UriClientParam URL
Fluent Client search parameter constant for urlDescription: The URL of the concept map
Type: uri
Path: ConceptMap.url
-
SP_TARGET_CODE
public static final String SP_TARGET_CODE
Search parameter: target-codeDescription: Code that identifies the target element
Type: token
Path: ConceptMap.element.target.code
- See Also:
- Constant Field Values
-
TARGET_CODE
public static final ca.uhn.fhir.rest.gclient.TokenClientParam TARGET_CODE
Fluent Client search parameter constant for target-codeDescription: Code that identifies the target element
Type: token
Path: ConceptMap.element.target.code
-
SP_VERSION
public static final String SP_VERSION
Search parameter: versionDescription: The version identifier of the concept map
Type: token
Path: ConceptMap.version
- See Also:
- Constant Field Values
-
VERSION
public static final ca.uhn.fhir.rest.gclient.TokenClientParam VERSION
Fluent Client search parameter constant for versionDescription: The version identifier of the concept map
Type: token
Path: ConceptMap.version
-
SP_PUBLISHER
public static final String SP_PUBLISHER
Search parameter: publisherDescription: Name of the publisher of the concept map
Type: string
Path: ConceptMap.publisher
- See Also:
- Constant Field Values
-
PUBLISHER
public static final ca.uhn.fhir.rest.gclient.StringClientParam PUBLISHER
Fluent Client search parameter constant for publisherDescription: Name of the publisher of the concept map
Type: string
Path: ConceptMap.publisher
-
SP_PRODUCT
public static final String SP_PRODUCT
Search parameter: productDescription: Reference to element/field/ValueSet mapping depends on
Type: uri
Path: ConceptMap.element.target.product.element
- See Also:
- Constant Field Values
-
PRODUCT
public static final ca.uhn.fhir.rest.gclient.UriClientParam PRODUCT
Fluent Client search parameter constant for productDescription: Reference to element/field/ValueSet mapping depends on
Type: uri
Path: ConceptMap.element.target.product.element
-
SP_SOURCE_CODE
public static final String SP_SOURCE_CODE
Search parameter: source-codeDescription: Identifies element being mapped
Type: token
Path: ConceptMap.element.code
- See Also:
- Constant Field Values
-
SOURCE_CODE
public static final ca.uhn.fhir.rest.gclient.TokenClientParam SOURCE_CODE
Fluent Client search parameter constant for source-codeDescription: Identifies element being mapped
Type: token
Path: ConceptMap.element.code
-
SP_SOURCE_URI
public static final String SP_SOURCE_URI
Search parameter: source-uriDescription: Identifies the source of the concepts which are being mapped
Type: reference
Path: ConceptMap.sourceUri
- See Also:
- Constant Field Values
-
SOURCE_URI
public static final ca.uhn.fhir.rest.gclient.ReferenceClientParam SOURCE_URI
Fluent Client search parameter constant for source-uriDescription: Identifies the source of the concepts which are being mapped
Type: reference
Path: ConceptMap.sourceUri
-
INCLUDE_SOURCE_URI
public static final ca.uhn.fhir.model.api.Include INCLUDE_SOURCE_URI
Constant for fluent queries to be used to add include statements. Specifies the path value of "ConceptMap:source-uri".
-
SP_SOURCE
public static final String SP_SOURCE
Search parameter: sourceDescription: Identifies the source of the concepts which are being mapped
Type: reference
Path: ConceptMap.sourceReference
- See Also:
- Constant Field Values
-
SOURCE
public static final ca.uhn.fhir.rest.gclient.ReferenceClientParam SOURCE
Fluent Client search parameter constant for sourceDescription: Identifies the source of the concepts which are being mapped
Type: reference
Path: ConceptMap.sourceReference
-
INCLUDE_SOURCE
public static final ca.uhn.fhir.model.api.Include INCLUDE_SOURCE
Constant for fluent queries to be used to add include statements. Specifies the path value of "ConceptMap:source".
-
SP_DESCRIPTION
public static final String SP_DESCRIPTION
Search parameter: descriptionDescription: Text search in the description of the concept map
Type: string
Path: ConceptMap.description
- See Also:
- Constant Field Values
-
DESCRIPTION
public static final ca.uhn.fhir.rest.gclient.StringClientParam DESCRIPTION
Fluent Client search parameter constant for descriptionDescription: Text search in the description of the concept map
Type: string
Path: ConceptMap.description
-
SP_NAME
public static final String SP_NAME
Search parameter: nameDescription: Name of the concept map
Type: string
Path: ConceptMap.name
- See Also:
- Constant Field Values
-
NAME
public static final ca.uhn.fhir.rest.gclient.StringClientParam NAME
Fluent Client search parameter constant for nameDescription: Name of the concept map
Type: string
Path: ConceptMap.name
-
SP_CONTEXT
public static final String SP_CONTEXT
Search parameter: contextDescription: A use context assigned to the concept map
Type: token
Path: ConceptMap.useContext
- See Also:
- Constant Field Values
-
CONTEXT
public static final ca.uhn.fhir.rest.gclient.TokenClientParam CONTEXT
Fluent Client search parameter constant for contextDescription: A use context assigned to the concept map
Type: token
Path: ConceptMap.useContext
-
SP_TARGET
public static final String SP_TARGET
Search parameter: targetDescription: Provides context to the mappings
Type: reference
Path: ConceptMap.target[x]
- See Also:
- Constant Field Values
-
TARGET
public static final ca.uhn.fhir.rest.gclient.ReferenceClientParam TARGET
Fluent Client search parameter constant for targetDescription: Provides context to the mappings
Type: reference
Path: ConceptMap.target[x]
-
INCLUDE_TARGET
public static final ca.uhn.fhir.model.api.Include INCLUDE_TARGET
Constant for fluent queries to be used to add include statements. Specifies the path value of "ConceptMap:target".
-
SP_IDENTIFIER
public static final String SP_IDENTIFIER
Search parameter: identifierDescription: Additional identifier for the concept map
Type: token
Path: ConceptMap.identifier
- See Also:
- Constant Field Values
-
IDENTIFIER
public static final ca.uhn.fhir.rest.gclient.TokenClientParam IDENTIFIER
Fluent Client search parameter constant for identifierDescription: Additional identifier for the concept map
Type: token
Path: ConceptMap.identifier
-
SP_TARGET_SYSTEM
public static final String SP_TARGET_SYSTEM
Search parameter: target-systemDescription: System of the target (if necessary)
Type: uri
Path: ConceptMap.element.target.system
- See Also:
- Constant Field Values
-
TARGET_SYSTEM
public static final ca.uhn.fhir.rest.gclient.UriClientParam TARGET_SYSTEM
Fluent Client search parameter constant for target-systemDescription: System of the target (if necessary)
Type: uri
Path: ConceptMap.element.target.system
-
-
Constructor Detail
-
ConceptMap
public ConceptMap()
Constructor
-
ConceptMap
public ConceptMap(Enumeration<Enumerations.ConformanceResourceStatus> status, Type source, Type target)
Constructor
-
-
Method Detail
-
getUrlElement
public UriType getUrlElement()
- Returns:
url(An absolute URL that is used to identify this concept map when it is referenced in a specification, model, design or an instance. This SHALL be a URL, SHOULD be globally unique, and SHOULD be an address at which this concept map is (or will be) published.). This is the underlying object with id, value and extensions. The accessor "getUrl" gives direct access to the value
-
hasUrlElement
public boolean hasUrlElement()
-
hasUrl
public boolean hasUrl()
-
setUrlElement
public ConceptMap setUrlElement(UriType value)
- Parameters:
value-url(An absolute URL that is used to identify this concept map when it is referenced in a specification, model, design or an instance. This SHALL be a URL, SHOULD be globally unique, and SHOULD be an address at which this concept map is (or will be) published.). This is the underlying object with id, value and extensions. The accessor "getUrl" gives direct access to the value
-
getUrl
public String getUrl()
- Returns:
- An absolute URL that is used to identify this concept map when it is referenced in a specification, model, design or an instance. This SHALL be a URL, SHOULD be globally unique, and SHOULD be an address at which this concept map is (or will be) published.
-
setUrl
public ConceptMap setUrl(String value)
- Parameters:
value- An absolute URL that is used to identify this concept map when it is referenced in a specification, model, design or an instance. This SHALL be a URL, SHOULD be globally unique, and SHOULD be an address at which this concept map is (or will be) published.
-
getIdentifier
public Identifier getIdentifier()
- Returns:
identifier(Formal identifier that is used to identify this concept map when it is represented in other formats, or referenced in a specification, model, design or an instance.)
-
hasIdentifier
public boolean hasIdentifier()
-
setIdentifier
public ConceptMap setIdentifier(Identifier value)
- Parameters:
value-identifier(Formal identifier that is used to identify this concept map when it is represented in other formats, or referenced in a specification, model, design or an instance.)
-
getVersionElement
public StringType getVersionElement()
- Returns:
version(The identifier that is used to identify this version of the concept map when it is referenced in a specification, model, design or instance. This is an arbitrary value managed by the profile author manually and the value should be a timestamp.). This is the underlying object with id, value and extensions. The accessor "getVersion" gives direct access to the value
-
hasVersionElement
public boolean hasVersionElement()
-
hasVersion
public boolean hasVersion()
-
setVersionElement
public ConceptMap setVersionElement(StringType value)
- Parameters:
value-version(The identifier that is used to identify this version of the concept map when it is referenced in a specification, model, design or instance. This is an arbitrary value managed by the profile author manually and the value should be a timestamp.). This is the underlying object with id, value and extensions. The accessor "getVersion" gives direct access to the value
-
getVersion
public String getVersion()
- Returns:
- The identifier that is used to identify this version of the concept map when it is referenced in a specification, model, design or instance. This is an arbitrary value managed by the profile author manually and the value should be a timestamp.
-
setVersion
public ConceptMap setVersion(String value)
- Parameters:
value- The identifier that is used to identify this version of the concept map when it is referenced in a specification, model, design or instance. This is an arbitrary value managed by the profile author manually and the value should be a timestamp.
-
getNameElement
public StringType getNameElement()
- Returns:
name(A free text natural language name describing the concept map.). This is the underlying object with id, value and extensions. The accessor "getName" gives direct access to the value
-
hasNameElement
public boolean hasNameElement()
-
hasName
public boolean hasName()
-
setNameElement
public ConceptMap setNameElement(StringType value)
- Parameters:
value-name(A free text natural language name describing the concept map.). This is the underlying object with id, value and extensions. The accessor "getName" gives direct access to the value
-
getName
public String getName()
- Returns:
- A free text natural language name describing the concept map.
-
setName
public ConceptMap setName(String value)
- Parameters:
value- A free text natural language name describing the concept map.
-
getStatusElement
public Enumeration<Enumerations.ConformanceResourceStatus> getStatusElement()
- Returns:
status(The status of the concept map.). This is the underlying object with id, value and extensions. The accessor "getStatus" gives direct access to the value
-
hasStatusElement
public boolean hasStatusElement()
-
hasStatus
public boolean hasStatus()
-
setStatusElement
public ConceptMap setStatusElement(Enumeration<Enumerations.ConformanceResourceStatus> value)
- Parameters:
value-status(The status of the concept map.). This is the underlying object with id, value and extensions. The accessor "getStatus" gives direct access to the value
-
getStatus
public Enumerations.ConformanceResourceStatus getStatus()
- Returns:
- The status of the concept map.
-
setStatus
public ConceptMap setStatus(Enumerations.ConformanceResourceStatus value)
- Parameters:
value- The status of the concept map.
-
getExperimentalElement
public BooleanType getExperimentalElement()
- Returns:
experimental(This ConceptMap was authored for testing purposes (or education/evaluation/marketing), and is not intended to be used for genuine usage.). This is the underlying object with id, value and extensions. The accessor "getExperimental" gives direct access to the value
-
hasExperimentalElement
public boolean hasExperimentalElement()
-
hasExperimental
public boolean hasExperimental()
-
setExperimentalElement
public ConceptMap setExperimentalElement(BooleanType value)
- Parameters:
value-experimental(This ConceptMap was authored for testing purposes (or education/evaluation/marketing), and is not intended to be used for genuine usage.). This is the underlying object with id, value and extensions. The accessor "getExperimental" gives direct access to the value
-
getExperimental
public boolean getExperimental()
- Returns:
- This ConceptMap was authored for testing purposes (or education/evaluation/marketing), and is not intended to be used for genuine usage.
-
setExperimental
public ConceptMap setExperimental(boolean value)
- Parameters:
value- This ConceptMap was authored for testing purposes (or education/evaluation/marketing), and is not intended to be used for genuine usage.
-
getPublisherElement
public StringType getPublisherElement()
- Returns:
publisher(The name of the individual or organization that published the concept map.). This is the underlying object with id, value and extensions. The accessor "getPublisher" gives direct access to the value
-
hasPublisherElement
public boolean hasPublisherElement()
-
hasPublisher
public boolean hasPublisher()
-
setPublisherElement
public ConceptMap setPublisherElement(StringType value)
- Parameters:
value-publisher(The name of the individual or organization that published the concept map.). This is the underlying object with id, value and extensions. The accessor "getPublisher" gives direct access to the value
-
getPublisher
public String getPublisher()
- Returns:
- The name of the individual or organization that published the concept map.
-
setPublisher
public ConceptMap setPublisher(String value)
- Parameters:
value- The name of the individual or organization that published the concept map.
-
getContact
public List<ConceptMap.ConceptMapContactComponent> getContact()
- Returns:
contact(Contacts to assist a user in finding and communicating with the publisher.)
-
hasContact
public boolean hasContact()
-
addContact
public ConceptMap.ConceptMapContactComponent addContact()
- Returns:
contact(Contacts to assist a user in finding and communicating with the publisher.)
-
addContact
public ConceptMap addContact(ConceptMap.ConceptMapContactComponent t)
-
getDateElement
public DateTimeType getDateElement()
- Returns:
date(The date this version of the concept map was published. The date must change when the business version changes, if it does, and it must change if the status code changes. In addition, it should change when the substantive content of the concept map changes.). This is the underlying object with id, value and extensions. The accessor "getDate" gives direct access to the value
-
hasDateElement
public boolean hasDateElement()
-
hasDate
public boolean hasDate()
-
setDateElement
public ConceptMap setDateElement(DateTimeType value)
- Parameters:
value-date(The date this version of the concept map was published. The date must change when the business version changes, if it does, and it must change if the status code changes. In addition, it should change when the substantive content of the concept map changes.). This is the underlying object with id, value and extensions. The accessor "getDate" gives direct access to the value
-
getDate
public Date getDate()
- Returns:
- The date this version of the concept map was published. The date must change when the business version changes, if it does, and it must change if the status code changes. In addition, it should change when the substantive content of the concept map changes.
-
setDate
public ConceptMap setDate(Date value)
- Parameters:
value- The date this version of the concept map was published. The date must change when the business version changes, if it does, and it must change if the status code changes. In addition, it should change when the substantive content of the concept map changes.
-
getDescriptionElement
public StringType getDescriptionElement()
- Returns:
description(A free text natural language description of the use of the concept map - reason for definition, conditions of use, etc.). This is the underlying object with id, value and extensions. The accessor "getDescription" gives direct access to the value
-
hasDescriptionElement
public boolean hasDescriptionElement()
-
hasDescription
public boolean hasDescription()
-
setDescriptionElement
public ConceptMap setDescriptionElement(StringType value)
- Parameters:
value-description(A free text natural language description of the use of the concept map - reason for definition, conditions of use, etc.). This is the underlying object with id, value and extensions. The accessor "getDescription" gives direct access to the value
-
getDescription
public String getDescription()
- Returns:
- A free text natural language description of the use of the concept map - reason for definition, conditions of use, etc.
-
setDescription
public ConceptMap setDescription(String value)
- Parameters:
value- A free text natural language description of the use of the concept map - reason for definition, conditions of use, etc.
-
getUseContext
public List<CodeableConcept> getUseContext()
- Returns:
useContext(The content was developed with a focus and intent of supporting the contexts that are listed. These terms may be used to assist with indexing and searching of concept map instances.)
-
hasUseContext
public boolean hasUseContext()
-
addUseContext
public CodeableConcept addUseContext()
- Returns:
useContext(The content was developed with a focus and intent of supporting the contexts that are listed. These terms may be used to assist with indexing and searching of concept map instances.)
-
addUseContext
public ConceptMap addUseContext(CodeableConcept t)
-
getRequirementsElement
public StringType getRequirementsElement()
- Returns:
requirements(Explains why this concept map is needed and why it has been constrained as it has.). This is the underlying object with id, value and extensions. The accessor "getRequirements" gives direct access to the value
-
hasRequirementsElement
public boolean hasRequirementsElement()
-
hasRequirements
public boolean hasRequirements()
-
setRequirementsElement
public ConceptMap setRequirementsElement(StringType value)
- Parameters:
value-requirements(Explains why this concept map is needed and why it has been constrained as it has.). This is the underlying object with id, value and extensions. The accessor "getRequirements" gives direct access to the value
-
getRequirements
public String getRequirements()
- Returns:
- Explains why this concept map is needed and why it has been constrained as it has.
-
setRequirements
public ConceptMap setRequirements(String value)
- Parameters:
value- Explains why this concept map is needed and why it has been constrained as it has.
-
getCopyrightElement
public StringType getCopyrightElement()
- Returns:
copyright(A copyright statement relating to the concept map and/or its contents.). This is the underlying object with id, value and extensions. The accessor "getCopyright" gives direct access to the value
-
hasCopyrightElement
public boolean hasCopyrightElement()
-
hasCopyright
public boolean hasCopyright()
-
setCopyrightElement
public ConceptMap setCopyrightElement(StringType value)
- Parameters:
value-copyright(A copyright statement relating to the concept map and/or its contents.). This is the underlying object with id, value and extensions. The accessor "getCopyright" gives direct access to the value
-
getCopyright
public String getCopyright()
- Returns:
- A copyright statement relating to the concept map and/or its contents.
-
setCopyright
public ConceptMap setCopyright(String value)
- Parameters:
value- A copyright statement relating to the concept map and/or its contents.
-
getSource
public Type getSource()
- Returns:
source(The source value set that specifies the concepts that are being mapped.)
-
getSourceUriType
public UriType getSourceUriType() throws org.hl7.fhir.exceptions.FHIRException
- Returns:
source(The source value set that specifies the concepts that are being mapped.)- Throws:
org.hl7.fhir.exceptions.FHIRException
-
hasSourceUriType
public boolean hasSourceUriType()
-
getSourceReference
public Reference getSourceReference() throws org.hl7.fhir.exceptions.FHIRException
- Returns:
source(The source value set that specifies the concepts that are being mapped.)- Throws:
org.hl7.fhir.exceptions.FHIRException
-
hasSourceReference
public boolean hasSourceReference()
-
hasSource
public boolean hasSource()
-
setSource
public ConceptMap setSource(Type value)
- Parameters:
value-source(The source value set that specifies the concepts that are being mapped.)
-
getTarget
public Type getTarget()
- Returns:
target(The target value set provides context to the mappings. Note that the mapping is made between concepts, not between value sets, but the value set provides important context about how the concept mapping choices are made.)
-
getTargetUriType
public UriType getTargetUriType() throws org.hl7.fhir.exceptions.FHIRException
- Returns:
target(The target value set provides context to the mappings. Note that the mapping is made between concepts, not between value sets, but the value set provides important context about how the concept mapping choices are made.)- Throws:
org.hl7.fhir.exceptions.FHIRException
-
hasTargetUriType
public boolean hasTargetUriType()
-
getTargetReference
public Reference getTargetReference() throws org.hl7.fhir.exceptions.FHIRException
- Returns:
target(The target value set provides context to the mappings. Note that the mapping is made between concepts, not between value sets, but the value set provides important context about how the concept mapping choices are made.)- Throws:
org.hl7.fhir.exceptions.FHIRException
-
hasTargetReference
public boolean hasTargetReference()
-
hasTarget
public boolean hasTarget()
-
setTarget
public ConceptMap setTarget(Type value)
- Parameters:
value-target(The target value set provides context to the mappings. Note that the mapping is made between concepts, not between value sets, but the value set provides important context about how the concept mapping choices are made.)
-
getElement
public List<ConceptMap.SourceElementComponent> getElement()
- Returns:
element(Mappings for an individual concept in the source to one or more concepts in the target.)
-
hasElement
public boolean hasElement()
-
addElement
public ConceptMap.SourceElementComponent addElement()
- Returns:
element(Mappings for an individual concept in the source to one or more concepts in the target.)
-
addElement
public ConceptMap addElement(ConceptMap.SourceElementComponent t)
-
listChildren
protected void listChildren(List<Property> childrenList)
- Overrides:
listChildrenin classDomainResource
-
getProperty
public Base[] getProperty(int hash, String name, boolean checkValid) throws org.hl7.fhir.exceptions.FHIRException
- Overrides:
getPropertyin classDomainResource- Throws:
org.hl7.fhir.exceptions.FHIRException
-
setProperty
public void setProperty(int hash, String name, Base value) throws org.hl7.fhir.exceptions.FHIRException
- Overrides:
setPropertyin classDomainResource- Throws:
org.hl7.fhir.exceptions.FHIRException
-
setProperty
public void setProperty(String name, Base value) throws org.hl7.fhir.exceptions.FHIRException
- Overrides:
setPropertyin classDomainResource- Throws:
org.hl7.fhir.exceptions.FHIRException
-
makeProperty
public Base makeProperty(int hash, String name) throws org.hl7.fhir.exceptions.FHIRException
Description copied from class:Basemake an instance of a property. If the property is a repeating property, make a new instance. if the property is not repeating, return the property- Overrides:
makePropertyin classDomainResource- Returns:
- Throws:
org.hl7.fhir.exceptions.FHIRException
-
addChild
public Base addChild(String name) throws org.hl7.fhir.exceptions.FHIRException
- Overrides:
addChildin classDomainResource- Throws:
org.hl7.fhir.exceptions.FHIRException
-
fhirType
public String fhirType()
- Specified by:
fhirTypein interfaceorg.hl7.fhir.instance.model.api.IBase- Overrides:
fhirTypein classDomainResource
-
copy
public ConceptMap copy()
- Specified by:
copyin classDomainResource
-
typedCopy
protected ConceptMap typedCopy()
-
equalsDeep
public boolean equalsDeep(Base other)
- Overrides:
equalsDeepin classDomainResource
-
equalsShallow
public boolean equalsShallow(Base other)
- Overrides:
equalsShallowin classDomainResource
-
isEmpty
public boolean isEmpty()
- Specified by:
isEmptyin interfaceorg.hl7.fhir.instance.model.api.IBase- Overrides:
isEmptyin classDomainResource
-
getResourceType
public ResourceType getResourceType()
- Specified by:
getResourceTypein classResource
-
-