Test application/fhir+json endpoints constrained to @ufbfung/fhir-types.
Tip: after a successful POST, the created resource id will auto-fill here.
Only used for GET searches (when no id is provided).
/fhir/Practitioner
{
"resourceType": "Practitioner",
"name": [
{
"family": "Smith",
"given": [
"Sam"
]
}
]
}