@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 -------------------------------------------------------------------

<http://smart.who.int/trust/CodeSystem/HL.TYPE> a fhir:CodeSystem ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "HL.TYPE"] ; # 
  fhir:text [
     fhir:status [ fhir:v "generated" ] ;
     fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: CodeSystem HL.TYPE</b></p><a name=\"HL.TYPE\"> </a><a name=\"hcHL.TYPE\"> </a><a name=\"HL.TYPE-en-US\"> </a><p>This case-insensitive code system <code>http://smart.who.int/trust/CodeSystem/HL.TYPE</code> defines the following codes:</p><table class=\"codes\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td></tr><tr><td style=\"white-space:nowrap\">vhl<a name=\"HL.TYPE-vhl\"> </a></td><td>Verifiable Health Link</td></tr><tr><td style=\"white-space:nowrap\">shl<a name=\"HL.TYPE-shl\"> </a></td><td>Smart Health Link</td></tr></table></div>"^^rdf:XMLLiteral
  ] ; # 
  fhir:url [ fhir:v "http://smart.who.int/trust/CodeSystem/HL.TYPE"^^xsd:anyURI] ; # 
  fhir:version [ fhir:v "1.1.6"] ; # 
  fhir:name [ fhir:v "HL_TYPE"] ; # 
  fhir:title [ fhir:v "HL Type CodeSystem"] ; # 
  fhir:status [ fhir:v "active"] ; # 
  fhir:experimental [ fhir:v "true"^^xsd:boolean] ; # 
  fhir:date [ fhir:v "2025-02-21T10:09:05+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 Health Link Type that has codes classifying type of Smart Health Link"] ; # 
  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 "2"^^xsd:nonNegativeInteger] ; # 
  fhir:concept ( [
     fhir:code [ fhir:v "vhl" ] ;
     fhir:display [ fhir:v "Verifiable Health Link" ]
  ] [
     fhir:code [ fhir:v "shl" ] ;
     fhir:display [ fhir:v "Smart Health Link" ]
  ] ) . # 

# -------------------------------------------------------------------------------------

