Skip to content

Commit

Permalink
🐛 fix typo comma mistake in DSTU2.
Browse files Browse the repository at this point in the history
  • Loading branch information
nazrulworld committed Oct 4, 2020
1 parent 2bee48c commit 2305d66
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion fhir/resources/DSTU2/fhirtypes.py
Original file line number Diff line number Diff line change
Expand Up @@ -1704,6 +1704,7 @@ class VisionPrescriptionDispenseType(AbstractType):
"ImagingObjectSelectionStudySeriesInstanceType",
"ImagingObjectSelectionStudySeriesInstanceFramesType",
"SupplyRequestType",
"SupplyRequestWhenType" "VisionPrescriptionType",
"SupplyRequestWhenType",
"VisionPrescriptionType",
"VisionPrescriptionDispenseType",
]
3 changes: 2 additions & 1 deletion fhir/resources/DSTU2/fhirtypesvalidators.py
Original file line number Diff line number Diff line change
Expand Up @@ -1651,6 +1651,7 @@ def visionprescriptiondispense_validator(
"imagingobjectselectionstudyseriesinstance_validator",
"imagingobjectselectionstudyseriesinstanceframes_validator",
"supplyrequest_validator",
"supplyrequestwhen_validator" "visionprescription_validator",
"supplyrequestwhen_validator",
"visionprescription_validator",
"visionprescriptiondispense_validator",
]

0 comments on commit 2305d66

Please sign in to comment.