Public FHIR Server

Test application/fhir+json endpoints constrained to @ufbfung/fhir-types.

Request Builder
Pick method + resourceType, optionally provide id or query params, then send.

Tip: after a successful POST, the created resource id will auto-fill here.

Only used for GET searches (when no id is provided).

Request URL
/fhir/Practitioner
Inspector
Review the request details and the server response.
POSTPractitionerno idinstance
URL
/fhir/Practitioner
Body
{
  "resourceType": "Practitioner",
  "name": [
    {
      "family": "Smith",
      "given": [
        "Sam"
      ]
    }
  ]
}
Tip: For GET search, leave ID blank and use query string (e.g. _count=10). For instance reads/updates, provide an ID.