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

FHIR IG analytics

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

Resources that use this resource

No resources found


Resources that this resource uses

CodeSystem
KeyUsage-UATWHO GDHCN Key Usage CodeSystem - UAT

Narrative

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

Generated Narrative: ValueSet KeyUsage-UAT

  • Include these codes as defined in http://smart.who.int/trust/CodeSystem/KeyUsage-UAT 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-UAT",
  "text": {
    "status": "extensions",
    "div": "<!-- snip (see above) -->"
  },
  "url": "http://smart.who.int/trust/ValueSet/KeyUsage-UAT",
  "version": "1.1.6",
  "name": "KeyUsage-UAT",
  "title": "WHO GDHCN  Key Usage ValueSet - UAT",
  "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 User Acceptance Testing 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-UAT",
        "concept": [
          {
            "code": "SCA",
            "display": "Signing Certificate Authority"
          },
          {
            "code": "DSC",
            "display": "Document Signing Certificate"
          },
          {
            "code": "UP",
            "display": "Upload"
          },
          {
            "code": "TLS",
            "display": "TLS"
          }
        ]
      }
    ]
  }
}