Credentials PSV Primary Source IG
1.0.0 - ci-build International flag

Credentials PSV Primary Source IG, published by . This guide is not an authorized publication; it is the continuous build for version 1.0.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/alpivonka/Practitioners-Qualification-PSV-PrimarySource/ and changes regularly. See the Directory of published versions

: VR — BS Degree (Primary Source) - JSON Representation

Raw json | Download

{
  "resourceType" : "VerificationResult",
  "id" : "vr-education-bs",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: VerificationResult vr-education-bs</b></p><a name=\"vr-education-bs\"> </a><a name=\"hcvr-education-bs\"> </a><p><b>target</b>: <a href=\"Practitioner-prac-education-with-vr.html\">Practitioner Morgan Chen </a></p><p><b>targetLocation</b>: qualification[education][1]</p><p><b>status</b>: Validated</p><p><b>statusDate</b>: 2025-10-21 13:57:00+0000</p><p><b>validationType</b>: <span title=\"Codes:{http://example.org/fhir/uv/psv/CodeSystem/psv-verification-type-cs education-primary-source}\">education-primary-source</span></p><h3>PrimarySources</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Who</b></td><td><b>CommunicationMethod</b></td><td><b>ValidationStatus</b></td><td><b>ValidationDate</b></td></tr><tr><td style=\"display: none\">*</td><td><a href=\"Organization-org-state-university-med.html\">Organization State University College of Medicine</a></td><td><span title=\"Codes:\">Registrar API</span></td><td><span title=\"Codes:{http://terminology.hl7.org/CodeSystem/verificationresult-status successful}\">successful</span></td><td>2025-10-21</td></tr></table></div>"
  },
  "target" : [
    {
      🔗 "reference" : "Practitioner/prac-education-with-vr"
    }
  ],
  "targetLocation" : [
    "qualification[education][1]"
  ],
  "status" : "validated",
  "statusDate" : "2025-10-21T13:57:00Z",
  "validationType" : {
    "coding" : [
      {
        "system" : "http://example.org/fhir/uv/psv/CodeSystem/psv-verification-type-cs",
        "code" : "education-primary-source"
      }
    ]
  },
  "primarySource" : [
    {
      "who" : {
        🔗 "reference" : "Organization/org-state-university-med"
      },
      "communicationMethod" : [
        {
          "text" : "Registrar API"
        }
      ],
      "validationStatus" : {
        "coding" : [
          {
            "system" : "http://terminology.hl7.org/CodeSystem/verificationresult-status",
            "code" : "successful"
          }
        ]
      },
      "validationDate" : "2025-10-21"
    }
  ]
}