EConsult with triage XIS OpenAPI specification
This page describes the Econsult triage API specification the XIS should provide.
XIS E-consult triage data FHIR API (1.0.0)
Download OpenAPI specification:Download
Create a new TriageOutcome resource.
Request Body schema: application/fhir+jsonrequired
resourceType required | string Value: "Bundle" |
id | string |
type required | string Value: "collection" |
Array of objects | |
required | Array of objects |
Responses
Request samples
- Payload
Content type
application/fhir+json
{- "resourceType": "Bundle",
- "id": "2dadc02f-9401-41f1-9cf9-3d3f222c10ec",
- "type": "collection",
- "link": [
- {
- "relation": "self",
- "url": "/api/rest/fhir/clients/7f781789-d716-4f7b-b4ca-df4dbc0db2de/generalmeasurements"
}
], - "entry": [
- {
- "resource": {
- "resourceType": "Observation",
- "status": "final",
- "code": {
}, - "valueString": "Digital consultation.; Eye complaints: watch out for shingles; something got into eye. Gunpowder.; Suffering from: blurry vision, photophobia, light flashes; blurry vision (even after blinking); redness, thick skin around eye/eyelid, tearing; Since: 1 day.; Additional: wears contact lenses; moderate headache"
}
}
]
}