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

FHIR IG analytics

Packagehl7.fhir.us.ndh.r4b
Resource TypeVerificationResult
IdVerificationResult-Verify-JoeSmith.json
FHIR VersionR4B

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 Verify-JoeSmith

Last updated: 2023-06-03 13:26:22+0000

Profile: NDH Base Verification

target: Practitioner Joe Smith

targetLocation: Practitioner.qualifications

need: The frequency the target(s) need to be verified is Periodic

status: Validated

statusDate: 2023-06-03 13:26:22+0000

validationType: The verification type is via Primary Source

validationProcess: The verification process is via primary source

frequency: Once per 1 year

lastPerformed: 2023-06-03 13:26:22+0000

nextScheduled: 2024-06-03

failureAction: Fatal

PrimarySources

-WhoTypeValidationStatusValidationDate
*State of Illinois Licensing BoardLicense BoardSuccessful2023-06-03 13:26:22+0000

Attestations

-WhoCommunicationMethodDate
*Joe SmithManual2023-03-28

Source1

{
  "resourceType": "VerificationResult",
  "id": "Verify-JoeSmith",
  "meta": {
    "lastUpdated": "2023-06-03T13:26:22.0314215+00:00",
    "profile": [
      "http://hl7.org/fhir/us/ndh/StructureDefinition/ndh-Verification"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "target": [
    {
      "reference": "Practitioner/JoeSmith",
      "display": "Practitioner Joe Smith"
    }
  ],
  "targetLocation": [
    "Practitioner.qualifications"
  ],
  "need": {
    "coding": [
      {
        "system": "http://terminology.hl7.org/CodeSystem/need",
        "code": "periodic",
        "display": "Periodic"
      }
    ],
    "text": "The frequency the target(s) need to be verified is Periodic"
  },
  "status": "validated",
  "statusDate": "2023-06-03T13:26:22.0314215+00:00",
  "validationType": {
    "coding": [
      {
        "system": "http://terminology.hl7.org/CodeSystem/validation-type",
        "code": "primary",
        "display": "Primary Source"
      }
    ],
    "text": "The verification type is via Primary Source"
  },
  "validationProcess": [
    {
      "coding": [
        {
          "system": "http://terminology.hl7.org/CodeSystem/validation-process",
          "code": "primary",
          "display": "primary source"
        }
      ],
      "text": "The verification process is via primary source"
    }
  ],
  "frequency": {
    "repeat": {
      "frequency": 1,
      "period": 1,
      "periodUnit": "a"
    }
  },
  "lastPerformed": "2023-06-03T13:26:22.0314215+00:00",
  "nextScheduled": "2024-06-03",
  "failureAction": {
    "coding": [
      {
        "system": "http://terminology.hl7.org/CodeSystem/failure-action",
        "code": "fatal",
        "display": "Fatal"
      }
    ]
  },
  "primarySource": [
    {
      "who": {
        "display": "State of Illinois Licensing Board"
      },
      "type": [
        {
          "coding": [
            {
              "system": "http://terminology.hl7.org/CodeSystem/primary-source-type",
              "code": "lic-board",
              "display": "License Board"
            }
          ]
        }
      ],
      "validationStatus": {
        "coding": [
          {
            "system": "http://terminology.hl7.org/CodeSystem/validation-status",
            "code": "successful",
            "display": "Successful"
          }
        ]
      },
      "validationDate": "2023-06-03T13:26:22.0314215+00:00"
    }
  ],
  "attestation": {
    "who": {
      "reference": "Practitioner/JoeSmith",
      "display": "Joe Smith"
    },
    "communicationMethod": {
      "coding": [
        {
          "system": "http://terminology.hl7.org/CodeSystem/verificationresult-communication-method",
          "code": "manual",
          "display": "Manual"
        }
      ]
    },
    "date": "2023-03-28"
  }
}