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
{
"resourceType" : "Parameters",
"id" : "example-health-cards-issue-response-1",
"parameter" : [
{
"name" : "verifiableCredential",
"valueString" : "<<Health Card as JWS>>"
},
{
"name" : "resourceLink",
"part" : [
{
"name" : "vcIndex",
"valueInteger" : 0
},
{
"name" : "bundledResource",
"valueUri" : "resource:2"
},
{
"name" : "hostedResource",
"valueUri" : "https://fhir.example.org/Immunization/123"
}
]
}
]
}