FHIR © HL7.org  |  Server Home  |  XIG Home  |  Server Source  |  FHIR  

FHIR IG Statistics: StructureDefinition/SMARTHealthLinkPayload

Packagesmart.who.int.trust-phw
TypeStructureDefinition
IdSMARTHealthLinkPayload
FHIR VersionR4
Sourcehttp://smart.who.int/trust-phw/https://build.fhir.org/ig/WorldHealthOrganization/smart-trust-phw/StructureDefinition-SMARTHealthLinkPayload.html
URLhttp://hl7.org/fhir/uv/smart-health-cards-and-links/StructureDefinition/SMARTHealthLinkPayload
Version0.1.0
Statusdraft
Date2025-07-08T11:27:10+00:00
NameSMARTHealthLinkPayload
TitleSMART Health Link Payload (DRAFT)
Realmuv
Authoritywho
DescriptionSMART Health Link Payload (DRAFT) This logical model constrains the Health Link Payload for a SMART Health Link A SMART Health Link URI is generated from this payload according to the algorithm documented [here](https://build.fhir.org/ig/HL7/smart-health-cards-and-links/links-specification.html#smart-health-links-sharing-application-generates-a-smart-health-link-uri)
Typehttp://hl7.org/fhir/uv/smart-health-cards-and-links/StructureDefinition/SMARTHealthLinkPayload
Kindlogical

Resources that use this resource

No resources found


Resources that this resource uses

StructureDefinition
HealthLinkPayloadHealth Link Payload (DRAFT)

Narrative

Note: links and images are rebased to the (stated) source

Generated Narrative: StructureDefinition SMARTHealthLinkPayload

NameFlagsCard.TypeDescription & Constraintsdoco
.. SMARTHealthLinkPayload 0..*HealthLinkPayload
Elements defined in Ancestors:url, key, exp, flag, label, v, type
SMART Health Link Payload (DRAFT)
Instances of this logical model can be the target of a Reference
... type 0..0

doco Documentation for this format

Source

{
  "resourceType": "StructureDefinition",
  "id": "SMARTHealthLinkPayload",
  "text": {
    "status": "extensions",
    "div": "<!-- snip (see above) -->"
  },
  "extension": [
    {
      "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-type-characteristics",
      "valueCode": "can-be-target"
    }
  ],
  "url": "http://hl7.org/fhir/uv/smart-health-cards-and-links/StructureDefinition/SMARTHealthLinkPayload",
  "version": "0.1.0",
  "name": "SMARTHealthLinkPayload",
  "title": "SMART Health Link Payload (DRAFT)",
  "status": "draft",
  "date": "2025-07-08T11:27:10+00:00",
  "publisher": "WHO",
  "contact": [
    {
      "name": "WHO",
      "telecom": [
        {
          "system": "url",
          "value": "http://who.int"
        }
      ]
    }
  ],
  "description": "SMART Health Link Payload (DRAFT)\n\nThis logical model constrains the Health Link Payload for a SMART Health Link\n\nA SMART Health Link URI is generated from this payload according to the algorithm documented [here](https://build.fhir.org/ig/HL7/smart-health-cards-and-links/links-specification.html#smart-health-links-sharing-application-generates-a-smart-health-link-uri)\n\n",
  "jurisdiction": [
    {
      "coding": [
        {
          "system": "http://unstats.un.org/unsd/methods/m49/m49.htm",
          "code": "001",
          "display": "World"
        }
      ]
    }
  ],
  "fhirVersion": "4.0.1",
  "kind": "logical",
  "abstract": false,
  "type": "http://hl7.org/fhir/uv/smart-health-cards-and-links/StructureDefinition/SMARTHealthLinkPayload",
  "baseDefinition": "http://hl7.org/fhir/uv/smart-health-cards-and-links/StructureDefinition/HealthLinkPayload",
  "derivation": "specialization",
  "snapshot": {
    "extension": [
      {
        "url": "http://hl7.org/fhir/tools/StructureDefinition/snapshot-base-version",
        "valueString": "0.1.0"
      }
    ],
    "element": [
      {
        "id": "SMARTHealthLinkPayload",
        "path": "SMARTHealthLinkPayload",
        "short": "SMART Health Link Payload (DRAFT)",
        "definition": "SMART Health Link Payload (DRAFT)\n\nThis logical model constrains the Health Link Payload for a SMART Health Link\n\nA SMART Health Link URI is generated from this payload according to the algorithm documented [here](https://build.fhir.org/ig/HL7/smart-health-cards-and-links/links-specification.html#smart-health-links-sharing-application-generates-a-smart-health-link-uri)\n\n",
        "min": 0,
        "max": "*",
        "base": {
          "path": "Base",
          "min": 0,
          "max": "*"
        },
        "isModifier": false
      },
      {
        "id": "SMARTHealthLinkPayload.url",
        "path": "SMARTHealthLinkPayload.url",
        "short": "url",
        "definition": "Manifest URL for this Health Link",
        "min": 1,
        "max": "1",
        "base": {
          "path": "HealthLinkPayload.url",
          "min": 1,
          "max": "1"
        },
        "type": [
          {
            "code": "string"
          }
        ]
      },
      {
        "id": "SMARTHealthLinkPayload.key",
        "path": "SMARTHealthLinkPayload.key",
        "short": "Decryption key for processing files returned in the manifest. 43 characters, consisting of 32 random bytes base64urlencoded.",
        "definition": "Decryption key for processing files returned in the manifest. 43 characters, consisting of 32 random bytes base64urlencoded.",
        "min": 1,
        "max": "1",
        "base": {
          "path": "HealthLinkPayload.key",
          "min": 1,
          "max": "1"
        },
        "type": [
          {
            "code": "string"
          }
        ]
      },
      {
        "id": "SMARTHealthLinkPayload.exp",
        "path": "SMARTHealthLinkPayload.exp",
        "short": "Optional. Number representing expiration time in Epoch seconds, as a hint to help the Health Link Receiving Application determine if this QR is stale. (Note: epoch times should be parsed into 64-bit numeric types.)",
        "definition": "Optional. Number representing expiration time in Epoch seconds, as a hint to help the Health Link Receiving Application determine if this QR is stale. (Note: epoch times should be parsed into 64-bit numeric types.)",
        "min": 0,
        "max": "1",
        "base": {
          "path": "HealthLinkPayload.exp",
          "min": 0,
          "max": "1"
        },
        "type": [
          {
            "code": "string"
          }
        ]
      },
      {
        "id": "SMARTHealthLinkPayload.flag",
        "path": "SMARTHealthLinkPayload.flag",
        "short": "Optional. String created by concatenating single-character flags in alphabetical order:\n'L' indicates the Health Link is intended for long-term use and manifest content can evolve over time; \n'P' indicates the Health Link requires a Passcode to resolves; and 'U' indicates the Health Link's url resolves to a single encrypted file accessible via GET, bypassing the manifest and SHALL NOT be used in combination with P.\n\n  ",
        "definition": "Optional. String created by concatenating single-character flags in alphabetical order:\n'L' indicates the Health Link is intended for long-term use and manifest content can evolve over time; \n'P' indicates the Health Link requires a Passcode to resolves; and 'U' indicates the Health Link's url resolves to a single encrypted file accessible via GET, bypassing the manifest and SHALL NOT be used in combination with P.",
        "min": 0,
        "max": "1",
        "base": {
          "path": "HealthLinkPayload.flag",
          "min": 0,
          "max": "1"
        },
        "type": [
          {
            "code": "string"
          }
        ]
      },
      {
        "id": "SMARTHealthLinkPayload.label",
        "path": "SMARTHealthLinkPayload.label",
        "short": "Optional. String no longer than 80 characters that provides a short description of the data behind the Health Link.",
        "definition": "Optional. String no longer than 80 characters that provides a short description of the data behind the Health Link.",
        "min": 0,
        "max": "1",
        "base": {
          "path": "HealthLinkPayload.label",
          "min": 0,
          "max": "1"
        },
        "type": [
          {
            "code": "string"
          }
        ]
      },
      {
        "id": "SMARTHealthLinkPayload.v",
        "path": "SMARTHealthLinkPayload.v",
        "short": "Optional. Integer representing the Health Links protocol version this Health Link conforms to. MAY be omitted when the default value (1) applies.",
        "definition": "Optional. Integer representing the Health Links protocol version this Health Link conforms to. MAY be omitted when the default value (1) applies.",
        "min": 0,
        "max": "1",
        "base": {
          "path": "HealthLinkPayload.v",
          "min": 0,
          "max": "1"
        },
        "type": [
          {
            "code": "string"
          }
        ]
      },
      {
        "id": "SMARTHealthLinkPayload.type",
        "path": "SMARTHealthLinkPayload.type",
        "short": "Classifying type code to distinguish different types of health links.  If not present then the Health Link is a SMART Health Link.",
        "definition": "Classifying type code to distinguish different types of health links.  If not present then the Health Link is a SMART Health Link.",
        "min": 0,
        "max": "0",
        "base": {
          "path": "HealthLinkPayload.type",
          "min": 0,
          "max": "1"
        },
        "type": [
          {
            "code": "code"
          }
        ]
      }
    ]
  },
  "differential": {
    "element": [
      {
        "id": "SMARTHealthLinkPayload",
        "path": "SMARTHealthLinkPayload",
        "short": "SMART Health Link Payload (DRAFT)",
        "definition": "SMART Health Link Payload (DRAFT)\n\nThis logical model constrains the Health Link Payload for a SMART Health Link\n\nA SMART Health Link URI is generated from this payload according to the algorithm documented [here](https://build.fhir.org/ig/HL7/smart-health-cards-and-links/links-specification.html#smart-health-links-sharing-application-generates-a-smart-health-link-uri)\n\n"
      },
      {
        "id": "SMARTHealthLinkPayload.type",
        "path": "SMARTHealthLinkPayload.type",
        "max": "0"
      }
    ]
  }
}