Skip to content

Instantly share code, notes, and snippets.

@NSAmit
Created March 20, 2019 11:54
Show Gist options
  • Save NSAmit/06c6539b837e93df27f760595b2298f8 to your computer and use it in GitHub Desktop.
Save NSAmit/06c6539b837e93df27f760595b2298f8 to your computer and use it in GitHub Desktop.
// 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
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment