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

FHIR IG analytics

Packagesmart.who.int.trust
Resource TypeValueSet
IdValueSet-KeyUsage.json
FHIR VersionR5
Sourcehttps://build.fhir.org/ig/WorldHealthOrganization/smart-trust/ValueSet-KeyUsage.html
URLhttp://smart.who.int/trust/ValueSet/KeyUsage
Version1.1.6
Statusactive
Date2026-01-19T14:06:08+00:00
NameKeyUsage
TitleWHO GDHCN Key Usage ValueSet
Realmuv
Authoritywho
DescriptionValueSet of codes for key usage codes for Production environment

Resources that use this resource

No resources found


Resources that this resource uses

CodeSystem
KeyUsageWHO GDHCN Key Usage CodeSystem

Narrative

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

Generated Narrative: ValueSet KeyUsage

  • Include these codes as defined in http://smart.who.int/trust/CodeSystem/KeyUsage version 📦1.1.6
    CodeDisplayDefinition
    SCASigning Certificate AuthorityA certificate which acts a trust anchor in the verification of the certificate chain for the DSCs issued by a Trust Network participant
    DSCDocument Signing CertificateA certificate which may be used to verify a digital signature within a Verfifiable Digital Health Certificate
    UPUploadUsed to verify digital signature of cryptographically signed content uploaded to services within the Global Digital Health Certification Network, in particular the Trust Network Gateway
    TLSTLSUsed for establishing (m)TLS connections with systems, in particular between the Trust Network Gateway and backend systems of a Trust Network Participant

Source1

{
  "resourceType": "ValueSet",
  "id": "KeyUsage",
  "text": {
    "status": "extensions",
    "div": "<!-- snip (see above) -->"
  },
  "url": "http://smart.who.int/trust/ValueSet/KeyUsage",
  "version": "1.1.6",
  "name": "KeyUsage",
  "title": "WHO GDHCN  Key Usage ValueSet",
  "status": "active",
  "experimental": true,
  "date": "2026-01-19T14:06:08+00:00",
  "publisher": "WHO",
  "contact": [
    {
      "name": "WHO",
      "telecom": [
        {
          "system": "url",
          "value": "http://who.int"
        }
      ]
    }
  ],
  "description": "ValueSet of codes for key usage codes for Production environment",
  "jurisdiction": [
    {
      "coding": [
        {
          "system": "http://unstats.un.org/unsd/methods/m49/m49.htm",
          "code": "001"
        }
      ]
    }
  ],
  "compose": {
    "include": [
      {
        "system": "http://smart.who.int/trust/CodeSystem/KeyUsage",
        "concept": [
          {
            "code": "SCA",
            "display": "Signing Certificate Authority"
          },
          {
            "code": "DSC",
            "display": "Document Signing Certificate"
          },
          {
            "code": "UP",
            "display": "Upload"
          },
          {
            "code": "TLS",
            "display": "TLS"
          }
        ]
      }
    ]
  }
}