FHIR © HL7.org  |  FHIRsmith 4.0.1  |  Server Home  |  XIG Home  |  XIG Stats  | 

FHIR IG analytics

Packagehl7.fhir.uv.smart-health-cards-and-links
Resource TypeParameters
IdParameters-example-health-cards-issue-request-1.json
FHIR VersionR4

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

No narrative content found in resource


Source1

{
  "resourceType": "Parameters",
  "id": "example-health-cards-issue-request-1",
  "parameter": [
    {
      "name": "credentialType",
      "valueUri": "Immunization"
    },
    {
      "name": "credentialValueSet",
      "valueUri": "https://terminology.smarthealth.cards/ValueSet/immunization-orthopoxvirus-all"
    },
    {
      "name": "includeIdentityClaim",
      "valueString": "Patient.name"
    },
    {
      "name": "_since",
      "valueDateTime": "2023-03"
    }
  ]
}