SMART Health Cards and Links IG
1.0.0 - STU 1 International flag

This page is part of the SMART Health Cards and Links FHIR IG (v1.0.0: STU1) based on FHIR (HL7® FHIR® Standard) R4. This is the current published version. For a full list of available versions, see the Directory of published versions

: example-health-cards-issue-response-1 - 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:Parameters ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "example-health-cards-issue-response-1"] ; # 
  fhir:parameter ( [
fhir:name [ fhir:v "verifiableCredential" ] ;
fhir:value [
a fhir:string ;
fhir:v "<<Health Card as JWS>>"     ]
  ] [
fhir:name [ fhir:v "resourceLink" ] ;
    ( fhir:part [
fhir:name [ fhir:v "vcIndex" ] ;
fhir:value [
a fhir:integer ;
fhir:v 0       ]     ] [
fhir:name [ fhir:v "bundledResource" ] ;
fhir:value [
a fhir:uri ;
fhir:v "resource:2"^^xsd:anyURI       ]     ] [
fhir:name [ fhir:v "hostedResource" ] ;
fhir:value [
a fhir:uri ;
fhir:v "https://fhir.example.org/Immunization/123"^^xsd:anyURI       ]     ] )
  ] ) . #