Created
March 4, 2023 14:56
-
-
Save pchatterjee/04d44d27bb02870b5de7792139fbea5b to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <?xml version="1.0" encoding="UTF-8"?> | |
| <patient nhs-no="7503557856"> | |
| <name> | |
| <first>Joseph</first> | |
| <middle>Michael</middle> | |
| <last>Bloggs</last> | |
| <previous/> | |
| <preferred>Joe</preferred> | |
| <title>Mr</title> | |
| </name> | |
| <address> | |
| <street>2 Gloucester Road</street> | |
| <street/> | |
| <city>Bristol</city> | |
| <county>Avon</county> | |
| <postcode>BS2 4QS</postcode> | |
| </address> | |
| <tel> | |
| <home>0117 9541054</home> | |
| <mobile>07710 234674</mobile> | |
| </tel> | |
| <email>joe.bloggs@email.com</email> | |
| <fax/> | |
| </patient> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment