FHIR IG analytics| Package | hl7.fhir.us.directory-exchange |
| Resource Type | VerificationResult |
| Id | VerificationResult-ProviderAttestation.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: VerificationResult
Resource VerificationResult "ProviderAttestation" Updated "2020-07-07 13:26:22+0000"
Profiles: National Directory Validation, National Directory Endpoint Qry Exchange Verification
target: Practitioner/JoeSmith " SMITH"
need: None (Need#none)
status: attested
statusDate: 2020-07-07 13:26:22+0000
validationType: Primary Source (Validation-type#primary)
validationProcess: Attester (Validation Type Code System#attester)
failureAction: Warning (Failure-action#warn)
| - | Who | CommunicationMethod | Date |
| * | Practitioner/JoeSmith " SMITH" | Pull (VerificationResult Communication Method#pull) | 2020-07-07 |
{
"resourceType": "VerificationResult",
"id": "ProviderAttestation",
"meta": {
"lastUpdated": "2020-07-07T13:26:22.0314215+00:00",
"profile": [
"http://hl7.org/fhir/us/directory-exchange/StructureDefinition/NatlDirEx-Validation",
"http://hl7.org/fhir/us/directory-query/StructureDefinition/NatlDir-Verification"
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"target": [
{
"reference": "Practitioner/JoeSmith"
}
],
"need": {
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/need",
"code": "none"
}
]
},
"status": "attested",
"statusDate": "2020-07-07T13:26:22.0314215+00:00",
"validationType": {
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/validation-type",
"code": "primary"
}
]
},
"validationProcess": [
{
"coding": [
{
"system": "http://hl7.org/fhir/us/directory-query/CodeSystem/ValidationTypeCS",
"code": "attester"
}
]
}
],
"failureAction": {
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/failure-action",
"code": "warn"
}
]
},
"attestation": {
"who": {
"reference": "Practitioner/JoeSmith"
},
"communicationMethod": {
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/verificationresult-communication-method",
"code": "pull"
}
]
},
"date": "2020-07-07"
}
}