RelationshipEdge

Schema for RelationshipEdge from CMS Marketplace API

MedicareMedicaidHealthcareHealth InsuranceFHIRFederal GovernmentDrug SpendingProvider DataQuality MeasuresClaims Data

Properties

Name Type Description
super_id string enrollee id
sub_id string enrollee id
relationship object
View JSON Schema on GitHub

JSON Schema

marketplace-relationshipedge.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "title": "RelationshipEdge",
  "description": "Schema for RelationshipEdge from CMS Marketplace API",
  "properties": {
    "super_id": {
      "type": "string",
      "description": "enrollee id"
    },
    "sub_id": {
      "type": "string",
      "description": "enrollee id"
    },
    "relationship": {
      "$ref": "#/definitions/Relationship"
    }
  }
}