FHIR
Number of APIs: 952
Fast Healthcare Interoperability Resources (FHIR, pronounced Fire
) defines a set of Resources
that represent granular clinical concepts. The resources can be managed in isolation, or aggregated into complex documents. Technically, FHIR is designed for the web; the resources are based on simple XML or JSON structures, with an http-based RESTful protocol where each resource has predictable URL. Where possible, open internet standards are used for data representation.
-
Resource - ResourceHistory_GET GET {{baseUrl}}/Resource/_history?_count=<string>&_since=<string>
-
Account-{id} - AccountById_DELETE DELETE {{baseUrl}}/Account/:id
-
Account - Account_POST POST {{baseUrl}}/Account
-
Appointment - AppointmentHistory_GET GET {{baseUrl}}/Appointment/_history?_count=<string>&_since=<string>
-
Body Site - BodySiteHistory_GET GET {{baseUrl}}/BodySite/_history?_count=<string>&_since=<string>
-
Bundle-{id}- history - BundleHistoryById_GET GET {{baseUrl}}/Bundle/:id/_history?_count=<string>&_since=<string>
-
Claim Response - ClaimResponseHistory_GET GET {{baseUrl}}/ClaimResponse/_history?_count=<string>&_since=<string>
-
Schedule-{id}- history - ScheduleHistoryById_GET GET {{baseUrl}}/Schedule/:id/_history?_count=<string>&_since=<string>
-
Concept Map - ConceptMap_GET GET {{baseUrl}}/ConceptMap?source=<string>&source-uri=<string>&target=<string>&target-uri=<string>&_id=<string>&_lastUpdated=<date>&_profile=<string>&_security=<string>&_tag=<string>&date=<date>&dependson=<string>&description=<string>&identifier=<string>&jurisdiction=<string>&name=<string>&other=<string>&product=<string>&publisher=<string>&source-code=<string>&source-system=<string>&status=<string>&target-code=<string>&target-system=<string>&title=<string>&url=<string>&version=<string>&_format=<string>
-
Concept Map - ConceptMapHistory_GET GET {{baseUrl}}/ConceptMap/_history?_count=<string>&_since=<string>