Skip to content

Commit ed59fba

Browse files
committed
fixing AgentDirectory error
1 parent 9fdc634 commit ed59fba

File tree

1 file changed

+50
-0
lines changed

1 file changed

+50
-0
lines changed

wiremock/stubs/__files/mediTest.json

Lines changed: 50 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -105,6 +105,14 @@
105105
],
106106
"versionId": "79a9700a9ccf662c7f1dbb571615e9cd"
107107
},
108+
"extension": [
109+
{
110+
"url": "https://fhir.nhs.uk/STU3/StructureDefinition/Extension-CareConnect-GPC-MainLocation-1",
111+
"valueReference": {
112+
"reference": "Location/EB3994A6-5A87-4B53-A414-913137072F57"
113+
}
114+
}
115+
],
108116
"identifier": [
109117
{
110118
"system": "https://fhir.nhs.uk/Id/ods-organization-code",
@@ -144,6 +152,48 @@
144152
]
145153
}
146154
},
155+
{
156+
"resource": {
157+
"resourceType": "Location",
158+
"id": "EB3994A6-5A87-4B53-A414-913137072F57",
159+
"meta": {
160+
"versionId": "6653785719080073703",
161+
"profile": [
162+
"https://fhir.nhs.uk/STU3/StructureDefinition/CareConnect-GPC-Location-1"
163+
]
164+
},
165+
"status": "active",
166+
"name": "EMIS Test Practice Location",
167+
"type": {
168+
"text": "Main Surgery"
169+
},
170+
"telecom": [
171+
{
172+
"system": "phone",
173+
"value": "01133800000",
174+
"use": "work",
175+
"rank": 1
176+
}
177+
],
178+
"address": {
179+
"use": "work",
180+
"type": "physical",
181+
"line": [
182+
"Fulford Grange",
183+
"Micklefield Lane",
184+
"Rawdon",
185+
"Rawdon"
186+
],
187+
"city": "Leeds",
188+
"district": "Yorkshire",
189+
"postalCode": "LS19 6BA"
190+
},
191+
"managingOrganization": {
192+
"reference": "Organization/B84012",
193+
"display": "Spring Hall Group Practice"
194+
}
195+
}
196+
},
147197
{
148198
"resource": {
149199
"resourceType": "List",

0 commit comments

Comments
 (0)