Organization – FHIR API
GET /Organization
This endpoint returns a response of Bundle of the Organization entity.
Request
Query Parameters
- _id (optional) – string
- active (optional) – string
- name (optional) – string
- resourceType (optional) – string
Response
200 Response
Success
Array of objects – Organization
GET /Organization/{id}
This endpoint returns a response of a single entity of the Organization when supplied an ID.
Request
Query Parameters
- _id (optional) – string
- active (optional) – string
- name (optional) – string
- resourceType (optional) – string
Response
200 Response
Success
Type: object – Organization
- code – object
- extension – object
- id – string
- meta – object
- resourceType – string
GET /Organization/_history
This endpoint returns a response of Bundle a history of updates for the Organization entity.
Request
Query Parameters
- _count (optional) – string
Response
200 Response
Success
Array of objects – Organization History
- id – string
- entry- object
- link – object
- meta – object
- resourceType – string
- type – string
GET /Organization/{id}/_history
This endpoint returns a response of a history of updates for the Organization entity when supplied an ID.
Request
Query Parameters
- _count (optional) – string
Response
200 Response
Success
object – Organization History
- alias – object
- extension – object
- fullUrl – string
- id – string
- meta – object
- name – string
- resource – object
- resourceType – string