Created
March 20, 2019 11:54
-
-
Save NSAmit/06c6539b837e93df27f760595b2298f8 to your computer and use it in GitHub Desktop.
Revisions
-
NSAmit created this gist
Mar 20, 2019 .There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,11 @@ // MARK: Immunization struct Immunization:Codable { let id: String let resourceType:String let vaccineCode:CodeableConcept let encounter:[String: String] let requester:[String: String] let date: String }