Created
March 20, 2019 11:59
-
-
Save NSAmit/b5a4ab5d62566313782c6e666efe4376 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: VitalSign | |
struct VitalSign:Codable { | |
let id: String | |
let resourceType:String | |
let category:CodeableConcept | |
let code:CodeableConcept | |
let status:String | |
let encounter:[String: String] | |
let issued: String | |
let valueQuantity:ValueQuantity | |
let component:[[String: String?]?]? | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment