WHO SMART Trust 1.5.0 - release
WHO SMART Trust - Downloaded Version 1.5.0 See the Directory of published versions
Raw ttl | Download
@prefix fhir: <http://hl7.org/fhir/> . @prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @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 "ConnectionTypes"] ; # fhir:text [ fhir:status [ fhir:v "generated" ] ; fhir:div [ fhir:v "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: CodeSystem ConnectionTypes</b></p><a name=\"ConnectionTypes\"> </a><a name=\"hcConnectionTypes\"> </a><p>This case-insensitive code system <code>http://smart.who.int/trust/CodeSystem/ConnectionTypes</code> defines the following codes:</p><table class=\"codes\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td><td><b>Definition</b></td></tr><tr><td style=\"white-space:nowrap\">http-get<a name=\"ConnectionTypes-http-get\"> </a></td><td>http-get</td><td>http(s) GET request</td></tr><tr><td style=\"white-space:nowrap\">mtls<a name=\"ConnectionTypes-mtls\"> </a></td><td>mTLS</td><td>mutual TLS (mTLS)</td></tr></table></div>"^^rdf:XMLLiteral ] ] ; # fhir:url [ fhir:v "http://smart.who.int/trust/CodeSystem/ConnectionTypes"^^xsd:anyURI ; fhir:l <http://smart.who.int/trust/CodeSystem/ConnectionTypes> ] ; # fhir:version [ fhir:v "1.5.0"] ; # fhir:name [ fhir:v "ConnectionTypes"] ; # fhir:title [ fhir:v "WHO GDHCN Connection Types"] ; # fhir:status [ fhir:v "active"] ; # fhir:experimental [ fhir:v true] ; # fhir:date [ fhir:v "2026-04-27T07:28:36+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 GDHCN connection types"] ; # fhir:jurisdiction ( [ ( fhir:coding [ fhir:system [ fhir:v "http://unstats.un.org/unsd/methods/m49/m49.htm"^^xsd:anyURI ; fhir:l <http://unstats.un.org/unsd/methods/m49/m49.htm> ] ; fhir:code [ fhir:v "001" ] ] ) ] ) ; # fhir:caseSensitive [ fhir:v false] ; # fhir:content [ fhir:v "complete"] ; # fhir:count [ fhir:v "2"^^xsd:nonNegativeInteger] ; # fhir:concept ( [ fhir:code [ fhir:v "http-get" ] ; fhir:display [ fhir:v "http-get" ] ; fhir:definition [ fhir:v "http(s) GET request" ] ] [ fhir:code [ fhir:v "mtls" ] ; fhir:display [ fhir:v "mTLS" ] ; fhir:definition [ fhir:v "mutual TLS (mTLS)" ] ] ) . #