Skip to content

Instantly share code, notes, and snippets.

@NSAmit
Created March 20, 2019 12:02
Show Gist options
  • Save NSAmit/39bcdb8fcf92aa3a7e5248f4f199fe4d to your computer and use it in GitHub Desktop.
Save NSAmit/39bcdb8fcf92aa3a7e5248f4f199fe4d to your computer and use it in GitHub Desktop.
struct Person:Codable {
let display: String?
let reference: String
}
struct CodeableConcept:Codable {
let text:String
let coding:[[String:String]]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment