diff --git a/README.md b/README.md index 00696490..8ba004bb 100755 --- a/README.md +++ b/README.md @@ -15,7 +15,7 @@ The NHS 111 Report adaptor can receive messages from the NHS 111 service and pos 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. 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. -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. +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. The following diagram illustrates the NHS 111 Report adaptor: ![111 SysContext](/img/111SysContext.png) diff --git a/doc/ITK_FHIR_mapping.md b/doc/ITK_FHIR_mapping.md index 698223f4..415113b8 100644 --- a/doc/ITK_FHIR_mapping.md +++ b/doc/ITK_FHIR_mapping.md @@ -652,7 +652,7 @@ Mapped from `` | Not populated | | birthDate | | Not populated | | Photo | | Not populated | | Qualification | -| Not populated | | Coomunication | +| Not populated | | Communication | ### Practitioner for informant & data enterer @@ -668,7 +668,7 @@ Mapped from `` | Not populated | | birthDate | | Not populated | | Photo | | Not populated | | Qualification | -| Not populated | | Coomunication | +| Not populated | | Communication | ### Practitioner for author @@ -684,7 +684,7 @@ Mapped from `` | Not populated | | birthDate | | Not populated | | Photo | | Not populated | | Qualification | -| Not populated | | Coomunication | +| Not populated | | Communication | ## Participant diff --git a/test-scripts/README.md b/test-scripts/README.md index 0c973c65..942273e3 100644 --- a/test-scripts/README.md +++ b/test-scripts/README.md @@ -34,7 +34,7 @@ The services will listen on following ports * Run ./acceptance.sh ## Example bundle message -* Example FHIR bundle messages can be found [here](./doc/json), they are the result of [input ITK messages](./doc/xml) converted to FHIR. +* Example FHIR bundle messages can be found [here](../doc/json), they are the result of [input ITK messages](../doc/xml) converted to FHIR. ### Stopping the adapter: diff --git a/test-suite/README.md b/test-suite/README.md index 7b8e35c9..6d146a98 100644 --- a/test-suite/README.md +++ b/test-suite/README.md @@ -1,4 +1,4 @@ -#Local +## Local ### Installing @@ -32,7 +32,7 @@ You can check if the backend instance is active by running: curl -v http://localhost:7070/healthcheck ``` -#Production +## Production ### Installing