Skip to content

Commit 260dfd3

Browse files
Fix OPC4 to OPCS-4 name in documentation.
1 parent 6b98f33 commit 260dfd3

17 files changed

+26
-26
lines changed

OmopTransformer/SUS/APC/DeviceExposure/SusAPCDeviceExposure.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ where NHSNumber is not null
2525
<Origin>PROCEDURE DATE</Origin>
2626
</Explanation>
2727
<Explanation columnName="PrimaryProcedure">
28-
<Description>OPC4 Procedure code.</Description>
28+
<Description>OPCS-4 Procedure code.</Description>
2929
<Origin>PROCEDURE (OPCS)</Origin>
3030
</Explanation>
3131
</Explanations>

OmopTransformer/SUS/APC/Observation/ProcedureObservations/SusAPCProcedureObservations.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ order by
3030
<Origin>PROCEDURE DATE</Origin>
3131
</Explanation>
3232
<Explanation columnName="PrimaryProcedure">
33-
<Description>OPC4 Procedure code.</Description>
33+
<Description>OPCS-4 Procedure code.</Description>
3434
<Origin>PROCEDURE (OPCS)</Origin>
3535
</Explanation>
3636
</Explanations>

OmopTransformer/SUS/APC/ProcedureOccurrence/SusAPCProcedureOccurrence.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ order by
3030
<Origin>PROCEDURE DATE</Origin>
3131
</Explanation>
3232
<Explanation columnName="PrimaryProcedure">
33-
<Description>OPC4 Procedure code.</Description>
33+
<Description>OPCS-4 Procedure code.</Description>
3434
<Origin>PROCEDURE (OPCS)</Origin>
3535
</Explanation>
3636
</Explanations>

OmopTransformer/SUS/OP/DeviceExposure/SusOPDeviceExposure.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
<Origin>APPOINTMENT TIME</Origin>
3636
</Explanation>
3737
<Explanation columnName="PrimaryProcedure">
38-
<Description>OPC4 Procedure code.</Description>
38+
<Description>OPCS-4 Procedure code.</Description>
3939
<Origin>PROCEDURE (OPCS)</Origin>
4040
</Explanation>
4141
</Explanations>

OmopTransformer/SUS/OP/Observation/ProcedureObservation/SusOPProcedureObservation.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ order by
5050
</Explanation>
5151

5252
<Explanation columnName="PrimaryProcedure">
53-
<Description>OPC4 Procedure code.</Description>
53+
<Description>OPCS-4 Procedure code.</Description>
5454
<Origin>PROCEDURE (OPCS)</Origin>
5555
</Explanation>
5656
</Explanations>

OmopTransformer/SUS/OP/ProcedureOccurrence/SusOPProcedureOccurrence.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ order by
5050
</Explanation>
5151

5252
<Explanation columnName="PrimaryProcedure">
53-
<Description>OPC4 Procedure code.</Description>
53+
<Description>OPCS-4 Procedure code.</Description>
5454
<Origin>PROCEDURE (OPCS)</Origin>
5555
</Explanation>
5656
</Explanations>

docs/transformation-documentation/DeviceExposure_device_source_concept_id.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ has_toc: false
1010
Source column `PrimaryProcedure`.
1111
Resolve OPCS4 codes to OMOP concepts. If code cannot be mapped, map using the parent code.
1212

13-
* `PrimaryProcedure` OPC4 Procedure code. [PROCEDURE (OPCS)](https://www.datadictionary.nhs.uk/data_elements/procedure__opcs_.html)
13+
* `PrimaryProcedure` OPCS-4 Procedure code. [PROCEDURE (OPCS)](https://www.datadictionary.nhs.uk/data_elements/procedure__opcs_.html)
1414

1515
```sql
1616
select
@@ -91,7 +91,7 @@ Notes
9191
Source column `PrimaryProcedure`.
9292
Resolve OPCS4 codes to OMOP concepts. If code cannot be mapped, map using the parent code.
9393

94-
* `PrimaryProcedure` OPC4 Procedure code. [PROCEDURE (OPCS)](https://www.datadictionary.nhs.uk/data_elements/procedure__opcs_.html)
94+
* `PrimaryProcedure` OPCS-4 Procedure code. [PROCEDURE (OPCS)](https://www.datadictionary.nhs.uk/data_elements/procedure__opcs_.html)
9595

9696
```sql
9797
select

docs/transformation-documentation/DeviceExposure_device_source_value.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ has_toc: false
99
### SUS OP Device Exposure
1010
* Value copied from `PrimaryProcedure`
1111

12-
* `PrimaryProcedure` OPC4 Procedure code. [PROCEDURE (OPCS)](https://www.datadictionary.nhs.uk/data_elements/procedure__opcs_.html)
12+
* `PrimaryProcedure` OPCS-4 Procedure code. [PROCEDURE (OPCS)](https://www.datadictionary.nhs.uk/data_elements/procedure__opcs_.html)
1313

1414
```sql
1515
select
@@ -57,7 +57,7 @@ has_toc: false
5757
### SUS APC Procedure Occurrence
5858
* Value copied from `PrimaryProcedure`
5959

60-
* `PrimaryProcedure` OPC4 Procedure code. [PROCEDURE (OPCS)](https://www.datadictionary.nhs.uk/data_elements/procedure__opcs_.html)
60+
* `PrimaryProcedure` OPCS-4 Procedure code. [PROCEDURE (OPCS)](https://www.datadictionary.nhs.uk/data_elements/procedure__opcs_.html)
6161

6262
```sql
6363
select

docs/transformation-documentation/Observation_observation_source_concept_id.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ has_toc: false
1010
Source column `PrimaryProcedure`.
1111
Resolve OPCS4 codes to OMOP concepts. If code cannot be mapped, map using the parent code.
1212

13-
* `PrimaryProcedure` OPC4 Procedure code. [PROCEDURE (OPCS)](https://www.datadictionary.nhs.uk/data_elements/procedure__opcs_.html)
13+
* `PrimaryProcedure` OPCS-4 Procedure code. [PROCEDURE (OPCS)](https://www.datadictionary.nhs.uk/data_elements/procedure__opcs_.html)
1414

1515
```sql
1616
with results as
@@ -90,7 +90,7 @@ Resolve OPCS4 codes to OMOP concepts. If code cannot be mapped, map using the pa
9090
Source column `PrimaryProcedure`.
9191
Resolve OPCS4 codes to OMOP concepts. If code cannot be mapped, map using the parent code.
9292

93-
* `PrimaryProcedure` OPC4 Procedure code. [PROCEDURE (OPCS)](https://www.datadictionary.nhs.uk/data_elements/procedure__opcs_.html)
93+
* `PrimaryProcedure` OPCS-4 Procedure code. [PROCEDURE (OPCS)](https://www.datadictionary.nhs.uk/data_elements/procedure__opcs_.html)
9494

9595
```sql
9696
select

docs/transformation-documentation/ProcedureOccurrence_procedure_source_concept_id.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ has_toc: false
1010
Source column `PrimaryProcedure`.
1111
Resolve OPCS4 codes to OMOP concepts. If code cannot be mapped, map using the parent code.
1212

13-
* `PrimaryProcedure` OPC4 Procedure code. [PROCEDURE (OPCS)](https://www.datadictionary.nhs.uk/data_elements/procedure__opcs_.html)
13+
* `PrimaryProcedure` OPCS-4 Procedure code. [PROCEDURE (OPCS)](https://www.datadictionary.nhs.uk/data_elements/procedure__opcs_.html)
1414

1515
```sql
1616
with results as
@@ -150,7 +150,7 @@ order by
150150
Source column `PrimaryProcedure`.
151151
Resolve OPCS4 codes to OMOP concepts. If code cannot be mapped, map using the parent code.
152152

153-
* `PrimaryProcedure` OPC4 Procedure code. [PROCEDURE (OPCS)](https://www.datadictionary.nhs.uk/data_elements/procedure__opcs_.html)
153+
* `PrimaryProcedure` OPCS-4 Procedure code. [PROCEDURE (OPCS)](https://www.datadictionary.nhs.uk/data_elements/procedure__opcs_.html)
154154

155155
```sql
156156
select

0 commit comments

Comments
 (0)