VerificationResult
Describes validation requirements, source(s), status and dates for one or more elements.
Endpoints
dev
https://api.sandbox.ovok.com/fhir/R5/VerificationResult| Interaction | Method | Path |
|---|---|---|
| Read | GET | /fhir/R5/VerificationResult/[id] |
| Vread | GET | /fhir/R5/VerificationResult/[id]/_history/[vid] |
| Update | PUT | /fhir/R5/VerificationResult/[id] |
| Patch | PATCH | /fhir/R5/VerificationResult/[id] |
| Delete | DELETE | /fhir/R5/VerificationResult/[id] |
| Create | POST | /fhir/R5/VerificationResult |
| Search | GET | /fhir/R5/VerificationResult?... |
| History | GET | /fhir/R5/VerificationResult/[id]/_history |
| Type-history | GET | /fhir/R5/VerificationResult/_history |
Top-level elements
| Element | Type(s) | Cardinality | Description |
|---|---|---|---|
target | Reference | 0..* | A resource that was validated |
targetLocation | string | 0..* | The fhirpath location(s) within the resource that was validated |
need | CodeableConcept | 0..1 | none |
status | code | 1..1 | attested |
statusDate | dateTime | 0..1 | When the validation status was updated |
validationType | CodeableConcept | 0..1 | nothing |
validationProcess | CodeableConcept | 0..* | The primary process by which the target is validated (edit check; value set; primary source; multiple sources; standalone; in context) |
frequency | Timing | 0..1 | Frequency of revalidation |
lastPerformed | dateTime | 0..1 | The date/time validation was last completed (including failed validations) |
nextScheduled | date | 0..1 | The date when target is next validated, if appropriate |
failureAction | CodeableConcept | 0..1 | fatal |
primarySource | BackboneElement | 0..* | Information about the primary source(s) involved in validation |
attestation | BackboneElement | 0..1 | Information about the entity attesting to information |
validator | BackboneElement | 0..* | Information about the entity validating information |
Resource-specific search parameters
| Parameter | Type | Description |
|---|---|---|
attestation-method | token | Select validation information for data that was attested to using the specified method |
attestation-onbehalfof | reference | Select validation information for data that was attested to on behalf of the specified source |
attestation-who | reference | Select validation information for data that was attested to by the specified source |
primarysource-date | date | Select validation information for data that was validated against a primary source on the specified date |
primarysource-type | token | Select validation information for data that was validated against the specified type of primary source organization |
primarysource-who | reference | Select validation information for data that was validated against the specified primary source |
status | token | Select validation information with the specified status |
status-date | date | Select validation information with a validation status that occurred at the specified date/time |
target | reference | A resource that was validated |
validator-organization | reference | Select validation information for data that was validated by the specified organization |
Reference
- Official FHIR R5 spec:
VerificationResult - Maturity: Trial Use 1 (FMM 1).