Skip to content

Commit 0fc8702

Browse files
committed
docker load response
1 parent 3d74cbd commit 0fc8702

1 file changed

Lines changed: 12 additions & 8 deletions

File tree

specification/immunisation-fhir-api.yaml

Lines changed: 12 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -223,7 +223,8 @@ paths:
223223
description: |
224224
## Overview
225225
Use this interaction to search for a patient's vaccination records using their NHS number and DiseaseType. You can request the patient's vaccination history for one or more specified 'disease types'. You may limit the vaccination records by specifying date criteria, for example if you only need to know about vaccinations administered in the last 12 months.
226-
Vaccination event details may be obfuscated for sensitive information. The response will not include contained resources for patient or practitioner within each immunization resource it returns. A single, separate patient resource will be included in the bundle and referenced by each immunization.
226+
Location related data items are included. Patient location sensitivity indicators (such as flags for sensitive patient records) should be obtained by connecting systems from the [Personal Demographics Service (PDS)](https://digital.nhs.uk/services/personal-demographics-service) and used to apply data filtering as appropriate.
227+
The response will not include contained resources for patient or practitioner within each immunization resource it returns. A single, separate patient resource will be included in the bundle and referenced by each immunization.
227228
Vaccination events submitted without an NHS Number will not be available for retrieval via this interaction. Also, where a patient has a change of NHS Number some or all records may be unavailable via this interaction for a short period of time whilst records are updated.
228229
You must be authorised for the search interaction and the disease type(s) specified in your search in order to access the records.
229230
@@ -1151,7 +1152,7 @@ components:
11511152
gender: unknown
11521153
birthDate: '1965-02-28'
11531154
address:
1154-
- postalCode: ZZ99 3CZ
1155+
- postalCode: EC1A 1BB
11551156
extension:
11561157
- url: >-
11571158
https://fhir.hl7.org.uk/StructureDefinition/Extension-UKCore-VaccinationProcedure
@@ -1161,6 +1162,10 @@ components:
11611162
code: '1303503001'
11621163
display: >-
11631164
Administration of RSV (respiratory syncytial virus) vaccine
1165+
identifier:
1166+
- use: official
1167+
system: 'https://supplierABC/identifiers/vacc'
1168+
value: e2154d29-1ead-4830-a513-0d59705078fa
11641169
status: completed
11651170
vaccineCode:
11661171
coding:
@@ -1175,8 +1180,8 @@ components:
11751180
primarySource: true
11761181
location:
11771182
identifier:
1178-
system: 'urn:iso:std:iso:3166'
1179-
value: GB
1183+
system: 'https://fhir.nhs.uk/Id/ods-organization-code'
1184+
value: 'X99999'
11801185
manufacturer:
11811186
display: AstraZeneca Ltd
11821187
lotNumber: 4120Z001
@@ -1203,7 +1208,7 @@ components:
12031208
type: Organization
12041209
identifier:
12051210
system: 'https://fhir.nhs.uk/Id/ods-organization-code'
1206-
value: N2N9I
1211+
value: B0C4P
12071212
reasonCode:
12081213
- coding:
12091214
- system: 'http://snomed.info/sct'
@@ -1293,8 +1298,8 @@ components:
12931298
primarySource: true
12941299
location:
12951300
identifier:
1296-
system: 'urn:iso:std:iso:3166'
1297-
value: GB
1301+
system: 'https://fhir.nhs.uk/Id/ods-organization-code'
1302+
value: 'X99999'
12981303
manufacturer:
12991304
display: AstraZeneca Ltd
13001305
lotNumber: 4120Z001
@@ -1343,7 +1348,6 @@ components:
13431348
identifier:
13441349
- system: 'https://fhir.nhs.uk/Id/nhs-number'
13451350
value: '9449306206'
1346-
birthDate: '2014-03-25'
13471351
search:
13481352
mode: include
13491353
total: 1

0 commit comments

Comments
 (0)