Skip to content

Commit 6432051

Browse files
Merge pull request #226833 from EXPEkesheth/patch-44
Changes to note section
2 parents 98dfacf + 968cc27 commit 6432051

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/healthcare-apis/azure-api-for-fhir/validation-against-profiles.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ There are different ways provided for you to validate resource:
2828
Azure API for FHIR will always return an `OperationOutcome` as the validation results for $validate operation. Azure API for FHIR service does two step validation, once a resource is passed into $validate endpoint - the first step is a basic validation to ensure resource can be parsed. During resource parsing, individual errors need to be fixed before proceeding further to next step. Once resource is successfully parsed, full validation is conducted as second step.
2929

3030
> [!NOTE]
31-
> Any valuesets that are to be used for validation must be uploaded to the FHIR server.  This includes any Valuesets which are part of the FHIR specification, > as well as any ValueSets defined in Implementation Guides.  Only fully expanded Valuesets which contain a full list of all codes are supported.  Any > ValueSet definitions which reference external sources are not supported
31+
> Any valuesets that are to be used for validation must be uploaded to the FHIR server.  This includes any Valuesets which are part of the FHIR specification, as well as any ValueSets defined in Implementation Guides.  Only fully expanded Valuesets which contain a full list of all codes are supported.  Any ValueSet definitions which reference external sources are not supported.
3232
3333
## Validating an existing resource
3434

0 commit comments

Comments
 (0)