@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 -------------------------------------------------------------------

<https://fhir-ig.digital.health.nz/shared-care/ValueSet/cms-template-content-type-vs> a fhir:ValueSet ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "cms-template-content-type-vs"] ; # 
  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: ValueSet cms-template-content-type-vs</b></p><a name=\"cms-template-content-type-vs\"> </a><a name=\"hccms-template-content-type-vs\"> </a><ul><li>Include all codes defined in <a href=\"CodeSystem-cms-template-content-type-cs.html\"><code>https://fhir-ig.digital.health.nz/shared-care/CodeSystem/cms-template-content-type-cs</code></a></li></ul></div>"^^rdf:XMLLiteral
  ] ; # 
  fhir:url [ fhir:v "https://fhir-ig.digital.health.nz/shared-care/ValueSet/cms-template-content-type-vs"^^xsd:anyURI] ; # 
  fhir:version [ fhir:v "0.4.5"] ; # 
  fhir:name [ fhir:v "CMSTemplateContentTypeVS"] ; # 
  fhir:title [ fhir:v "CMS Template Content Type ValueSet"] ; # 
  fhir:status [ fhir:v "active"] ; # 
  fhir:date [ fhir:v "2026-05-13T03:16:05+00:00"^^xsd:dateTime] ; # 
  fhir:publisher [ fhir:v "Te Whatu Ora"] ; # 
  fhir:contact ( [
     fhir:name [ fhir:v "Te Whatu Ora" ] ;
     fhir:telecom ( [
       fhir:system [ fhir:v "url" ] ;
       fhir:value [ fhir:v "https://www.tewhatuora.govt.nz/" ]
     ] )
  ] [
     fhir:name [ fhir:v "Te Whatu Ora Integration Team" ] ;
     fhir:telecom ( [
       fhir:system [ fhir:v "email" ] ;
       fhir:value [ fhir:v "integration@tewhatuora.govt.nz" ] ;
       fhir:use [ fhir:v "work" ]
     ] )
  ] ) ; # 
  fhir:jurisdiction ( [
     fhir:coding ( [
       fhir:system [ fhir:v "urn:iso:std:iso:3166"^^xsd:anyURI ] ;
       fhir:code [ fhir:v "NZ" ] ;
       fhir:display [ fhir:v "New Zealand" ]
     ] )
  ] ) ; # 
  fhir:compose [
     fhir:include ( [
       fhir:system [ fhir:v "https://fhir-ig.digital.health.nz/shared-care/CodeSystem/cms-template-content-type-cs"^^xsd:anyURI ]
     ] )
  ] . # 

# -------------------------------------------------------------------------------------

