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

National Healthcare Directory Query, published by HL7 International - Patient Administration Work 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-query/ 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-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 &quot;ProviderAttestation&quot; Updated &quot;2020-07-07 13:26:22+0000&quot; </p><p style=\"margin-bottom: 0px\">Profile: <a href=\"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/5.0.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/5.0.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=\"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/5.0.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/5.0.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"
  }
}