"target":
"targetLocation":
"need":
"status": "attested"
"statusDate":
"validationType":
"validationProcess":
"frequency":
"lastPerformed":
"nextScheduled":
"failureAction":
"primarySource":
"attestation":
"validator":
{
"resourceType": "VerificationResult",
"id": "example",
"text": {
"status": "generated",
"div": "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative with Details</b></p><p><b>id</b>: example</p><p><b>status</b>: attested</p></div>"
},
"status": "attested"
}
{
"resourceType" : "VerificationResult",
// from Resource: id, meta, implicitRules, and language
// from DomainResource: text, contained, extension, and modifierExtension
"target" : [{ Reference(Any) }], // A resource that was validated
"targetLocation" : ["<string>"], // The fhirpath location(s) within the resource that was validated
"need" : { CodeableConcept }, // none | initial | periodic
"status" : "<code>", // R! attested | validated | in-process | req-revalid | val-fail | reval-fail
"statusDate" : "<dateTime>", // When the validation status was updated
"validationType" : { CodeableConcept }, // nothing | primary | multiple
"validationProcess" : [{ CodeableConcept }], // The primary process by which the target is validated (edit check; value set; primary source; multiple sources; standalone; in context)
"frequency" : { Timing }, // Frequency of revalidation
"lastPerformed" : "<dateTime>", // The date/time validation was last completed (including failed validations)
"nextScheduled" : "<date>", // The date when target is next validated, if appropriate
"failureAction" : { CodeableConcept }, // fatal | warn | rec-only | none
"primarySource" : [{ // Information about the primary source(s) involved in validation
"who" : { Reference(Organization|Practitioner|PractitionerRole) }, // Reference to the primary source
"type" : [{ CodeableConcept }], // Type of primary source (License Board; Primary Education; Continuing Education; Postal Service; Relationship owner; Registration Authority; legal source; issuing source; authoritative source)
"communicationMethod" : [{ CodeableConcept }], // Method for exchanging information with the primary source
"validationStatus" : { CodeableConcept }, // successful | failed | unknown
"validationDate" : "<dateTime>", // When the target was validated against the primary source
"canPushUpdates" : { CodeableConcept }, // yes | no | undetermined
"pushTypeAvailable" : [{ CodeableConcept }] // specific | any | source
}],
"attestation" : { // Information about the entity attesting to information
"who" : { Reference(Practitioner|PractitionerRole|Organization) }, // The individual or organization attesting to information
"onBehalfOf" : { Reference(Organization|Practitioner|PractitionerRole) }, // When the who is asserting on behalf of another (organization or individual)
"communicationMethod" : { CodeableConcept }, // The method by which attested information was submitted/retrieved
"date" : "<date>", // The date the information was attested to
"sourceIdentityCertificate" : "<string>", // A digital identity certificate associated with the attestation source
"proxyIdentityCertificate" : "<string>", // A digital identity certificate associated with the proxy entity submitting attested information on behalf of the attestation source
"proxySignature" : { Signature }, // Proxy signature
"sourceSignature" : { Signature } // Attester signature
},
"validator" : [{ // Information about the entity validating information
"organization" : { Reference(Organization) }, // R! Reference to the organization validating information
"identityCertificate" : "<string>", // A digital identity certificate associated with the validator
"attestationSignature" : { Signature } // Validator signature
}]
}
The following search parameters can be used to query VerificationResult resources. Just submit them like so:
https://api.1up.health/fhir/r4/VerificationResult?query-param=queryvalue
Search Parameter | Field Type | Resource Fields Searched |
---|---|---|
target | reference | target |