# PRSB Headings in machine-readable form - you're welcome! **Category:** [open forum](https://openhealthhub.org/c/open-forum/9) **Created:** 2018-10-04 15:15 UTC **Views:** 1769 **Replies:** 5 **URL:** https://openhealthhub.org/t/prsb-headings-in-machine-readable-form-youre-welcome/1805 --- ## Post #1 by @pacharanero I was in a meeting today and had a few spare minutes so I collated the .xlsx and .json versions of the PRSB headings in one repo to make them easier to obtain. Not sure if it will be of any use to anyone at this stage, but here you are. https://github.com/pacharanero/prsb-headings I'd like to see if I can use these .json files to automatically create JSON Schema or even object models in a web framework or language. Or openEHR archetypes? Open to ideas/collaborations M --- ## Post #2 by @mayfield.g.kev Is their a consolidated list of headings? I think a lot of headings/sections are repeated, definitely the resources are. This thread is about creating the docs, https://www.openhealthhub.org/t/constructing-e-discharge-summary-fhir-document-any-tool/1803/2 I think a lot of this is boiler plate code, I’m uses resources that way. We’ve built once for care connect api, the code just grabs these and assembles then according to the ‘script’ and generates the narrative. --- ## Post #3 by @Tharma machine readable form - does it mean the format of it (e-discharge summary with PRSB heading) should be sent to MESH is .json or .xml ? --- ## Post #4 by @mayfield.g.kev Content of FHIR Documents in transfer of care is always XML across MESH. --- ## Post #5 by @mayfield.g.kev In this app, the PRSB docs are stored in a mongo database as Bson and the interactions are Json https://data.developer.nhs.uk/document-viewer/ They can be imported as Json but we’ve only tested with xml (as that’s how they are from MESH) Example patients are William Smith Julie jones --- ## Post #6 by @mayfield.g.kev And... In java we use hapi libraries and JavaScript @types/fhir from npm. Hoping to post on iOS/Mac swift soon... --- **Canonical:** https://openhealthhub.org/t/prsb-headings-in-machine-readable-form-youre-welcome/1805 **Original content:** https://openhealthhub.org/t/prsb-headings-in-machine-readable-form-youre-welcome/1805