Skip to content

Commit c4f620a

Browse files
Merge pull request #279139 from v-nikitaraut/docs-editor/validation-against-profiles-1719296938
Update validation-against-profiles.md
2 parents ccf7c36 + b2a132f commit c4f620a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

articles/healthcare-apis/fhir/validation-against-profiles.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,8 @@ In the [store profiles in the FHIR service](store-profiles-in-fhir.md) article,
1515

1616
`$validate` is an operation in Fast Healthcare Interoperability Resources (FHIR®) that allows you to ensure that a FHIR resource conforms to the base resource requirements or a specified profile. This operation ensures that the data in FHIR service has the expected attributes and values. For information on validate operation, visit [HL7 FHIR Specification](https://www.hl7.org/fhir/resource-operation-validate.html).
1717
Per specification, Mode can be specified with `$validate`, such as create and update:
18-
- `create`: Azure API for FHIR checks that the profile content is unique from the existing resources and that it's acceptable to be created as a new resource.
18+
- `create`: FHIR service checks that the profile content is unique from the existing resources and that it's acceptable to be created as a new resource.
19+
1920
- `update`: Checks that the profile is an update against the nominated existing resource (that is no changes are made to the immutable fields).
2021

2122
There are different ways provided for you to validate resource:

0 commit comments

Comments
 (0)