Created
March 20, 2019 11:53
-
-
Save NSAmit/524c5e887bb6ca0b4d973fd2a7bc8d15 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// 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