National Directory of Healthcare Providers & Services (NDH) Implementation Guide, published by HL7 International / Patient Administration. This guide is not an authorized publication; it is the continuous build for version 1.0.0-ballot built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/HL7/fhir-us-ndh/ and changes regularly. See the Directory of published versions
{
"resourceType" : "VerificationResult",
"id" : "Example-license",
"meta" : {
"lastUpdated" : "2023-03-28T13:26:22.0314215+00:00",
"profile" : [
🔗 "http://hl7.org/fhir/us/ndh/StructureDefinition/ndh-Verification"
]
},
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: VerificationResult Example-license</b></p><a name=\"Example-license\"> </a><a name=\"hcExample-license\"> </a><a name=\"Example-license-en-US\"> </a><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\">Last updated: 2023-03-28 13:26:22+0000</p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-ndh-Verification.html\">NDH Base Verification</a></p></div><p><b>target</b>: <a href=\"Practitioner-HansSolo.html\">Practitioner Hans Solo, MD</a></p><p><b>targetLocation</b>: Practitioner.qualifications[0]</p><p><b>need</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/need periodic}\">Periodic</span></p><p><b>status</b>: Validated</p><p><b>statusDate</b>: 2023-03-28 13:26:22+0000</p><p><b>validationType</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/validation-type primary}\">Primary Source</span></p><p><b>validationProcess</b>: <span title=\"Codes:{http://hl7.org/fhir/us/ndh/CodeSystem/NdhVerificationProcessCS primary}\">Primary source</span></p><p><b>failureAction</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/failure-action none}\">None</span></p><h3>Attestations</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Who</b></td><td><b>CommunicationMethod</b></td><td><b>Date</b></td></tr><tr><td style=\"display: none\">*</td><td><a href=\"Practitioner-HansSolo.html\">Practitioner Hans Solo, MD</a></td><td><span title=\"Codes:{http://terminology.hl7.org/CodeSystem/verificationresult-communication-method manual}\">Manual</span></td><td>2023-03-28</td></tr></table></div>"
},
"target" : [
{
🔗 "reference" : "Practitioner/HansSolo"
}
],
"targetLocation" : [
"Practitioner.qualifications[0]"
],
"need" : {
"coding" : [
{
"system" : "http://terminology.hl7.org/CodeSystem/need",
"code" : "periodic"
}
]
},
"status" : "validated",
"statusDate" : "2023-03-28T13: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/ndh/CodeSystem/NdhVerificationProcessCS",
"code" : "primary"
}
]
}
],
"failureAction" : {
"coding" : [
{
"system" : "http://terminology.hl7.org/CodeSystem/failure-action",
"code" : "none"
}
]
},
"attestation" : {
"who" : {
🔗 "reference" : "Practitioner/HansSolo"
},
"communicationMethod" : {
"coding" : [
{
"system" : "http://terminology.hl7.org/CodeSystem/verificationresult-communication-method",
"code" : "manual"
}
]
},
"date" : "2023-03-28"
}
}