Skip to content

Commit ddac4cf

Browse files
committed
VED-746: rename e2e test files
1 parent 5cf4669 commit ddac4cf

File tree

3 files changed

+11
-2
lines changed

3 files changed

+11
-2
lines changed
File renamed without changes.
File renamed without changes.

specification/immunisation-fhir-api.json

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1031,7 +1031,10 @@
10311031
"description": "Tags applied to this resource. Tags are intended to be used to identify and relate resources to process and workflow, and applications are not required to consider the tags when interpreting the meaning of a resource."
10321032
}
10331033
}
1034-
}
1034+
},
1035+
"required": [
1036+
"versionId"
1037+
]
10351038
},
10361039
"extension": {
10371040
"description": "FHIR extension wrapper for the vaccination procedure performed. Always contains exactly one object.",
@@ -4761,6 +4764,9 @@
47614764
"resource": {
47624765
"resourceType": "Immunization",
47634766
"id": "191f288a-17f3-4cd5-a33c-a52aade6473c",
4767+
"meta": {
4768+
"versionId": "1"
4769+
},
47644770
"extension": [
47654771
{
47664772
"url": "https://fhir.hl7.org.uk/StructureDefinition/Extension-UKCore-VaccinationProcedure",
@@ -6430,7 +6436,10 @@
64306436
"description": "Tags applied to this resource. Tags are intended to be used to identify and relate resources to process and workflow, and applications are not required to consider the tags when interpreting the meaning of a resource."
64316437
}
64326438
}
6433-
}
6439+
},
6440+
"required": [
6441+
"versionId"
6442+
]
64346443
}
64356444
]
64366445
},

0 commit comments

Comments
 (0)