The data is not real for privacy purposes. My goal is to convert this structure to a csv. The following columns are: {"city", "line/Address", "postalCode","state", "birthDate","Boolean", "url", "code", "display", "system"} I think that I need to make this into a dictionary.
{
"address": [
{
"city": "Sam town",
"line": [
"PO BOX 454545415198"
],
"postalCode": "99999999",
"state": "999"
}
],
"birthDate": "2040-15-84",
"Boolean": false,
"extension": [
{
"url": "none",
"valueCoding": {
"code": "99999",
"display": "None",
"system": "https://bluebutton.cms.gov/resources/variables/race"
}
}