Skip to content

Instantly share code, notes, and snippets.

@NSAmit
Created March 20, 2019 11:54
Show Gist options
  • Select an option

  • Save NSAmit/06c6539b837e93df27f760595b2298f8 to your computer and use it in GitHub Desktop.

Select an option

Save NSAmit/06c6539b837e93df27f760595b2298f8 to your computer and use it in GitHub Desktop.

Revisions

  1. NSAmit created this gist Mar 20, 2019.
    11 changes: 11 additions & 0 deletions Immunization.swift
    Original 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
    }