Skip to content

Commit 11cc1b9

Browse files
committed
VED-789: Fix lint issues
1 parent 016238b commit 11cc1b9

File tree

5 files changed

+316
-320
lines changed

5 files changed

+316
-320
lines changed
Lines changed: 169 additions & 173 deletions
Original file line numberDiff line numberDiff line change
@@ -1,174 +1,170 @@
11
{
2-
"resourceType": "Immunization",
3-
"status": "completed",
4-
"protocolApplied": [
5-
{
6-
"targetDisease": [
7-
{
8-
"coding": [
9-
{
10-
"system": "http://snomed.info/sct",
11-
"code": "14189004",
12-
"display": "Measles (disorder)"
13-
}
14-
]
15-
},
16-
{
17-
"coding": [
18-
{
19-
"system": "http://snomed.info/sct",
20-
"code": "36989005",
21-
"display": "Mumps (disorder)"
22-
}
23-
]
24-
},
25-
{
26-
"coding": [
27-
{
28-
"system": "http://snomed.info/sct",
29-
"code": "36653000",
30-
"display": "Rubella (disorder)"
31-
}
32-
]
33-
}
34-
],
35-
"doseNumberPositiveInt": 1
36-
}
37-
],
38-
"reasonCode": [
39-
{
40-
"coding": [
41-
{
42-
"system": "http://snomed.info/sct",
43-
"code": "1037351000000105"
44-
}
45-
]
46-
}
47-
],
48-
"recorded": "2025-09-15T09:49:38+00:00",
49-
"identifier": [
50-
{
51-
"value": "48a4dde2-929a-47dc-ae9e-0234d6efc40a",
52-
"system": "https://www.ravs.england.nhs.uk/"
53-
}
54-
],
55-
"patient": {
56-
"reference": "#Patient1"
57-
},
58-
"contained": [
59-
{
60-
"id": "Patient1",
61-
"resourceType": "Patient",
62-
"birthDate": "2013-01-08",
63-
"gender": "male",
64-
"address": [
65-
{
66-
"postalCode": "SP6 4WE"
67-
}
68-
],
69-
"identifier": [
70-
{
71-
"system": "https://fhir.nhs.uk/Id/nhs-number",
72-
"value": "9489927848"
73-
}
74-
],
75-
"name": [
76-
{
77-
"family": "Taylor",
78-
"given": [
79-
"Laura"
80-
]
81-
}
82-
]
83-
},
84-
{
85-
"resourceType": "Practitioner",
86-
"id": "Practitioner1",
87-
"name": [
88-
{
89-
"family": "Taylor",
90-
"given": [
91-
"Anthony"
92-
]
93-
}
94-
]
95-
}
96-
],
97-
"vaccineCode": {
98-
"coding": [
99-
{
100-
"system": "http://snomed.info/sct",
101-
"code": "42223111000001107",
102-
"display": "Influenza Tetra MYL vaccine suspension for injection 0.5ml pre-filled syringes (Mylan)"
103-
}
104-
]
105-
},
106-
"manufacturer": {
107-
"display": "Mylan"
108-
},
109-
"expirationDate": "2025-09-20",
110-
"lotNumber": "BN40379485850",
111-
"extension": [
112-
{
113-
"url": "https://fhir.hl7.org.uk/StructureDefinition/Extension-UKCore-VaccinationProcedure",
114-
"valueCodeableConcept": {
115-
"coding": [
116-
{
117-
"system": "http://snomed.info/sct",
118-
"code": "956951000000104",
119-
"display": "RSV vaccination in pregnancy (procedure)"
120-
}
121-
]
122-
}
123-
}
124-
],
125-
"occurrenceDateTime": "2025-09-11T07:14:25+00:00",
126-
"primarySource": true,
127-
"site": {
128-
"coding": [
129-
{
130-
"system": "http://snomed.info/sct",
131-
"code": "368209003",
132-
"display": "Right arm"
133-
}
134-
]
135-
},
136-
"route": {
137-
"coding": [
138-
{
139-
"system": "http://snomed.info/sct",
140-
"code": "1210999013",
141-
"display": "Intradermal use"
142-
}
143-
]
144-
},
145-
"doseQuantity": {
146-
"value": 0.3,
147-
"unit": "Inhalation - unit of product usage",
148-
"system": "http://snomed.info/sct",
149-
"code": "2622896019"
150-
},
151-
"performer": [
152-
{
153-
"actor": {
154-
"type": "Organization",
155-
"identifier": {
156-
"system": "https://fhir.nhs.uk/Id/ods-organization-code",
157-
"value": "RJ1"
158-
}
159-
}
160-
},
161-
{
162-
"actor": {
163-
"reference": "#Practitioner1"
164-
}
165-
}
166-
],
167-
"location": {
168-
"identifier": {
169-
"value": "RJC02",
170-
"system": "https://fhir.nhs.uk/Id/ods-organization-code"
171-
}
172-
},
173-
"id": "976ccbf1-5ced-4541-8664-3953bf2ff026"
174-
}
2+
"resourceType": "Immunization",
3+
"status": "completed",
4+
"protocolApplied": [
5+
{
6+
"targetDisease": [
7+
{
8+
"coding": [
9+
{
10+
"system": "http://snomed.info/sct",
11+
"code": "14189004",
12+
"display": "Measles (disorder)"
13+
}
14+
]
15+
},
16+
{
17+
"coding": [
18+
{
19+
"system": "http://snomed.info/sct",
20+
"code": "36989005",
21+
"display": "Mumps (disorder)"
22+
}
23+
]
24+
},
25+
{
26+
"coding": [
27+
{
28+
"system": "http://snomed.info/sct",
29+
"code": "36653000",
30+
"display": "Rubella (disorder)"
31+
}
32+
]
33+
}
34+
],
35+
"doseNumberPositiveInt": 1
36+
}
37+
],
38+
"reasonCode": [
39+
{
40+
"coding": [
41+
{
42+
"system": "http://snomed.info/sct",
43+
"code": "1037351000000105"
44+
}
45+
]
46+
}
47+
],
48+
"recorded": "2025-09-15T09:49:38+00:00",
49+
"identifier": [
50+
{
51+
"value": "48a4dde2-929a-47dc-ae9e-0234d6efc40a",
52+
"system": "https://www.ravs.england.nhs.uk/"
53+
}
54+
],
55+
"patient": {
56+
"reference": "#Patient1"
57+
},
58+
"contained": [
59+
{
60+
"id": "Patient1",
61+
"resourceType": "Patient",
62+
"birthDate": "2013-01-08",
63+
"gender": "male",
64+
"address": [
65+
{
66+
"postalCode": "SP6 4WE"
67+
}
68+
],
69+
"identifier": [
70+
{
71+
"system": "https://fhir.nhs.uk/Id/nhs-number",
72+
"value": "9489927848"
73+
}
74+
],
75+
"name": [
76+
{
77+
"family": "Taylor",
78+
"given": ["Laura"]
79+
}
80+
]
81+
},
82+
{
83+
"resourceType": "Practitioner",
84+
"id": "Practitioner1",
85+
"name": [
86+
{
87+
"family": "Taylor",
88+
"given": ["Anthony"]
89+
}
90+
]
91+
}
92+
],
93+
"vaccineCode": {
94+
"coding": [
95+
{
96+
"system": "http://snomed.info/sct",
97+
"code": "42223111000001107",
98+
"display": "Influenza Tetra MYL vaccine suspension for injection 0.5ml pre-filled syringes (Mylan)"
99+
}
100+
]
101+
},
102+
"manufacturer": {
103+
"display": "Mylan"
104+
},
105+
"expirationDate": "2025-09-20",
106+
"lotNumber": "BN40379485850",
107+
"extension": [
108+
{
109+
"url": "https://fhir.hl7.org.uk/StructureDefinition/Extension-UKCore-VaccinationProcedure",
110+
"valueCodeableConcept": {
111+
"coding": [
112+
{
113+
"system": "http://snomed.info/sct",
114+
"code": "956951000000104",
115+
"display": "RSV vaccination in pregnancy (procedure)"
116+
}
117+
]
118+
}
119+
}
120+
],
121+
"occurrenceDateTime": "2025-09-11T07:14:25+00:00",
122+
"primarySource": true,
123+
"site": {
124+
"coding": [
125+
{
126+
"system": "http://snomed.info/sct",
127+
"code": "368209003",
128+
"display": "Right arm"
129+
}
130+
]
131+
},
132+
"route": {
133+
"coding": [
134+
{
135+
"system": "http://snomed.info/sct",
136+
"code": "1210999013",
137+
"display": "Intradermal use"
138+
}
139+
]
140+
},
141+
"doseQuantity": {
142+
"value": 0.3,
143+
"unit": "Inhalation - unit of product usage",
144+
"system": "http://snomed.info/sct",
145+
"code": "2622896019"
146+
},
147+
"performer": [
148+
{
149+
"actor": {
150+
"type": "Organization",
151+
"identifier": {
152+
"system": "https://fhir.nhs.uk/Id/ods-organization-code",
153+
"value": "RJ1"
154+
}
155+
}
156+
},
157+
{
158+
"actor": {
159+
"reference": "#Practitioner1"
160+
}
161+
}
162+
],
163+
"location": {
164+
"identifier": {
165+
"value": "RJC02",
166+
"system": "https://fhir.nhs.uk/Id/ods-organization-code"
167+
}
168+
},
169+
"id": "976ccbf1-5ced-4541-8664-3953bf2ff026"
170+
}

0 commit comments

Comments
 (0)