Skip to content

Commit 91850a2

Browse files
authored
Small update to README files (#335)
1 parent c049aa1 commit 91850a2

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ The NHS 111 Report adaptor can receive messages from the NHS 111 service and pos
1515
The main objective of the 111 Adaptor is to hide complex legacy standards and instead present a simple and consistent interface aligned to current NHS England national standards.
1616
The adaptor receives ITK 2.2 wrapped Clinical Document Architecture (CDA) XML documents over web services, and converts them into structured FHIR messages before posting them onto the GP system's inbound event queue.
1717

18-
The 111 adaptor consists of two docker images:[proxy](https://hub.docker.com/r/nhsdev/nia-111-nginx-adaptor) and [adaptor](https://hub.docker.com/r/nhsdev/nia-111-adaptor), you must deploy it within your own environment.
18+
The 111 adaptor consists of two docker images: [proxy](https://hub.docker.com/r/nhsdev/nia-111-nginx-adaptor) and [adaptor](https://hub.docker.com/r/nhsdev/nia-111-adaptor), you must deploy it within your own environment.
1919

2020
The following diagram illustrates the NHS 111 Report adaptor:
2121
![111 SysContext](/img/111SysContext.png)

doc/ITK_FHIR_mapping.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -652,7 +652,7 @@ Mapped from `<healthCareFacility><location>`
652652
| Not populated | | birthDate |
653653
| Not populated | | Photo |
654654
| Not populated | | Qualification |
655-
| Not populated | | Coomunication |
655+
| Not populated | | Communication |
656656

657657
### Practitioner for informant & data enterer
658658

@@ -668,7 +668,7 @@ Mapped from `<healthCareFacility><location>`
668668
| Not populated | | birthDate |
669669
| Not populated | | Photo |
670670
| Not populated | | Qualification |
671-
| Not populated | | Coomunication |
671+
| Not populated | | Communication |
672672

673673
### Practitioner for author
674674

@@ -684,7 +684,7 @@ Mapped from `<healthCareFacility><location>`
684684
| Not populated | | birthDate |
685685
| Not populated | | Photo |
686686
| Not populated | | Qualification |
687-
| Not populated | | Coomunication |
687+
| Not populated | | Communication |
688688

689689
## Participant
690690

test-scripts/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ The services will listen on following ports
3434
* Run ./acceptance.sh
3535

3636
## Example bundle message
37-
* Example FHIR bundle messages can be found [here](./doc/json), they are the result of [input ITK messages](./doc/xml) converted to FHIR.
37+
* Example FHIR bundle messages can be found [here](../doc/json), they are the result of [input ITK messages](../doc/xml) converted to FHIR.
3838

3939
### Stopping the adapter:
4040

test-suite/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#Local
1+
## Local
22

33
### Installing
44

@@ -32,7 +32,7 @@ You can check if the backend instance is active by running:
3232
curl -v http://localhost:7070/healthcheck
3333
```
3434

35-
#Production
35+
## Production
3636

3737
### Installing
3838

0 commit comments

Comments
 (0)