Skip to content

Commit d6a4e94

Browse files
committed
syntax errors
1 parent fb76914 commit d6a4e94

File tree

1 file changed

+3
-7
lines changed

1 file changed

+3
-7
lines changed

specification/immunisation-fhir-api.json

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -518,7 +518,6 @@
518518
"doseQuantity": {
519519
"description": "The quantity of vaccine product that was administered. This `SHOULD be populated` where the data is available. \nA SNOMED-CT Concept ID value representing the unit of measure used SHOULD be provided.",
520520
"type": "object",
521-
"required": [],
522521
"properties": {
523522
"value": {
524523
"description": "The actual value of the dose amount administered. This `SHOULD be populated` where the data is available. \nFor Example, \nComirnaty ® (Pfizer BioNTech): \n Full Dose (Primary Course or booster) = 0.3 \n Fractional Dose (Primary Course) = 0.1",
@@ -1362,7 +1361,6 @@
13621361
"doseQuantity": {
13631362
"description": "The quantity of vaccine product that was administered.",
13641363
"type": "object",
1365-
"required": [],
13661364
"properties": {
13671365
"value": {
13681366
"description": "Number of units administered.",
@@ -2330,7 +2328,6 @@
23302328
"doseQuantity": {
23312329
"description": "The quantity of vaccine product that was administered.",
23322330
"type": "object",
2333-
"required": [],
23342331
"properties": {
23352332
"value": {
23362333
"description": "Number of units administered.",
@@ -3217,7 +3214,6 @@
32173214
"doseQuantity": {
32183215
"description": "The quantity of vaccine product that was administered. This `SHOULD be populated` where the data is available. \nA SNOMED-CT Concept ID value representing the unit of measure used SHOULD be provided.",
32193216
"type": "object",
3220-
"required": [],
32213217
"properties": {
32223218
"value": {
32233219
"description": "The actual value of the dose amount administered. This `SHOULD be populated` where the data is available. \nFor Example, \nComirnaty ® (Pfizer BioNTech): \n Full Dose (Primary Course or booster) = 0.3 \n Fractional Dose (Primary Course) = 0.1",
@@ -3588,10 +3584,10 @@
35883584
"responses": {
35893585
"204": {
35903586
"description": "Delete Immunization operation successful"
3587+
},
3588+
"4XX": {
3589+
"$ref": "#/components/responses/4XX-imms"
35913590
}
3592-
},
3593-
"4XX": {
3594-
"$ref": "#/components/responses/4XX-imms"
35953591
}
35963592
}
35973593
}

0 commit comments

Comments
 (0)