@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/CodeSystem/cms-template-content-type-cs> a fhir:CodeSystem ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "cms-template-content-type-cs"] ; # 
  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 cms-template-content-type-cs</b></p><a name=\"cms-template-content-type-cs\"> </a><a name=\"hccms-template-content-type-cs\"> </a><p>This  code system <code>https://fhir-ig.digital.health.nz/shared-care/CodeSystem/cms-template-content-type-cs</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\">body<a name=\"cms-template-content-type-cs-body\"> </a></td><td>Template Message Body</td></tr><tr><td style=\"white-space:nowrap\">parameters<a name=\"cms-template-content-type-cs-parameters\"> </a></td><td>Template Message Parameters</td></tr><tr><td style=\"white-space:nowrap\">attachment<a name=\"cms-template-content-type-cs-attachment\"> </a></td><td>Template Attachment File</td></tr></table></div>"^^rdf:XMLLiteral
  ] ; # 
  fhir:url [ fhir:v "https://fhir-ig.digital.health.nz/shared-care/CodeSystem/cms-template-content-type-cs"^^xsd:anyURI] ; # 
  fhir:version [ fhir:v "0.4.5"] ; # 
  fhir:name [ fhir:v "CMSTemplateContentTypeCS"] ; # 
  fhir:title [ fhir:v "CMS Template Content Type CodeSystem"] ; # 
  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:description [ fhir:v "Codes to identify the specific purpose of a TemplateDocumentReference content element."] ; # 
  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:content [ fhir:v "complete"] ; # 
  fhir:count [ fhir:v "3"^^xsd:nonNegativeInteger] ; # 
  fhir:concept ( [
     fhir:code [ fhir:v "body" ] ;
     fhir:display [ fhir:v "Template Message Body" ]
  ] [
     fhir:code [ fhir:v "parameters" ] ;
     fhir:display [ fhir:v "Template Message Parameters" ]
  ] [
     fhir:code [ fhir:v "attachment" ] ;
     fhir:display [ fhir:v "Template Attachment File" ]
  ] ) . # 

# -------------------------------------------------------------------------------------

