# Get MemberMedicareResp Gets MemberMedicareResp Endpoint: GET /subscribers/{subscriberID}/members/{memberSeq}/medicare-responsibilities/{memberMedicareRespKey} Version: v1 Security: apiKeyAuth, bearerAuth ## Header parameters: - `vbasoftware-database` (string, required) Target database ## Path parameters: - `subscriberID` (string, required) Subscriber ID - `memberSeq` (string, required) Member Seq - `memberMedicareRespKey` (integer, required) MemberMedicareResp Key ## Response 200 fields (text/plain): - `data` (object) - `data.memberMedicareResp_Key` (integer) Unique identifier for each Medicare Reponsibility record on this Member. Note: The database will apply a default value of '0' for this field if a value is not provided. This field is also marked as NOT NULL in the database and therefore required by the API. If you do not have a value for this field, supply the database default value of '0' to meet the API requirements and ensure that the functionality occurs as expected. - `data.cobC_Assigned_DCN` (string,null) Indicates the coordination of benefits contractor's document control number. - `data.compliance_Flag1` (string,null) Compliance Code 1. - `data.compliance_Flag10` (string,null) Compliance Code 10. - `data.compliance_Flag2` (string,null) Compliance Code 2. - `data.compliance_Flag3` (string,null) Compliance Code 3. - `data.compliance_Flag4` (string,null) Compliance Code 4. - `data.compliance_Flag5` (string,null) Compliance Code 5. - `data.compliance_Flag6` (string,null) Compliance Code 6. - `data.compliance_Flag7` (string,null) Compliance Code 7. - `data.compliance_Flag8` (string,null) Compliance Code 8. - `data.compliance_Flag9` (string,null) Compliance Code 9. - `data.disposition_Code` (string,null) Disposition code that indicates the results of processing. - `data.disposition_Code_Date` (string, required) Date associated with the disposition code. - `data.ersD_Coord_Period_End_Date` (string, required) End date of the coordination period for the Member's End State Renal Disease. - `data.ersD_Coord_Period_Start_Date` (string, required) Start date of the coordination period for the Member's End Stage Renal Disease. - `data.esrD_Self_Training_Date` (string, required) Date when the Member started self-training. - `data.entry_Date` (string) Date when the record was first added to the system. - `data.entry_User` (string,null) User that first added the record to the system. - `data.error_Code1` (string,null) Error Code 1. - `data.error_Code2` (string,null) Error Code 2. - `data.error_Code3` (string,null) Error Code 3. - `data.error_Code4` (string,null) Error Code 4. - `data.first_Dialysis_Date` (string, required) Date when the Member first underwent dialysis. - `data.hicn` (string,null) Indicates the Medicare health insurance claim number. - `data.late_Submission_Ind` (string,null) Indicates that the Medicare Sec. 111 submission was late. - `data.msP_Birth_Date` (string, required) Date of birth of the Medicare Secondary Payor. - `data.msP_Eff_Date` (string, required) Date when the Medicare Secondary Payor becomes/became effective. - `data.msP_Gender` (string,null) Gender of the Medicare Secondary Payor. - `data.msP_Last_Name` (string,null) Medicare Secondary Payor's last name. - `data.msP_Term_Date` (string, required) Date when the Medicare Secondary Payor expires/expired. - `data.medicare_Part_A_Eff_Date` (string, required) Date when this Medicare part becomes/became effective. - `data.medicare_Part_A_Term_Date` (string, required) Date when this Medicare part expires/expired. - `data.medicare_Part_A_Update_Date` (string, required) Date when this Medicare part was last updated. - `data.medicare_Part_B_Eff_Date` (string, required) Date when this Medicare part becomes/became effective. - `data.medicare_Part_B_Term_Date` (string, required) Date when this Medicare part expires/expired. - `data.medicare_Part_B_Update_Date` (string, required) Date when this Medicare part was last updated. - `data.medicare_Part_C_Control_Num` (string,null) Indicates the control number for the associated Medicare part. - `data.medicare_Part_C_Eff_Date` (string, required) Date when this Medicare part becomes/became effective. - `data.medicare_Part_C_Term_Date` (string, required) Date when this Medicare part expires/expired. - `data.medicare_Part_C_Update_Date` (string, required) Date when this Medicare part was last updated. - `data.medicare_Part_D_Control_Num` (string,null) Indicates the control number for the associated Medicare part. - `data.medicare_Part_D_Eff_Date` (string, required) Date when this Medicare part becomes/became effective. - `data.medicare_Part_D_Term_Date` (string, required) Date when this Medicare part expires/expired. - `data.medicare_Part_D_Update_Date` (string, required) Date when this Medicare part was last updated. - `data.member_Seq` (string,null) References Members.Member_Seq value on the parent record. - `data.rrE_Assigned_DCN` (string,null) Indicates the responsiible reporting entity's assigned document control number. - `data.submission_Status` (string,null) Status of the Medicare Sec. 111 reporting. - `data.subscriber_ID` (string,null) References Members.Subscriber_ID value on the parent record. - `data.transplant_Date_Most_Recent` (string, required) Date of the Member's most recent transplant. - `data.transplant_Failure_Date_Most_Recent` (string, required) Date of the Member's most recent transplant failure. - `data.update_Date` (string) Date when the record was last updated in the system. - `data.update_User` (string,null) User that last updated the record in the system. - `error` (object) - `error.detail` (string,null) A human-readable explanation specific to this occurrence of the problem. - `error.instance` (string,null) A URI reference that identifies the specific occurrence of the problem.It may or may not yield further information if dereferenced. - `error.status` (integer) The HTTP status code([RFC7231], Section 6) generated by the origin server for this occurrence of the problem. - `error.title` (string,null) A short, human-readable summary of the problem type.It SHOULD NOT change from occurrence to occurrence of the problem, except for purposes of localization(e.g., using proactive content negotiation; see[RFC7231], Section 3.4). - `error.type` (string,null) A URI reference [RFC3986] that identifies the problem type. This specification encourages that, when dereferenced, it provide human-readable documentation for the problem type (e.g., using HTML [W3C.REC-html5-20141028]). When this member is not present, its value is assumed to be "about:blank". - `debug` (object) - `debug.activityID` (string, required) ## Response 401 fields