Skip to content

Instantly share code, notes, and snippets.

@NSAmit
Created March 20, 2019 11:58
Show Gist options
  • Save NSAmit/956d8b0e76a5576bc8fc3414a92040d8 to your computer and use it in GitHub Desktop.
Save NSAmit/956d8b0e76a5576bc8fc3414a92040d8 to your computer and use it in GitHub Desktop.
// MARK: Procedure
struct Procedure:Codable {
let id: String
let resourceType:String
let code:CodeableConcept
let status:String
let encounter:[String: String]
let performedDateTime:String
let performer:Person
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment