-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathValueSet-KeyUsage-DEV.jsonld
More file actions
40 lines (40 loc) · 1.36 KB
/
ValueSet-KeyUsage-DEV.jsonld
File metadata and controls
40 lines (40 loc) · 1.36 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
{
"@context": {
"name": "http://www.w3.org/2000/01/rdf-schema#label",
"fhir": "https://smart.who.int/base/DataTypes.jsonld#",
"id": "@id",
"generatedAt": {
"@id": "http://www.w3.org/ns/prov#generatedAtTime",
"@type": "http://www.w3.org/2001/XMLSchema#dateTime"
}
},
"@id": "http://smart.who.int/trust/ValueSet-KeyUsage-DEV.jsonld",
"@type": "http://www.w3.org/ns/prov#Entity",
"generatedAt": "2025-09-23T11:50:37.358651Z",
"@graph": [
{
"id": "http://smart.who.int/trust/ValueSet-KeyUsage-DEV.jsonld#SCA",
"name": "Signing Certificate Authority",
"fhir:code": "SCA",
"fhir:CodeSystem": "http://smart.who.int/trust/CodeSystem-KeyUsage-DEV"
},
{
"id": "http://smart.who.int/trust/ValueSet-KeyUsage-DEV.jsonld#DSC",
"name": "Document Signing Certificate",
"fhir:code": "DSC",
"fhir:CodeSystem": "http://smart.who.int/trust/CodeSystem-KeyUsage-DEV"
},
{
"id": "http://smart.who.int/trust/ValueSet-KeyUsage-DEV.jsonld#UP",
"name": "Upload",
"fhir:code": "UP",
"fhir:CodeSystem": "http://smart.who.int/trust/CodeSystem-KeyUsage-DEV"
},
{
"id": "http://smart.who.int/trust/ValueSet-KeyUsage-DEV.jsonld#TLS",
"name": "TLS",
"fhir:code": "TLS",
"fhir:CodeSystem": "http://smart.who.int/trust/CodeSystem-KeyUsage-DEV"
}
]
}