Skip to main content

HS.SDA3.CodeTableDetail.FinancialResourceStatus

serial class HS.SDA3.CodeTableDetail.FinancialResourceStatus extends HS.SDA3.CodeTableTranslated

Identifies the status of a financial resource.

To conform to the FHIR CARIN Blue Button Implementation Profiles, the Code property in this class requires the value set defined at http://hl7.org/fhir/ValueSet/fm-status. Refer to the HealthShare documentation for information on translating local codes into defined value sets.

Examples of FHIR financial resources that use the FHIR ValueSet http://hl7.org/fhir/fm-status to supply values for their "code" property:

Resource: EnrollmentRequest.status (code / Required)
Resource: CoverageEligibilityResponse.status (code / Required)
Resource: PaymentNotice.status (code / Required)
Resource: VisionPrescription.status (code / Required)
Resource: EnrollmentResponse.status (code / Required)
Resource: ClaimResponse.status (code / Required)
Resource: PaymentReconciliation.status (code / Required)
Resource: Coverage.status (code / Required)
Resource: CoverageEligibilityRequest.status (code / Required)
Resource: Claim.status (code / Required)

Property Inventory

Properties

property Code as HS.SDA3.StrippedString (MAXLEN = 32000);

Identifies the status of a financial FHIR resource.

To conform to the FHIR CARIN Blue Button Implementation Profiles, this property requires the value set defined at http://hl7.org/fhir/ValueSet/fm-status. Refer to the HealthShare documentation for information on translating local codes into defined value sets.

Property methods: CodeDisplayToLogical(), CodeGet(), CodeIsValid(), CodeLogicalToDisplay(), CodeLogicalToOdbc(), CodeNormalize(), CodeSet(), CodeXSDToLogical()
property Description as HS.SDA3.StrippedString (MAXLEN = 32000);

Display text for the status of a financial FHIR resource.

As is normal behavior for HS.SDA3.CodeTableDetail subclasses, if no Description is provided, the Code value is displayed.

Property methods: DescriptionDisplayToLogical(), DescriptionGet(), DescriptionIsValid(), DescriptionLogicalToDisplay(), DescriptionLogicalToOdbc(), DescriptionNormalize(), DescriptionSet(), DescriptionXSDToLogical()
Property methods: ExtensionGet(), ExtensionGetObject(), ExtensionGetObjectId(), ExtensionGetSwizzled(), ExtensionIsEmpty(), ExtensionIsValid(), ExtensionNewObject(), ExtensionSet(), ExtensionSetObject(), ExtensionSetObjectId(), ExtensionUnSwizzle()

Inherited Members

Inherited Properties

Inherited Methods

FeedbackOpens in a new tab