FHIR IG analytics| Package | hl7.fhir.us.ndh.r4b |
| Resource Type | VerificationResult |
| Id | VerificationResult-Example-license.json |
| FHIR Version | R4B |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: VerificationResult Example-license
Last updated: 2023-03-28 13:26:22+0000
Profile: NDH Base Verification
target: Practitioner Hans Solo, MD
targetLocation: Practitioner.qualifications[0]
need: Periodic
status: Validated
statusDate: 2023-03-28 13:26:22+0000
validationType: Primary Source
validationProcess: primary source
failureAction: None
| Who | CommunicationMethod | Date |
| Practitioner Hans Solo, MD | Manual | 2023-03-28 |
{
"resourceType": "VerificationResult",
"id": "Example-license",
"meta": {
"lastUpdated": "2023-03-28T13: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/HansSolo"
}
],
"targetLocation": [
"Practitioner.qualifications[0]"
],
"need": {
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/need",
"code": "periodic"
}
]
},
"status": "validated",
"statusDate": "2023-03-28T13:26:22.0314215+00:00",
"validationType": {
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/validation-type",
"code": "primary"
}
]
},
"validationProcess": [
{
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/validation-process",
"code": "primary"
}
]
}
],
"failureAction": {
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/failure-action",
"code": "none"
}
]
},
"attestation": {
"who": {
"reference": "Practitioner/HansSolo"
},
"communicationMethod": {
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/verificationresult-communication-method",
"code": "manual"
}
]
},
"date": "2023-03-28"
}
}