FHIR © HL7.org  |  FHIRsmith 4.0.1  |  Server Home  |  XIG Home  |  XIG Stats  | 

FHIR IG analytics

Packagehl7.fhir.us.directory-attestation
Resource TypeVerificationResult
IdVerificationResult-ProviderAttestation.json
FHIR VersionR4

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

Note: links and images are rebased to the (stated) source

Generated Narrative: VerificationResult

Resource VerificationResult "ProviderAttestation" Updated "2020-07-07 13:26:22+0000"

Profile: NatlDir Validation

target: Practitioner/PractitionerJoeSmith " 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)

Attestations

-WhoCommunicationMethodDate
*Practitioner/PractitionerJoeSmith " SMITH"Pull (VerificationResult Communication Method#pull)2020-07-07

Source1

{
  "resourceType": "VerificationResult",
  "id": "ProviderAttestation",
  "meta": {
    "lastUpdated": "2020-07-07T13:26:22.0314215+00:00",
    "profile": [
      "http://hl7.org/fhir/us/directory-attestation/StructureDefinition/NatlDir-Validation"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "target": [
    {
      "reference": "Practitioner/PractitionerJoeSmith"
    }
  ],
  "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/PractitionerJoeSmith"
    },
    "communicationMethod": {
      "coding": [
        {
          "system": "http://terminology.hl7.org/CodeSystem/verificationresult-communication-method",
          "code": "pull"
        }
      ]
    },
    "date": "2020-07-07"
  }
}