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

FHIR IG Statistics: StructureDefinition/CWT

Packagesmart.who.int.trust
Resource TypeStructureDefinition
IdCWT
FHIR VersionR5
Sourcehttp://smart.who.int/trust/https://build.fhir.org/ig/WorldHealthOrganization/smart-trust/StructureDefinition-CWT.html
URLhttp://smart.who.int/trust/StructureDefinition/CWT
Version1.1.6
Statusactive
Date2025-07-09T09:43:25+00:00
NameCWT
TitleCBOR Web Token (CWT) Claim
Realmuv
Authoritywho
DescriptionLogical Model for Data elements in CBOR Web Token (CWT) https://www.iana.org/assignments/cwt/cwt.xhtml
Typehttp://smart.who.int/trust/StructureDefinition/CWT
Kindlogical

Resources that use this resource

No resources found


Resources that this resource uses

StructureDefinition
COSEHeaderCOSE Headers (DRAFT)
CWTPayloadCBOR Web Token (CWT) Payload (Common)

Narrative

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

Generated Narrative: StructureDefinition CWT

NameFlagsCard.TypeDescription & Constraintsdoco
.. CWT 0..*BaseThis is an abstract type.
CBOR Web Token (CWT) Claim
... header 0..1COSEHeaderCOSE Header
... payload 0..1CWTPayloadCWT Payload
... signature 0..1stringSignature

doco Documentation for this format

Source

{
  "resourceType": "StructureDefinition",
  "id": "CWT",
  "text": {
    "status": "extensions",
    "div": "<!-- snip (see above) -->"
  },
  "url": "http://smart.who.int/trust/StructureDefinition/CWT",
  "version": "1.1.6",
  "name": "CWT",
  "title": "CBOR Web Token (CWT) Claim",
  "status": "active",
  "date": "2025-07-09T09:43:25+00:00",
  "publisher": "WHO",
  "contact": [
    {
      "name": "WHO",
      "telecom": [
        {
          "system": "url",
          "value": "http://who.int"
        }
      ]
    }
  ],
  "description": "Logical Model for Data elements in CBOR Web Token (CWT) https://www.iana.org/assignments/cwt/cwt.xhtml",
  "jurisdiction": [
    {
      "coding": [
        {
          "system": "http://unstats.un.org/unsd/methods/m49/m49.htm",
          "code": "001"
        }
      ]
    }
  ],
  "fhirVersion": "5.0.0",
  "mapping": [
    {
      "identity": "rim",
      "uri": "http://hl7.org/v3",
      "name": "RIM Mapping"
    }
  ],
  "kind": "logical",
  "abstract": true,
  "type": "http://smart.who.int/trust/StructureDefinition/CWT",
  "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Base",
  "derivation": "specialization",
  "snapshot": {
    "extension": [
      {
        "url": "http://hl7.org/fhir/tools/StructureDefinition/snapshot-base-version",
        "valueString": "5.0.0"
      }
    ],
    "element": [
      {
        "id": "CWT",
        "path": "CWT",
        "short": "CBOR Web Token (CWT) Claim",
        "definition": "Logical Model for Data elements in CBOR Web Token (CWT) https://www.iana.org/assignments/cwt/cwt.xhtml",
        "min": 0,
        "max": "*",
        "base": {
          "path": "Base",
          "min": 0,
          "max": "*"
        },
        "isModifier": false,
        "mapping": [
          {
            "identity": "rim",
            "map": "n/a"
          }
        ]
      },
      {
        "id": "CWT.header",
        "path": "CWT.header",
        "short": "COSE Header",
        "definition": "Header",
        "min": 0,
        "max": "1",
        "base": {
          "path": "CWT.header",
          "min": 0,
          "max": "1"
        },
        "type": [
          {
            "code": "http://smart.who.int/trust/StructureDefinition/COSEHeader"
          }
        ]
      },
      {
        "id": "CWT.payload",
        "path": "CWT.payload",
        "short": "CWT Payload",
        "definition": "Payload",
        "min": 0,
        "max": "1",
        "base": {
          "path": "CWT.payload",
          "min": 0,
          "max": "1"
        },
        "type": [
          {
            "code": "http://smart.who.int/trust/StructureDefinition/CWTPayload"
          }
        ]
      },
      {
        "id": "CWT.signature",
        "path": "CWT.signature",
        "short": "Signature",
        "definition": "Signature",
        "min": 0,
        "max": "1",
        "base": {
          "path": "CWT.signature",
          "min": 0,
          "max": "1"
        },
        "type": [
          {
            "code": "string"
          }
        ]
      }
    ]
  },
  "differential": {
    "element": [
      {
        "id": "CWT",
        "path": "CWT",
        "short": "CBOR Web Token (CWT) Claim",
        "definition": "Logical Model for Data elements in CBOR Web Token (CWT) https://www.iana.org/assignments/cwt/cwt.xhtml"
      },
      {
        "id": "CWT.header",
        "path": "CWT.header",
        "short": "COSE Header",
        "definition": "Header",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "http://smart.who.int/trust/StructureDefinition/COSEHeader"
          }
        ]
      },
      {
        "id": "CWT.payload",
        "path": "CWT.payload",
        "short": "CWT Payload",
        "definition": "Payload",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "http://smart.who.int/trust/StructureDefinition/CWTPayload"
          }
        ]
      },
      {
        "id": "CWT.signature",
        "path": "CWT.signature",
        "short": "Signature",
        "definition": "Signature",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "string"
          }
        ]
      }
    ]
  }
}