Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
6 changes: 3 additions & 3 deletions doc/ITK_FHIR_mapping.md
Original file line number Diff line number Diff line change
Expand Up @@ -652,7 +652,7 @@ Mapped from `<healthCareFacility><location>`
| Not populated | | birthDate |
| Not populated | | Photo |
| Not populated | | Qualification |
| Not populated | | Coomunication |
| Not populated | | Communication |

### Practitioner for informant & data enterer

Expand All @@ -668,7 +668,7 @@ Mapped from `<healthCareFacility><location>`
| Not populated | | birthDate |
| Not populated | | Photo |
| Not populated | | Qualification |
| Not populated | | Coomunication |
| Not populated | | Communication |

### Practitioner for author

Expand All @@ -684,7 +684,7 @@ Mapped from `<healthCareFacility><location>`
| Not populated | | birthDate |
| Not populated | | Photo |
| Not populated | | Qualification |
| Not populated | | Coomunication |
| Not populated | | Communication |

## Participant

Expand Down
2 changes: 1 addition & 1 deletion test-scripts/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:

Expand Down
4 changes: 2 additions & 2 deletions test-suite/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#Local
## Local

### Installing

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

#Production
## Production

### Installing

Expand Down