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

FHIR IG analytics

Packagehl7.fhir.us.ndh
Resource TypeVerificationResult
IdVerificationResult-Example-license.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 Example-license

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

Profile: NDH 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

Attestations

-WhoCommunicationMethodDate
*Practitioner Hans Solo, MDManual2023-03-28

Source1

{
  "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"
  }
}