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-request-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-request-1"] ; # 
  fhir:parameter ( [
fhir:name [ fhir:v "credentialType" ] ;
fhir:value [
a fhir:uri ;
fhir:v "Immunization"^^xsd:anyURI     ]
  ] [
fhir:name [ fhir:v "credentialValueSet" ] ;
fhir:value [
a fhir:uri ;
fhir:v "https://terminology.smarthealth.cards/ValueSet/immunization-orthopoxvirus-all"^^xsd:anyURI     ]
  ] [
fhir:name [ fhir:v "includeIdentityClaim" ] ;
fhir:value [
a fhir:string ;
fhir:v "Patient.name"     ]
  ] [
fhir:name [ fhir:v "_since" ] ;
fhir:value [
a fhir:dateTime ;
fhir:v "2023-03"^^xsd:gYearMonth     ]
  ] ) . #