FHIR IG analytics| Package | hl7.fhir.us.ndh.r4 |
| Resource Type | VerificationResult |
| Id | VerificationResult-Verify-JoeSmith.json |
| FHIR Version | R4 |
No resources found
No resources found
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
| Who | Type | ValidationStatus | ValidationDate |
| State of Illinois Licensing Board | License Board | Successful | 2023-06-03 13:26:22+0000 |
| Who | CommunicationMethod | Date |
| Joe Smith | Manual | 2023-03-28 |
{
"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"
}
}