public class Claim extends BaseResource implements IResource
Definition: A provider issued list of services and products provided, or to be provided, to a patient which is provided to an insurer for payment recovery.
Requirements:
Profile Definition: http://hl7.org/fhir/profiles/Claim
| Modifier and Type | Class and Description |
|---|---|
static class |
Claim.Coverage
Block class for child element: Claim.coverage ()
|
static class |
Claim.Diagnosis
Block class for child element: Claim.diagnosis ()
|
static class |
Claim.Item
Block class for child element: Claim.item ()
|
static class |
Claim.ItemDetail
Block class for child element: Claim.item.detail ()
|
static class |
Claim.ItemDetailSubDetail
Block class for child element: Claim.item.detail.subDetail ()
|
static class |
Claim.ItemProsthesis
Block class for child element: Claim.item.prosthesis ()
|
static class |
Claim.MissingTeeth
Block class for child element: Claim.missingTeeth ()
|
static class |
Claim.Payee
Block class for child element: Claim.payee ()
|
| Modifier and Type | Field and Description |
|---|---|
static TokenClientParam |
IDENTIFIER
Fluent Client search parameter constant for identifier
|
static Include |
INCLUDE_PATIENT
Constant for fluent queries to be used to add include statements.
|
static Include |
INCLUDE_PROVIDER
Constant for fluent queries to be used to add include statements.
|
static ReferenceClientParam |
PATIENT
Fluent Client search parameter constant for patient
|
static TokenClientParam |
PRIORITY
Fluent Client search parameter constant for priority
|
static ReferenceClientParam |
PROVIDER
Fluent Client search parameter constant for provider
|
static String |
SP_IDENTIFIER
Search parameter constant for identifier
|
static String |
SP_PATIENT
Search parameter constant for patient
|
static String |
SP_PRIORITY
Search parameter constant for priority
|
static String |
SP_PROVIDER
Search parameter constant for provider
|
static String |
SP_USE
Search parameter constant for use
|
static TokenClientParam |
USE
Fluent Client search parameter constant for use
|
RES_ID, SP_RES_ID, SP_RES_LANGUAGEINCLUDE_ALL, WILDCARD_ALL_SET| Constructor and Description |
|---|
Claim() |
| Modifier and Type | Method and Description |
|---|---|
CodingDt |
addAdditionalMaterials()
Adds and returns a new value for additionalMaterials ()
|
Claim |
addAdditionalMaterials(CodingDt theValue)
Adds a given new value for additionalMaterials ()
|
CodingDt |
addCondition()
Adds and returns a new value for condition ()
|
Claim |
addCondition(CodingDt theValue)
Adds a given new value for condition ()
|
Claim.Coverage |
addCoverage()
Adds and returns a new value for coverage ()
|
Claim |
addCoverage(Claim.Coverage theValue)
Adds a given new value for coverage ()
|
Claim.Diagnosis |
addDiagnosis()
Adds and returns a new value for diagnosis ()
|
Claim |
addDiagnosis(Claim.Diagnosis theValue)
Adds a given new value for diagnosis ()
|
CodingDt |
addException()
Adds and returns a new value for exception ()
|
Claim |
addException(CodingDt theValue)
Adds a given new value for exception ()
|
IdentifierDt |
addIdentifier()
Adds and returns a new value for identifier ()
|
Claim |
addIdentifier(IdentifierDt theValue)
Adds a given new value for identifier ()
|
CodingDt |
addInterventionException()
Adds and returns a new value for interventionException ()
|
Claim |
addInterventionException(CodingDt theValue)
Adds a given new value for interventionException ()
|
Claim.Item |
addItem()
Adds and returns a new value for item ()
|
Claim |
addItem(Claim.Item theValue)
Adds a given new value for item ()
|
Claim.MissingTeeth |
addMissingTeeth()
Adds and returns a new value for missingTeeth ()
|
Claim |
addMissingTeeth(Claim.MissingTeeth theValue)
Adds a given new value for missingTeeth ()
|
Date |
getAccident()
Gets the value(s) for accident ().
|
DateDt |
getAccidentElement()
Gets the value(s) for accident ().
|
CodingDt |
getAccidentType()
Gets the value(s) for accidentType ().
|
List<CodingDt> |
getAdditionalMaterials()
Gets the value(s) for additionalMaterials ().
|
CodingDt |
getAdditionalMaterialsFirstRep()
Gets the first repetition for additionalMaterials (),
creating it if it does not already exist.
|
<T extends IElement> |
getAllPopulatedChildElementsOfType(Class<T> theType) |
List<CodingDt> |
getCondition()
Gets the value(s) for condition ().
|
CodingDt |
getConditionFirstRep()
Gets the first repetition for condition (),
creating it if it does not already exist.
|
List<Claim.Coverage> |
getCoverage()
Gets the value(s) for coverage ().
|
Claim.Coverage |
getCoverageFirstRep()
Gets the first repetition for coverage (),
creating it if it does not already exist.
|
Date |
getCreated()
Gets the value(s) for created ().
|
DateTimeDt |
getCreatedElement()
Gets the value(s) for created ().
|
List<Claim.Diagnosis> |
getDiagnosis()
Gets the value(s) for diagnosis ().
|
Claim.Diagnosis |
getDiagnosisFirstRep()
Gets the first repetition for diagnosis (),
creating it if it does not already exist.
|
ResourceReferenceDt |
getEnterer()
Gets the value(s) for enterer ().
|
List<CodingDt> |
getException()
Gets the value(s) for exception ().
|
CodingDt |
getExceptionFirstRep()
Gets the first repetition for exception (),
creating it if it does not already exist.
|
ResourceReferenceDt |
getFacility()
Gets the value(s) for facility ().
|
CodingDt |
getFundsReserve()
Gets the value(s) for fundsReserve ().
|
List<IdentifierDt> |
getIdentifier()
Gets the value(s) for identifier ().
|
IdentifierDt |
getIdentifierFirstRep()
Gets the first repetition for identifier (),
creating it if it does not already exist.
|
List<CodingDt> |
getInterventionException()
Gets the value(s) for interventionException ().
|
CodingDt |
getInterventionExceptionFirstRep()
Gets the first repetition for interventionException (),
creating it if it does not already exist.
|
List<Claim.Item> |
getItem()
Gets the value(s) for item ().
|
Claim.Item |
getItemFirstRep()
Gets the first repetition for item (),
creating it if it does not already exist.
|
List<Claim.MissingTeeth> |
getMissingTeeth()
Gets the value(s) for missingTeeth ().
|
Claim.MissingTeeth |
getMissingTeethFirstRep()
Gets the first repetition for missingTeeth (),
creating it if it does not already exist.
|
ResourceReferenceDt |
getOrganization()
Gets the value(s) for organization ().
|
ResourceReferenceDt |
getOriginalPrescription()
Gets the value(s) for originalPrescription ().
|
CodingDt |
getOriginalRuleset()
Gets the value(s) for originalRuleset ().
|
ResourceReferenceDt |
getPatient()
Gets the value(s) for patient ().
|
Claim.Payee |
getPayee()
Gets the value(s) for payee ().
|
ResourceReferenceDt |
getPrescription()
Gets the value(s) for prescription ().
|
CodingDt |
getPriority()
Gets the value(s) for priority ().
|
ResourceReferenceDt |
getProvider()
Gets the value(s) for provider ().
|
ResourceReferenceDt |
getReferral()
Gets the value(s) for referral ().
|
String |
getResourceName() |
CodingDt |
getRuleset()
Gets the value(s) for ruleset ().
|
String |
getSchool()
Gets the value(s) for school ().
|
StringDt |
getSchoolElement()
Gets the value(s) for school ().
|
FhirVersionEnum |
getStructureFhirVersionEnum() |
ResourceReferenceDt |
getTarget()
Gets the value(s) for target ().
|
String |
getType()
Gets the value(s) for type ().
|
BoundCodeDt<ClaimTypeEnum> |
getTypeElement()
Gets the value(s) for type ().
|
String |
getUse()
Gets the value(s) for use ().
|
BoundCodeDt<UseEnum> |
getUseElement()
Gets the value(s) for use ().
|
boolean |
isEmpty() |
Claim |
setAccident(DateDt theValue)
Sets the value(s) for accident ()
|
Claim |
setAccident(Date theDate,
TemporalPrecisionEnum thePrecision)
Sets the value for accident ()
|
Claim |
setAccidentType(CodingDt theValue)
Sets the value(s) for accidentType ()
|
Claim |
setAccidentWithDayPrecision(Date theDate)
Sets the value for accident ()
|
Claim |
setAdditionalMaterials(List<CodingDt> theValue)
Sets the value(s) for additionalMaterials ()
|
Claim |
setCondition(List<CodingDt> theValue)
Sets the value(s) for condition ()
|
Claim |
setCoverage(List<Claim.Coverage> theValue)
Sets the value(s) for coverage ()
|
Claim |
setCreated(Date theDate,
TemporalPrecisionEnum thePrecision)
Sets the value for created ()
|
Claim |
setCreated(DateTimeDt theValue)
Sets the value(s) for created ()
|
Claim |
setCreatedWithSecondsPrecision(Date theDate)
Sets the value for created ()
|
Claim |
setDiagnosis(List<Claim.Diagnosis> theValue)
Sets the value(s) for diagnosis ()
|
Claim |
setEnterer(ResourceReferenceDt theValue)
Sets the value(s) for enterer ()
|
Claim |
setException(List<CodingDt> theValue)
Sets the value(s) for exception ()
|
Claim |
setFacility(ResourceReferenceDt theValue)
Sets the value(s) for facility ()
|
Claim |
setFundsReserve(CodingDt theValue)
Sets the value(s) for fundsReserve ()
|
Claim |
setIdentifier(List<IdentifierDt> theValue)
Sets the value(s) for identifier ()
|
Claim |
setInterventionException(List<CodingDt> theValue)
Sets the value(s) for interventionException ()
|
Claim |
setItem(List<Claim.Item> theValue)
Sets the value(s) for item ()
|
Claim |
setMissingTeeth(List<Claim.MissingTeeth> theValue)
Sets the value(s) for missingTeeth ()
|
Claim |
setOrganization(ResourceReferenceDt theValue)
Sets the value(s) for organization ()
|
Claim |
setOriginalPrescription(ResourceReferenceDt theValue)
Sets the value(s) for originalPrescription ()
|
Claim |
setOriginalRuleset(CodingDt theValue)
Sets the value(s) for originalRuleset ()
|
Claim |
setPatient(ResourceReferenceDt theValue)
Sets the value(s) for patient ()
|
Claim |
setPayee(Claim.Payee theValue)
Sets the value(s) for payee ()
|
Claim |
setPrescription(ResourceReferenceDt theValue)
Sets the value(s) for prescription ()
|
Claim |
setPriority(CodingDt theValue)
Sets the value(s) for priority ()
|
Claim |
setProvider(ResourceReferenceDt theValue)
Sets the value(s) for provider ()
|
Claim |
setReferral(ResourceReferenceDt theValue)
Sets the value(s) for referral ()
|
Claim |
setRuleset(CodingDt theValue)
Sets the value(s) for ruleset ()
|
Claim |
setSchool(String theString)
Sets the value for school ()
|
Claim |
setSchool(StringDt theValue)
Sets the value(s) for school ()
|
Claim |
setTarget(ResourceReferenceDt theValue)
Sets the value(s) for target ()
|
Claim |
setType(BoundCodeDt<ClaimTypeEnum> theValue)
Sets the value(s) for type ()
|
Claim |
setType(ClaimTypeEnum theValue)
Sets the value(s) for type ()
|
Claim |
setUse(BoundCodeDt<UseEnum> theValue)
Sets the value(s) for use ()
|
Claim |
setUse(UseEnum theValue)
Sets the value(s) for use ()
|
getContained, getId, getIdElement, getLanguage, getResourceMetadata, getText, isBaseEmpty, setContained, setId, setId, setId, setLanguage, setResourceMetadata, setText, toStringaddUndeclaredExtension, addUndeclaredExtension, addUndeclaredExtension, getAllUndeclaredExtensions, getUndeclaredExtensions, getUndeclaredExtensionsByUrl, getUndeclaredModifierExtensionsclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitgetContained, getId, getLanguage, getResourceMetadata, getText, setId, setLanguage, setResourceMetadatagetIdElement, setId, setIdpublic static final String SP_IDENTIFIER
Description: The primary identifier of the financial resource
Type: token
Path: Claim.identifier
public static final TokenClientParam IDENTIFIER
Description: The primary identifier of the financial resource
Type: token
Path: Claim.identifier
public static final String SP_USE
Description: The kind of financial resource
Type: token
Path: Claim.use
public static final TokenClientParam USE
Description: The kind of financial resource
Type: token
Path: Claim.use
public static final String SP_PRIORITY
Description: Processing priority requested
Type: token
Path: Claim.priority
public static final TokenClientParam PRIORITY
Description: Processing priority requested
Type: token
Path: Claim.priority
public static final String SP_PATIENT
Description: Patient
Type: reference
Path: Claim.patient
public static final ReferenceClientParam PATIENT
Description: Patient
Type: reference
Path: Claim.patient
public static final String SP_PROVIDER
Description: Provider responsible for the claim
Type: reference
Path: Claim.provider
public static final ReferenceClientParam PROVIDER
Description: Provider responsible for the claim
Type: reference
Path: Claim.provider
public static final Include INCLUDE_PATIENT
public static final Include INCLUDE_PROVIDER
public Claim()
public <T extends IElement> List<T> getAllPopulatedChildElementsOfType(Class<T> theType)
getAllPopulatedChildElementsOfType in interface ICompositeElementpublic BoundCodeDt<ClaimTypeEnum> getTypeElement()
null.
Definition: The category of claim this is
public String getType()
null.
Definition: The category of claim this is
public Claim setType(BoundCodeDt<ClaimTypeEnum> theValue)
Definition: The category of claim this is
public Claim setType(ClaimTypeEnum theValue)
Definition: The category of claim this is
public List<IdentifierDt> getIdentifier()
null.
Definition: The business identifier for the instance: invoice number, claim number, pre-determination or pre-authorization number.
public Claim setIdentifier(List<IdentifierDt> theValue)
Definition: The business identifier for the instance: invoice number, claim number, pre-determination or pre-authorization number.
public IdentifierDt addIdentifier()
Definition: The business identifier for the instance: invoice number, claim number, pre-determination or pre-authorization number.
public Claim addIdentifier(IdentifierDt theValue)
Definition: The business identifier for the instance: invoice number, claim number, pre-determination or pre-authorization number.
theValue - The identifier to add (must not be null)public IdentifierDt getIdentifierFirstRep()
Definition: The business identifier for the instance: invoice number, claim number, pre-determination or pre-authorization number.
public CodingDt getRuleset()
null.
Definition: The version of the specification on which this instance relies.
public Claim setRuleset(CodingDt theValue)
Definition: The version of the specification on which this instance relies.
public CodingDt getOriginalRuleset()
null.
Definition: The version of the specification from which the original instance was created.
public Claim setOriginalRuleset(CodingDt theValue)
Definition: The version of the specification from which the original instance was created.
public DateTimeDt getCreatedElement()
null.
Definition: The date when the enclosed suite of services were performed or completed
public Date getCreated()
null.
Definition: The date when the enclosed suite of services were performed or completed
public Claim setCreated(DateTimeDt theValue)
Definition: The date when the enclosed suite of services were performed or completed
public Claim setCreated(Date theDate, TemporalPrecisionEnum thePrecision)
Definition: The date when the enclosed suite of services were performed or completed
public Claim setCreatedWithSecondsPrecision(Date theDate)
Definition: The date when the enclosed suite of services were performed or completed
public ResourceReferenceDt getTarget()
null.
Definition: Insurer Identifier, typical BIN number (6 digit).
public Claim setTarget(ResourceReferenceDt theValue)
Definition: Insurer Identifier, typical BIN number (6 digit).
public ResourceReferenceDt getProvider()
null.
Definition: The provider which is responsible for the bill, claim pre-determination, pre-authorization.
public Claim setProvider(ResourceReferenceDt theValue)
Definition: The provider which is responsible for the bill, claim pre-determination, pre-authorization.
public ResourceReferenceDt getOrganization()
null.
Definition: The organization which is responsible for the bill, claim pre-determination, pre-authorization.
public Claim setOrganization(ResourceReferenceDt theValue)
Definition: The organization which is responsible for the bill, claim pre-determination, pre-authorization.
public BoundCodeDt<UseEnum> getUseElement()
null.
Definition: Complete (Bill or Claim), Proposed (Pre-Authorization), Exploratory (Pre-determination).
public String getUse()
null.
Definition: Complete (Bill or Claim), Proposed (Pre-Authorization), Exploratory (Pre-determination).
public Claim setUse(BoundCodeDt<UseEnum> theValue)
Definition: Complete (Bill or Claim), Proposed (Pre-Authorization), Exploratory (Pre-determination).
public Claim setUse(UseEnum theValue)
Definition: Complete (Bill or Claim), Proposed (Pre-Authorization), Exploratory (Pre-determination).
public CodingDt getPriority()
null.
Definition: Immediate (stat), best effort (normal), deferred (deferred)
public Claim setPriority(CodingDt theValue)
Definition: Immediate (stat), best effort (normal), deferred (deferred)
public CodingDt getFundsReserve()
null.
Definition: In the case of a Pre-Determination/Pre-Authorization the provider may request that funds in the amount of the expected Benefit be reserved ('Patient' or 'Provider') to pay for the Benefits determined on the subsequent claim(s). 'None' explicitly indicates no funds reserving is requested.
public Claim setFundsReserve(CodingDt theValue)
Definition: In the case of a Pre-Determination/Pre-Authorization the provider may request that funds in the amount of the expected Benefit be reserved ('Patient' or 'Provider') to pay for the Benefits determined on the subsequent claim(s). 'None' explicitly indicates no funds reserving is requested.
public ResourceReferenceDt getEnterer()
null.
Definition: Person who created the invoice/claim/pre-determination or pre-authorization.
public Claim setEnterer(ResourceReferenceDt theValue)
Definition: Person who created the invoice/claim/pre-determination or pre-authorization.
public ResourceReferenceDt getFacility()
null.
Definition: Facility where the services were provided.
public Claim setFacility(ResourceReferenceDt theValue)
Definition: Facility where the services were provided.
public ResourceReferenceDt getPrescription()
null.
Definition: Prescription to support the dispensing of Pharmacy or Vision products.
public Claim setPrescription(ResourceReferenceDt theValue)
Definition: Prescription to support the dispensing of Pharmacy or Vision products.
public ResourceReferenceDt getOriginalPrescription()
null.
Definition: Original prescription to support the dispensing of pharmacy services, medications or products.
public Claim setOriginalPrescription(ResourceReferenceDt theValue)
Definition: Original prescription to support the dispensing of pharmacy services, medications or products.
public Claim.Payee getPayee()
null.
Definition: The party to be reimbursed for the services.
public Claim setPayee(Claim.Payee theValue)
Definition: The party to be reimbursed for the services.
public ResourceReferenceDt getReferral()
null.
Definition: The referral resource which lists the date, practitioner, reason and other supporting information.
public Claim setReferral(ResourceReferenceDt theValue)
Definition: The referral resource which lists the date, practitioner, reason and other supporting information.
public List<Claim.Diagnosis> getDiagnosis()
null.
Definition: Ordered list of patient diagnosis for which care is sought.
public Claim setDiagnosis(List<Claim.Diagnosis> theValue)
Definition: Ordered list of patient diagnosis for which care is sought.
public Claim.Diagnosis addDiagnosis()
Definition: Ordered list of patient diagnosis for which care is sought.
public Claim addDiagnosis(Claim.Diagnosis theValue)
Definition: Ordered list of patient diagnosis for which care is sought.
theValue - The diagnosis to add (must not be null)public Claim.Diagnosis getDiagnosisFirstRep()
Definition: Ordered list of patient diagnosis for which care is sought.
public List<CodingDt> getCondition()
null.
Definition: List of patient conditions for which care is sought.
public Claim setCondition(List<CodingDt> theValue)
Definition: List of patient conditions for which care is sought.
public CodingDt addCondition()
Definition: List of patient conditions for which care is sought.
public Claim addCondition(CodingDt theValue)
Definition: List of patient conditions for which care is sought.
theValue - The condition to add (must not be null)public CodingDt getConditionFirstRep()
Definition: List of patient conditions for which care is sought.
public ResourceReferenceDt getPatient()
null.
Definition: Patient Resource
public Claim setPatient(ResourceReferenceDt theValue)
Definition: Patient Resource
public List<Claim.Coverage> getCoverage()
null.
Definition: Financial instrument by which payment information for health care
public Claim setCoverage(List<Claim.Coverage> theValue)
Definition: Financial instrument by which payment information for health care
public Claim.Coverage addCoverage()
Definition: Financial instrument by which payment information for health care
public Claim addCoverage(Claim.Coverage theValue)
Definition: Financial instrument by which payment information for health care
theValue - The coverage to add (must not be null)public Claim.Coverage getCoverageFirstRep()
Definition: Financial instrument by which payment information for health care
public List<CodingDt> getException()
null.
Definition: Factors which may influence the applicability of coverage.
public Claim setException(List<CodingDt> theValue)
Definition: Factors which may influence the applicability of coverage.
public CodingDt addException()
Definition: Factors which may influence the applicability of coverage.
public Claim addException(CodingDt theValue)
Definition: Factors which may influence the applicability of coverage.
theValue - The exception to add (must not be null)public CodingDt getExceptionFirstRep()
Definition: Factors which may influence the applicability of coverage.
public StringDt getSchoolElement()
null.
Definition: Name of school for over-aged dependents.
public String getSchool()
null.
Definition: Name of school for over-aged dependents.
public Claim setSchool(StringDt theValue)
Definition: Name of school for over-aged dependents.
public Claim setSchool(String theString)
Definition: Name of school for over-aged dependents.
public DateDt getAccidentElement()
null.
Definition: Date of an accident which these services are addressing.
public Date getAccident()
null.
Definition: Date of an accident which these services are addressing.
public Claim setAccident(DateDt theValue)
Definition: Date of an accident which these services are addressing.
public Claim setAccident(Date theDate, TemporalPrecisionEnum thePrecision)
Definition: Date of an accident which these services are addressing.
public Claim setAccidentWithDayPrecision(Date theDate)
Definition: Date of an accident which these services are addressing.
public CodingDt getAccidentType()
null.
Definition: Type of accident: work, auto, etc.
public Claim setAccidentType(CodingDt theValue)
Definition: Type of accident: work, auto, etc.
public List<CodingDt> getInterventionException()
null.
Definition: A list of intervention and exception codes which may influence the adjudication of the claim.
public Claim setInterventionException(List<CodingDt> theValue)
Definition: A list of intervention and exception codes which may influence the adjudication of the claim.
public CodingDt addInterventionException()
Definition: A list of intervention and exception codes which may influence the adjudication of the claim.
public Claim addInterventionException(CodingDt theValue)
Definition: A list of intervention and exception codes which may influence the adjudication of the claim.
theValue - The interventionException to add (must not be null)public CodingDt getInterventionExceptionFirstRep()
Definition: A list of intervention and exception codes which may influence the adjudication of the claim.
public List<Claim.Item> getItem()
null.
Definition: First tier of goods and services
public Claim setItem(List<Claim.Item> theValue)
Definition: First tier of goods and services
public Claim.Item addItem()
Definition: First tier of goods and services
public Claim addItem(Claim.Item theValue)
Definition: First tier of goods and services
theValue - The item to add (must not be null)public Claim.Item getItemFirstRep()
Definition: First tier of goods and services
public List<CodingDt> getAdditionalMaterials()
null.
Definition: Code to indicate that Xrays, images, emails, documents, models or attachments are being sent in support of this submission.
public Claim setAdditionalMaterials(List<CodingDt> theValue)
Definition: Code to indicate that Xrays, images, emails, documents, models or attachments are being sent in support of this submission.
public CodingDt addAdditionalMaterials()
Definition: Code to indicate that Xrays, images, emails, documents, models or attachments are being sent in support of this submission.
public Claim addAdditionalMaterials(CodingDt theValue)
Definition: Code to indicate that Xrays, images, emails, documents, models or attachments are being sent in support of this submission.
theValue - The additionalMaterials to add (must not be null)public CodingDt getAdditionalMaterialsFirstRep()
Definition: Code to indicate that Xrays, images, emails, documents, models or attachments are being sent in support of this submission.
public List<Claim.MissingTeeth> getMissingTeeth()
null.
Definition: A list of teeth which would be expected but are not found due to having been previously extracted or for other reasons.
public Claim setMissingTeeth(List<Claim.MissingTeeth> theValue)
Definition: A list of teeth which would be expected but are not found due to having been previously extracted or for other reasons.
public Claim.MissingTeeth addMissingTeeth()
Definition: A list of teeth which would be expected but are not found due to having been previously extracted or for other reasons.
public Claim addMissingTeeth(Claim.MissingTeeth theValue)
Definition: A list of teeth which would be expected but are not found due to having been previously extracted or for other reasons.
theValue - The missingTeeth to add (must not be null)public Claim.MissingTeeth getMissingTeethFirstRep()
Definition: A list of teeth which would be expected but are not found due to having been previously extracted or for other reasons.
public String getResourceName()
getResourceName in interface IResourcepublic FhirVersionEnum getStructureFhirVersionEnum()
getStructureFhirVersionEnum in interface IResourcegetStructureFhirVersionEnum in interface IBaseResourceCopyright © 2014–2016 University Health Network. All rights reserved.