Resource Normalized
v0.7.0eventsschema.json
1{
2 "$schema": "http://json-schema.org/draft-07/schema#",
3 "title": "ResourceNormalized",
4 "type": "object",
5 "properties": {
6 "patientId": { "type": ["string", "null"] },
7 "queryType": { "type": ["string", "null"] },
8 "resource": { "type": ["object", "null"] },
9 "reportTrackingId": { "type": ["string", "null"] },
10 "processingTime": {
11 "type": "integer",
12 "description": "The time taken (in milliseconds) for a single resource to be normalized."
13 }
14 },
15 "required": [
16 "processingTime"
17 ],
18 "additionalProperties": false
19}
20Details
- Format
- JSON Schema
- Resource
- events
- Summary
- Indicates that a FHIR resource has been standardized.