National Healthcare Directory Exchange, published by HL7 Patient Administration Working Group. This is not an authorized publication; it is the continuous build for version 1.0.0-ballot). This version is based on the current content of https://github.com/HL7/fhir-directory-exchange/ and changes regularly. See the Directory of published versions
: ProviderAttestation - JSON Representation
Raw json | Download
{
"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" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative: VerificationResult</b><a name=\"ProviderAttestation\"> </a></p><div style=\"display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%\"><p style=\"margin-bottom: 0px\">Resource VerificationResult "ProviderAttestation" Updated "2020-07-07 13:26:22+0000" </p><p style=\"margin-bottom: 0px\">Profiles: <a href=\"StructureDefinition-NatlDirEx-Validation.html\">National Directory Validation</a>, <a href=\"http://hl7.org/fhir/us/directory-query/2022Sep/StructureDefinition-NatlDir-Verification.html\">National Directory Endpoint Qry Exchange Verification</a></p></div><p><b>target</b>: <a href=\"Practitioner-JoeSmith.html\">Practitioner/JoeSmith</a> " SMITH"</p><p><b>need</b>: None <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"http://terminology.hl7.org/3.1.0/CodeSystem-need.html\">Need</a>#none)</span></p><p><b>status</b>: attested</p><p><b>statusDate</b>: 2020-07-07 13:26:22+0000</p><p><b>validationType</b>: Primary Source <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"http://terminology.hl7.org/3.1.0/CodeSystem-validation-type.html\">Validation-type</a>#primary)</span></p><p><b>validationProcess</b>: Attester <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"http://hl7.org/fhir/us/directory-query/2022Sep/CodeSystem-ValidationTypeCS.html\">Validation Type Code System</a>#attester)</span></p><p><b>failureAction</b>: Warning <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"http://terminology.hl7.org/3.1.0/CodeSystem-failure-action.html\">Failure-action</a>#warn)</span></p><h3>Attestations</h3><table class=\"grid\"><tr><td>-</td><td><b>Who</b></td><td><b>CommunicationMethod</b></td><td><b>Date</b></td></tr><tr><td>*</td><td><a href=\"Practitioner-JoeSmith.html\">Practitioner/JoeSmith</a> " SMITH"</td><td>Pull <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"http://terminology.hl7.org/3.1.0/CodeSystem-verificationresult-communication-method.html\">VerificationResult Communication Method</a>#pull)</span></td><td>2020-07-07</td></tr></table></div>"
},
"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"
}
}