{
“$schema”: “http://json-schema.org/draft-07/schema#”,
“title”: “Roji Health Intelligence MeasurePatientsData schema”,
“type”: “object”,
“properties”: {
“MeasureOutput”: {
“type”: “array”,
“items”: {
“type”: “object”,
“properties”: {
“Author”: {
“type”: “string”
},
“Created”: {
“type”: “string”
},
“CreatedBy”: {
“type”: “string”
},
“schema”: {
“type”: “array”,
“items”: {
“type”: “object”,
“properties”: {
“$ref”: {
“type”: “string”
}
},
“required”: [
“$ref”
] }
},
“Measure”: {
“type”: “array”,
“items”: {
“type”: “object”,
“properties”: {
“ID”: {
“type”: “array”,
“items”: {
“type”: “object”,
“properties”: {
“Roji”: {
“type”: “number”
},
“CMS”: {
“type”: “string”
},
“NQFID”: {
“type”: “string”
}
},
“required”: [
“Roji”,
“CMS”,
“NQFID”
] }
},
“PerformanceYear”: {
“type”: “number”
},
“Name”: {
“type”: “string”
},
“MeasureType”: {
“type”: “string”
},
“PracticeProvider”: {
“type”: “array”,
“items”: {
“type”: “object”,
“properties”: {
“TIN”: {
“type”: “string”
},
“Practice”: {
“type”: “string”
},
“Provider”: {
“type”: “array”,
“items”: {
“type”: “object”,
“properties”: {
“NPI”: {
“type”: “string”
},
“Taxonomy”: {
“type”: “string”
},
“Provider”: {
“type”: “string”
},
“Patient”: {
“type”: “array”,
“items”: {
“type”: “object”,
“properties”: {
“ID”: {
“type”: “array”,
“items”: {
“type”: “object”,
“properties”: {
“Roji”: {
“type”: “number”
},
“Source”: {
“type”: “array”,
“items”: {
“type”: “object”,
“properties”: {
“System”: {
“type”: “string”
},
“ID”: {
“type”: “array”,
“items”: {
“type”: “object”,
“properties”: {
“ID”: {
“type”: “string”
}
},
“required”: [
“ID”
] }
}
},
“required”: [
“System”,
“ID”
] }
}
},
“required”: [
“Roji”,
“Source”
] }
},
“Name”: {
“type”: “array”,
“items”: {
“type”: “object”,
“properties”: {
“Family”: {
“type”: “string”
},
“Given”: {
“type”: “string”
}
},
“required”: [
“Family”,
“Given”
] }
},
“Payor”: {
“type”: “string”
},
“RiskScore”: {
“type”: “number”
},
“Gender”: {
“type”: “string”
},
“DateOfBirth”: {
“type”: “string”
},
“DateOfLastVisit”: {
“type”: “string”
},
“Eligibility”: {
“type”: “array”,
“items”: {
“type”: “object”,
“properties”: {
“Trigger”: {
“type”: “string”
},
“Date”: {
“type”: “string”
}
},
“required”: [
“Trigger”,
“Date”
] }
},
“Quality”: {
“type”: “array”,
“items”: {
“type”: “object”,
“properties”: {
“Code”: {},
“Value”: {},
“Complience”: {},
“Date”: {},
“Source”: {}
},
“required”: [
“Code”,
“Value”,
“Complience”,
“Date”,
“Source”
] }
}
},
“required”: [
“ID”,
“Name”,
“Payor”,
“RiskScore”,
“Gender”,
“DateOfBirth”,
“DateOfLastVisit”,
“Eligibility”,
“Quality”
] }
}
},
“required”: [
“NPI”,
“Taxonomy”,
“Provider”,
“Patient”
] }
}
},
“required”: [
“TIN”,
“Practice”,
“Provider”
] }
}
},
“required”: [
“ID”,
“PerformanceYear”,
“Name”,
“MeasureType”,
“PracticeProvider”
] }
}
},
“required”: [
“Author”,
“Created”,
“CreatedBy”,
“schema”,
“Measure”
] }
}
},
“required”: [
“MeasureOutput”
] }