National Healthcare Directory Exchange
1.0.0-ballot - ballot United States of America flag

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 - XML Representation

Raw xml | Download



<VerificationResult xmlns="http://hl7.org/fhir">
  <id value="ProviderAttestation"/>
  <meta>
    <lastUpdated value="2020-07-07T13:26:22.0314215+00:00"/>
    <profile
             value="http://hl7.org/fhir/us/directory-exchange/StructureDefinition/NatlDirEx-Validation"/>
    <profile
             value="http://hl7.org/fhir/us/directory-query/StructureDefinition/NatlDir-Verification"/>
  </meta>
  <text>
    <status value="generated"/>
    <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 &quot;ProviderAttestation&quot; Updated &quot;2020-07-07 13:26:22+0000&quot; </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> &quot; SMITH&quot;</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> &quot; SMITH&quot;</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>
  </text>
  <target>
    <reference value="Practitioner/JoeSmith"/>
  </target>
  <need>
    <coding>
      <system value="http://terminology.hl7.org/CodeSystem/need"/>
      <code value="none"/>
    </coding>
  </need>
  <status value="attested"/>
  <statusDate value="2020-07-07T13:26:22.0314215+00:00"/>
  <validationType>
    <coding>
      <system value="http://terminology.hl7.org/CodeSystem/validation-type"/>
      <code value="primary"/>
    </coding>
  </validationType>
  <validationProcess>
    <coding>
      <system
              value="http://hl7.org/fhir/us/directory-query/CodeSystem/ValidationTypeCS"/>
      <code value="attester"/>
    </coding>
  </validationProcess>
  <failureAction>
    <coding>
      <system value="http://terminology.hl7.org/CodeSystem/failure-action"/>
      <code value="warn"/>
    </coding>
  </failureAction>
  <attestation>
    <who>
      <reference value="Practitioner/JoeSmith"/>
    </who>
    <communicationMethod>
      <coding>
        <system
                value="http://terminology.hl7.org/CodeSystem/verificationresult-communication-method"/>
        <code value="pull"/>
      </coding>
    </communicationMethod>
    <date value="2020-07-07"/>
  </attestation>
</VerificationResult>