Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add organisation (needs to be done before cohort 6 import) #631

Closed
AmaniKrayemRCPCH opened this issue Nov 14, 2023 · 1 comment · Fixed by #638
Closed

Add organisation (needs to be done before cohort 6 import) #631

AmaniKrayemRCPCH opened this issue Nov 14, 2023 · 1 comment · Fixed by #638
Assignees

Comments

@AmaniKrayemRCPCH
Copy link
Contributor

Can we add the following organisations

RAE01 - Bradford Royal Infirmary
COX3P - Manchester Local Care Organisation
RT5CF - City Community Paeds

I couldn't find the long/lat in as many decimal places as you have it for other sites.

{
    "OrganisationID": "",
    "OrganisationCode": "RAE01",
    "OrganisationType": "",
    "SubType": "",
    "Sector": "",
    "OrganisationStatus": "",
    "IsPimsManaged": "",
    "OrganisationName": "BRADFORD ROYAL INFIRMARY",
    "Address1": "DUCKWORTH LANE",
    "Address2": "",
    "Address3": "",
    "City": "BRADFORD",
    "County": "WEST YORKSHIRE",
    "Postcode": "BD9 6RH",
    "Latitude": "53.80683265969457",
    "Longitude": "-1.7966404739876927",
    "ParentODSCode": "RAE",
    "ParentName": "BRADFORD TEACHING HOSPITALS NHS FOUNDATION TRUST",
    "Phone": "",
    "Email": "",
    "Website": "",
    "Fax": "",
    "LocalAuthority": "E08000032",
},
{
    "OrganisationID": "",
    "OrganisationCode": "COX3P",
    "OrganisationType": "",
    "SubType": "",
    "Sector": "",
    "OrganisationStatus": "",
    "IsPimsManaged": "",
    "OrganisationName": "MANCHESTER LOCAL CARE ORGANISATION",
    "Address1": "5TH FLOOR, BRIDGEWATER HOUSE",
    "Address2": "58-60 WHITWORTH STREET",
    "Address3": "",
    "City": "MANCHESTER",
    "County": "GREATER MANCHESTER",
    "Postcode": "M1 6LT",
    "Latitude": "53.47520",
    "Longitude": "-2.24016",
    "ParentODSCode": "R0A",
    "ParentName": "MANCHESTER UNIVERSITY NHS FOUNDATION TRUST",
    "Phone": "",
    "Email": "",
    "Website": "",
    "Fax": "",
    "LocalAuthority": "E08000003",
},
{
    "OrganisationID": "",
    "OrganisationCode": "RT5CF",
    "OrganisationType": "",
    "SubType": "",
    "Sector": "",
    "OrganisationStatus": "",
    "IsPimsManaged": "",
    "OrganisationName": "CITY COMMUNITY PAEDS (EPMA)",
    "Address1": "RIVERSIDE HOUSE",
    "Address2": "BRIDGE PARK PLAZA",
    "Address3": "BRIDGE PARK ROAD",
    "City": "LEICESTER",
    "County": "LEICESTERSHIRE",
    "Postcode": "LE4 8PQ",
    "Latitude": "52.67650",
    "Longitude": "-1.10302",
    "ParentODSCode": "RT5",
    "ParentName": "LEICESTERSHIRE PARTNERSHIP NHS TRUST",
    "Phone": "",
    "Email": "",
    "Website": "",
    "Fax": "",
    "LocalAuthority": "E06000016",
},

The following can be removed:

{
    "OrganisationID": "",
    "OrganisationCode": "RR842",
    "OrganisationType": "",
    "SubType": "",
    "Sector": "",
    "OrganisationStatus": "",
    "IsPimsManaged": "",
    "OrganisationName": "BRADFORD ROYAL INFIRMARY",
    "Address1": "CHESNUT HOUSE",
    "Address2": "DUCKWORTH LANE",
    "Address3": "",
    "City": "BRADFORD",
    "County": "WEST YORKSHIRE",
    "Postcode": "BD9 6RJ",
    "Latitude": "53.80683265969457",
    "Longitude": "-1.7966404739876927",
    "ParentODSCode": "RR8",
    "ParentName": "LEEDS TEACHING HOSPITALS NHS TRUST",
    "Phone": "",
    "Email": "",
    "Website": "",
    "Fax": "",
    "LocalAuthority": "E08000032",
},
@dc2007git dc2007git self-assigned this Nov 16, 2023
@pacharanero
Copy link
Member

These organisations have been amended as per the data here

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants