@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-docs.nzf.org.nz/CodeSystem/nzf-page-size-code> a fhir:CodeSystem ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "nzf-page-size-code"] ; # 
  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 nzf-page-size-code</b></p><a name=\"nzf-page-size-code\"> </a><a name=\"hcnzf-page-size-code\"> </a><p>This  code system <code>https://standards.digital.health.nz/ns/nzf-page-size-code</code> defines the following codes:</p><table class=\"codes\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td></tr><tr><td style=\"white-space:nowrap\">A4<a name=\"nzf-page-size-code-A4\"> </a></td></tr><tr><td style=\"white-space:nowrap\">A5<a name=\"nzf-page-size-code-A5\"> </a></td></tr></table></div>"^^rdf:XMLLiteral ]
  ] ; # 
  fhir:url [
     fhir:v "https://standards.digital.health.nz/ns/nzf-page-size-code"^^xsd:anyURI ;
     fhir:l <https://standards.digital.health.nz/ns/nzf-page-size-code>
  ] ; # 
  fhir:version [ fhir:v "1.0.0"] ; # 
  fhir:name [ fhir:v "NzfPageSize"] ; # 
  fhir:title [ fhir:v "Possible values for page size"] ; # 
  fhir:status [ fhir:v "active"] ; # 
  fhir:date [ fhir:v "2026-01-21T02:21:03+00:00"^^xsd:dateTime] ; # 
  fhir:publisher [ fhir:v "New Zealand Medicines Formulary LP"] ; # 
  fhir:contact ( [
     fhir:name [ fhir:v "New Zealand Medicines Formulary LP" ] ;
     fhir:telecom ( [
       fhir:system [ fhir:v "email" ] ;
       fhir:value [ fhir:v "mailto:fhir@nzformulary.org" ]
     ] )
  ] ) ; # 
  fhir:description [ fhir:v "The set of all possible page sizes"] ; # 
  fhir:content [ fhir:v "complete"] ; # 
  fhir:count [ fhir:v "2"^^xsd:nonNegativeInteger] ; # 
  fhir:concept ( [
     fhir:code [ fhir:v "A4" ] ;
     fhir:display [ fhir:v "A4" ]
  ] [
     fhir:code [ fhir:v "A5" ] ;
     fhir:display [ fhir:v "A5" ]
  ] ) . # 

# -------------------------------------------------------------------------------------

