Skip to content

Commit

Permalink
Correct extension location - extension can't be at the root of a Bundle
Browse files Browse the repository at this point in the history
  • Loading branch information
Jonny Rylands committed Nov 17, 2021
1 parent b0e2b2b commit a991fc2
Showing 1 changed file with 8 additions and 6 deletions.
Original file line number Diff line number Diff line change
@@ -1,12 +1,14 @@
{
"resourceType": "Bundle",
"type": "searchset",
"extension" : [
{
"url": "https://fhir.nhs.uk/STU3/StructureDefinition/Extension-GPConnect-ServiceFilteringStatus-1",
"valueCode": "organization-disabled"
}
],
"meta": {
"extension" : [
{
"url": "https://fhir.nhs.uk/STU3/StructureDefinition/Extension-GPConnect-ServiceFilteringStatus-1",
"valueCode": "organization-disabled"
}
]
},
"entry": [
{
"resource": {
Expand Down

0 comments on commit a991fc2

Please sign in to comment.