Validate a FHIR resource
validate_fhirValidate FHIR resources against server profiles without saving, catching structural and terminology errors before creating or updating.
Instructions
Validate a resource against the server's profiles without saving it (POST /{resourceType}/$validate). Use this before create_fhir/update_fhir to catch structural or terminology errors early. The resource JSON must include resourceType.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| resource | Yes | The FHIR resource to validate (JSON object including resourceType) |