Skip to content

Commit d535c07

Browse files
authored
Merge pull request #28 from NHSDigital/update/Readmemd
updated readme
2 parents 551bb00 + 403ed15 commit d535c07

1 file changed

Lines changed: 4 additions & 6 deletions

File tree

README.md

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -13,15 +13,15 @@ Current status of **validation-service-fhir-r4**
1313

1414
Install [node-js and npm](https://docs.npmjs.com/downloading-and-installing-node-js-and-npm)
1515

16-
Running instance of the `validation-service-fhir-r4`
16+
Running instance of the [IOPS-FHIR-Validation-Service](https://github.com/NHSDigital/IOPS-FHIR-Validation-Service)
1717

1818
## Tests
1919

2020
### Basic Tests
2121

2222
Create a directory for your tests.
2323
Create a folder for you tests called `Examples`.
24-
Clone this repo `git clone https://github.com/NHSDigital/IOPS-Validation.git`
24+
Clone this repo `git clone git@github.com:NHSDigital/IOPS-FHIR-Test-Scripts.git`
2525
Run the tests via `npm test`
2626

2727
### Test files in another folder
@@ -38,7 +38,7 @@ The tests can also be run against a series of folders laid out in a set way. Thi
3838

3939
This parameter with search for the following sub folders in the supplied path.
4040

41-
- CapabilityStatement
41+
- CapabilityStatement - **Note: To test against specific profiles, e.g. UK Core, this needs to be present. See UK Core for the [Asset](https://github.com/NHSDigital/FHIR-R4-UKCORE-STAGING-MAIN/blob/develop/CapabilityStatement/CapabilityStatement-UKCore.xml)**
4242
- CodeSystem
4343
- ConceptMap
4444
- Examples
@@ -55,9 +55,7 @@ This parameter with search for the following sub folders in the supplied path.
5555

5656
The validation-service-fhir-r4 can also be configured using this project. At present this is designed to be used in the testing of NHS Digital HL7 FHIR Implementation Guides using github workflows. This is done via
5757

58-
`make -C validation configure-validation`
59-
60-
Which calls `npm start`
58+
`cd validation && npm start`
6159

6260
Examples of use within a workflow can be found:
6361

0 commit comments

Comments
 (0)