WHO SMART Trust
1.1.4 - CI Build International flag

WHO SMART Trust, published by WHO. This guide is not an authorized publication; it is the continuous build for version 1.1.4 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/WorldHealthOrganization/smart-trust and changes regularly. See the Directory of published versions

: WHO.TRUST.TRANSACTION CodeSystem - TTL Representation

Active as of 2024-04-29

Raw ttl | Download


@prefix fhir: <http://hl7.org/fhir/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

# - resource -------------------------------------------------------------------

 a fhir:CodeSystem ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "WHO.TRUST.TRANSACTION"] ; # 
  fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p>This case-insensitive code system <code>http://smart.who.int/trust/CodeSystem/WHO.TRUST.TRANSACTION</code> defines the following codes:</p><table class=\"codes\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td></tr><tr><td style=\"white-space:nowrap\">keys-get-api<a name=\"WHO.TRUST.TRANSACTION-keys-get-api\"> </a></td></tr><tr><td style=\"white-space:nowrap\">keys-get-did<a name=\"WHO.TRUST.TRANSACTION-keys-get-did\"> </a></td></tr><tr><td style=\"white-space:nowrap\">keys-put-api<a name=\"WHO.TRUST.TRANSACTION-keys-put-api\"> </a></td></tr></table></div>"
  ] ; # 
  fhir:url [ fhir:v "http://smart.who.int/trust/CodeSystem/WHO.TRUST.TRANSACTION"^^xsd:anyURI] ; # 
  fhir:version [ fhir:v "1.1.4"] ; # 
  fhir:name [ fhir:v "WHO_TRUST_TRANSACTION"] ; # 
  fhir:title [ fhir:v "WHO.TRUST.TRANSACTION CodeSystem"] ; # 
  fhir:status [ fhir:v "active"] ; # 
  fhir:experimental [ fhir:v "true"^^xsd:boolean] ; # 
  fhir:date [ fhir:v "2024-04-29T06:36:39+00:00"^^xsd:dateTime] ; # 
  fhir:publisher [ fhir:v "WHO"] ; # 
  fhir:contact ( [
fhir:name [ fhir:v "WHO" ] ;
    ( fhir:telecom [
fhir:system [ fhir:v "url" ] ;
fhir:value [ fhir:v "http://who.int" ]     ] )
  ] ) ; # 
  fhir:description [ fhir:v "CodeSystem for TRUST.TRANSACTION that has usage codes for verification keys published to the Trust Network as defined by the [certificate governance](concepts_certificate_governance.html)"] ; # 
  fhir:jurisdiction ( [
    ( fhir:coding [
fhir:system [ fhir:v "http://unstats.un.org/unsd/methods/m49/m49.htm"^^xsd:anyURI ] ;
fhir:code [ fhir:v "001" ]     ] )
  ] ) ; # 
  fhir:caseSensitive [ fhir:v "false"^^xsd:boolean] ; # 
  fhir:content [ fhir:v "complete"] ; # 
  fhir:count [ fhir:v "3"^^xsd:nonNegativeInteger] ; # 
  fhir:concept ( [
fhir:code [ fhir:v "keys-get-api" ]
  ] [
fhir:code [ fhir:v "keys-get-did" ]
  ] [
fhir:code [ fhir:v "keys-put-api" ]
  ] ) . #