-
Notifications
You must be signed in to change notification settings - Fork 1
React FHIR Middleware
Noranda Brown edited this page Sep 6, 2016
·
16 revisions
POPULATION: array of objects
├── id: string
├── meta: object
| └── lastUpdated: string
├── name: string
├── characteristic: array of objects
| ├── code: object
| ├── coding: array of objects
| ├── code: string
| ├── system: string
| └── userSelected: boolean
| ├── exclude: boolean
| ├── valueBoolean: boolean
| └── valueRange: object
| ├── high: object
| └── value: number
| └── low: object
└── └── value: number
HUDDLE: array of objects
├── name: string
├── dates: array of objects
| ├── datetime: string
| ├── practitioner: string
| └── patients: array of object
| ├── id: string
| └── reason: object
| ├── code: string
└── └── text: string