Skip to content

Instantly share code, notes, and snippets.

@NSAmit
Created March 20, 2019 11:53
Show Gist options
  • Save NSAmit/524c5e887bb6ca0b4d973fd2a7bc8d15 to your computer and use it in GitHub Desktop.
Save NSAmit/524c5e887bb6ca0b4d973fd2a7bc8d15 to your computer and use it in GitHub Desktop.
// MARK: Condition
struct Condition:Codable {
let id: String
let resourceType:String
let asserter:Person
let category:[String: [[String: String]]]
let clinicalStatus: String
let code: CodeableConcept
let dateRecorded: String
let verificationStatus: String
let notes: String
let onsetDateTime: String
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment