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

FHIR IG Statistics: ValueSet/KeyUsage

Packagesmart.who.int.trust
TypeValueSet
IdKeyUsage
FHIR VersionR5
Sourcehttp://smart.who.int/trust/https://build.fhir.org/ig/WorldHealthOrganization/smart-trust/ValueSet-KeyUsage.html
URLhttp://smart.who.int/trust/ValueSet/KeyUsage
Version1.1.6
Statusactive
Date2025-07-09T09:43:25+00:00
NameKeyUsage
TitleWHO GDHCN Key Usage ValueSet
Realmuv
Authoritywho
DescriptionValueSet of codes for key usage codes

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
    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

Source

{
  "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": "2025-07-09T09:43:25+00:00",
  "publisher": "WHO",
  "contact": [
    {
      "name": "WHO",
      "telecom": [
        {
          "system": "url",
          "value": "http://who.int"
        }
      ]
    }
  ],
  "description": "ValueSet of codes for key usage codes",
  "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"
          }
        ]
      }
    ]
  }
}