Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Create a raw FHIR R4 resource.
curl -X POST https://api.clinikapi.com/v1/fhir/Patient \ -H "x-api-key: clk_live_abc123" \ -H "Content-Type: application/fhir+json" \ -d '{ "resourceType": "Patient", "name": [{ "family": "Smith", "given": ["John"] }], "gender": "male", "birthDate": "1985-06-20" }'
meta.tag