WHO SMART Trust 1.1.3 - v1.1.3
Publication Build: This will be filled in by the publication tooling
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:ActorDefinition ; fhir:nodeRole fhir:treeRoot ; fhir:id [ fhir:v "GDHCN"] ; # fhir:meta [ ( fhir:profile [ fhir:v "http://smart.who.int/smart-base/StructureDefinition/SGPersona"^^xsd:anyURI ; fhir:link <http://smart.who.int/smart-base/StructureDefinition/SGPersona> ] ) ] ; # fhir:text [ fhir:status [ fhir:v "generated" ] ; fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><table class=\"grid\"><tr><td><b>Actor: GDHCN</b></td><td>GDHCN</td><td>Type: system</td></tr><tr><td colspan=\"3\"/></tr></table></div>" ] ; # fhir:url [ fhir:v "http://smart.who.int/trust/ActorDefinition/GDHCN"^^xsd:anyURI] ; # fhir:identifier ( [ fhir:value [ fhir:v "GDHCN" ] ] ) ; # fhir:version [ fhir:v "1.1.3"] ; # fhir:name [ fhir:v "GDHCN"] ; # fhir:title [ fhir:v "GDHCN"] ; # fhir:status [ fhir:v "draft"] ; # fhir:experimental [ fhir:v "false"^^xsd:boolean] ; # fhir:date [ fhir:v "2024-04-25T23:33:19+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 "WHO Global Digital Health Certification Network"] ; # 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:type [ fhir:v "system"] . #