Use
public enum Use: String
Complete, proposed, exploratory, other
URL: http://hl7.org/fhir/claim-use ValueSet: http://hl7.org/fhir/ValueSet/claim-use
-
The treatment is complete and this represents a Claim for the services.
Declaration
Swift
case complete = "complete"
-
The treatment is proposed and this represents a Pre-authorization for the services.
Declaration
Swift
case proposed = "proposed"
-
The treatment is proposed and this represents a Pre-determination for the services.
Declaration
Swift
case exploratory = "exploratory"
-
A locally defined or otherwise resolved status.
Declaration
Swift
case other = "other"