Skip to content

Instantly share code, notes, and snippets.

@NSAmit
Created March 20, 2019 11:59
Show Gist options
  • Save NSAmit/b5a4ab5d62566313782c6e666efe4376 to your computer and use it in GitHub Desktop.
Save NSAmit/b5a4ab5d62566313782c6e666efe4376 to your computer and use it in GitHub Desktop.
// 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