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 — Fellowship (Cardiology) Primary Source - TTL Representation

Raw ttl | Download


@prefix fhir: <http://hl7.org/fhir/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

# - resource -------------------------------------------------------------------

 a fhir:VerificationResult ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "vr-training-fellowship-card"] ; # 
  fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: VerificationResult vr-training-fellowship-card</b></p><a name=\"vr-training-fellowship-card\"> </a><a name=\"hcvr-training-fellowship-card\"> </a><p><b>target</b>: <a href=\"Practitioner-prac-training-with-vr.html\">Practitioner Taylor Garcia </a></p><p><b>targetLocation</b>: qualification[training][1]</p><p><b>status</b>: Validated</p><p><b>statusDate</b>: 2025-10-21 12:30:00+0000</p><p><b>validationType</b>: <span title=\"Codes:{http://example.org/fhir/uv/psv/CodeSystem/psv-verification-type-cs training-primary-source}\">training-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-heart-institute.html\">Organization National Heart Institute</a></td><td><span title=\"Codes:\">Fellowship 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>"^^rdf:XMLLiteral
  ] ; # 
  fhir:target ( [
fhir:reference [ fhir:v "Practitioner/prac-training-with-vr" ]
  ] ) ; # 
  fhir:targetLocation ( [ fhir:v "qualification[training][1]"] ) ; # 
  fhir:status [ fhir:v "validated"] ; # 
  fhir:statusDate [ fhir:v "2025-10-21T12:30:00Z"^^xsd:dateTime] ; # 
  fhir:validationType [
    ( fhir:coding [
fhir:system [ fhir:v "http://example.org/fhir/uv/psv/CodeSystem/psv-verification-type-cs"^^xsd:anyURI ] ;
fhir:code [ fhir:v "training-primary-source" ]     ] )
  ] ; # 
  fhir:primarySource ( [
fhir:who [
fhir:reference [ fhir:v "Organization/org-heart-institute" ]     ] ;
    ( fhir:communicationMethod [
fhir:text [ fhir:v "Fellowship API" ]     ] ) ;
fhir:validationStatus [
      ( fhir:coding [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/verificationresult-status"^^xsd:anyURI ] ;
fhir:code [ fhir:v "successful" ]       ] )     ] ;
fhir:validationDate [ fhir:v "2025-10-21"^^xsd:date ]
  ] ) . #