Skip to content

Commit

Permalink
Fix search for slots response payloads
Browse files Browse the repository at this point in the history
  • Loading branch information
Jonny Rylands committed Nov 17, 2021
1 parent b733d9f commit 15d5b37
Show file tree
Hide file tree
Showing 3 changed files with 88 additions and 70 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -153,35 +153,39 @@
],
"postalCode": "LS1 6AE"
},
"telecom": {
"system": "phone",
"value": "03003035678",
"use": "work"
},
"telecom": [
{
"system": "phone",
"value": "03003035678",
"use": "work"
}
],
"managingOrganization": {
"reference": "Organization/23"
}
}
},
{
"resourceType": "HealthcareService",
"id": "3",
"meta": {
"versionId": "636064088100870233",
"profile": [
"https://fhir.nhs.uk/STU3/StructureDefinition/CareConnect-GPC-HealthcareService-1"
]
},
"identifier": [
{
"system": "https://fhir.nhs.uk/Id/uec-dos-service-id",
"value": "1000000123"
}
],
"providedBy": {
"reference": "Organization/23"
},
"name": "The Trevelyan GP Hub"
"resource": {
"resourceType": "HealthcareService",
"id": "3",
"meta": {
"versionId": "636064088100870233",
"profile": [
"https://fhir.nhs.uk/STU3/StructureDefinition/CareConnect-GPC-HealthcareService-1"
]
},
"identifier": [
{
"system": "https://fhir.nhs.uk/Id/uec-dos-service-id",
"value": "1000000123"
}
],
"providedBy": {
"reference": "Organization/23"
},
"name": "The Trevelyan GP Hub"
}
},
{
"resource": {
Expand All @@ -200,20 +204,24 @@
}
],
"name": "The Trevelyan Practice",
"address": {
"line": [
"Trevelyan Square",
"Boar Ln"
],
"city": "Leeds",
"district": "West Yorkshire",
"postalCode": "LS1 6AE"
},
"telecom": {
"system": "phone",
"value": "03003035678",
"use": "work"
}
"address": [
{
"line": [
"Trevelyan Square",
"Boar Ln"
],
"city": "Leeds",
"district": "West Yorkshire",
"postalCode": "LS1 6AE"
}
],
"telecom": [
{
"system": "phone",
"value": "03003035678",
"use": "work"
}
]
}
}
]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -158,11 +158,13 @@
],
"postalCode": "LS1 6AE"
},
"telecom": {
"system": "phone",
"value": "03003035678",
"use": "work"
},
"telecom": [
{
"system": "phone",
"value": "03003035678",
"use": "work"
}
],
"managingOrganization": {
"reference": "Organization/23"
}
Expand All @@ -185,20 +187,24 @@
}
],
"name": "The Trevelyan Practice",
"address": {
"line": [
"Trevelyan Square",
"Boar Ln"
],
"city": "Leeds",
"district": "West Yorkshire",
"postalCode": "LS1 6AE"
},
"telecom": {
"system": "phone",
"value": "03003035678",
"use": "work"
}
"address": [
{
"line": [
"Trevelyan Square",
"Boar Ln"
],
"city": "Leeds",
"district": "West Yorkshire",
"postalCode": "LS1 6AE"
}
],
"telecom": [
{
"system": "phone",
"value": "03003035678",
"use": "work"
}
]
}
}
]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -115,20 +115,24 @@
}
],
"name": "The Trevelyan Practice",
"address": {
"line": [
"Trevelyan Square",
"Boar Ln"
],
"city": "Leeds",
"district": "West Yorkshire",
"postalCode": "LS1 6AE"
},
"telecom": {
"system": "phone",
"value": "03003035678",
"use": "work"
}
"address": [
{
"line": [
"Trevelyan Square",
"Boar Ln"
],
"city": "Leeds",
"district": "West Yorkshire",
"postalCode": "LS1 6AE"
}
],
"telecom": [
{
"system": "phone",
"value": "03003035678",
"use": "work"
}
]
}
}
]
Expand Down

0 comments on commit 15d5b37

Please sign in to comment.