...
Available Restful Endpoints
Note: placeholder "{release}" below must be replaced by the FHIR Release - currently "R3" and "R4" are implemented. See more on the FHIR Release support page.
GET
URL | Description |
---|---|
/ws/fhir2/{release}/Encounter/{uuid} | Gets a specific encounter |
/ws/fhir2/{release}/Encounter?patient.identifier={string} | Gets encounters by patient identifier |
...