Resource Acquired
v0.6.0eventsschema.json
1{
2 "$schema": "http://json-schema.org/draft-07/schema#",
3 "title": "ResourceAcquired",
4 "type": "object",
5 "properties": {
6 "acquisitionComplete": { "type": ["boolean", "null"] },
7 "patientId": { "type": ["string", "null"] },
8 "queryType": { "type": ["string", "null"] },
9 "resource": { "type": ["object", "null"] },
10 "scheduledReports": {
11 "type": ["array", "null"],
12 "items": { "type": "string" }
13 },
14 "reportableEvent": { "type": ["string", "null"] },
15 "reportTrackingId": { "type": ["string", "null"] }
16 },
17 "required": [],
18 "additionalProperties": false
19}
20Details
- Format
- JSON Schema
- Resource
- events
- Summary
- Represents a single FHIR resource retrieved from a facility.