HL7 FHIR Implementation Guide - New Zealand Formulary/NZULM IG
1.0.0 - ci-build

HL7 FHIR Implementation Guide - New Zealand Formulary/NZULM IG, published by New Zealand Medicines Formulary LP. This guide is not an authorized publication; it is the continuous build for version 1.0.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/HL7NZ/nzf/ and changes regularly. See the Directory of published versions

: Possible values for NZMT Type - TTL Representation

Active as of 2024-04-18

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:CodeSystem ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "nzmt-type-code"] ; # 
  fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p>This  code system <code>https://standards.digital.health.nz/ns/nzmt-type-code</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\">mp<a name=\"nzmt-type-code-mp\"> </a></td><td>MP</td></tr><tr><td style=\"white-space:nowrap\">mpuu<a name=\"nzmt-type-code-mpuu\"> </a></td><td>MPUU</td></tr><tr><td style=\"white-space:nowrap\">mpp<a name=\"nzmt-type-code-mpp\"> </a></td><td>MPP</td></tr><tr><td style=\"white-space:nowrap\">tp<a name=\"nzmt-type-code-tp\"> </a></td><td>TP</td></tr><tr><td style=\"white-space:nowrap\">tpp<a name=\"nzmt-type-code-tpp\"> </a></td><td>TPP</td></tr><tr><td style=\"white-space:nowrap\">tpuu<a name=\"nzmt-type-code-tpuu\"> </a></td><td>TPUU</td></tr><tr><td style=\"white-space:nowrap\">ctpp<a name=\"nzmt-type-code-ctpp\"> </a></td><td>CTPP</td></tr></table></div>"
  ] ; # 
  fhir:url [ fhir:v "https://standards.digital.health.nz/ns/nzmt-type-code"^^xsd:anyURI] ; # 
  fhir:version [ fhir:v "1.0.0"] ; # 
  fhir:name [ fhir:v "NzmtTypeCode"] ; # 
  fhir:title [ fhir:v "Possible values for NZMT Type"] ; # 
  fhir:status [ fhir:v "active"] ; # 
  fhir:date [ fhir:v "2024-04-18T20:12:14+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 nzmt types"] ; # 
  fhir:jurisdiction ( [
    ( fhir:coding [
fhir:system [ fhir:v "urn:iso:std:iso:3166"^^xsd:anyURI ] ;
fhir:code [ fhir:v "NZ" ]     ] )
  ] ) ; # 
  fhir:content [ fhir:v "complete"] ; # 
  fhir:count [ fhir:v "7"^^xsd:nonNegativeInteger] ; # 
  fhir:concept ( [
fhir:code [ fhir:v "mp" ] ;
fhir:display [ fhir:v "MP" ]
  ] [
fhir:code [ fhir:v "mpuu" ] ;
fhir:display [ fhir:v "MPUU" ]
  ] [
fhir:code [ fhir:v "mpp" ] ;
fhir:display [ fhir:v "MPP" ]
  ] [
fhir:code [ fhir:v "tp" ] ;
fhir:display [ fhir:v "TP" ]
  ] [
fhir:code [ fhir:v "tpp" ] ;
fhir:display [ fhir:v "TPP" ]
  ] [
fhir:code [ fhir:v "tpuu" ] ;
fhir:display [ fhir:v "TPUU" ]
  ] [
fhir:code [ fhir:v "ctpp" ] ;
fhir:display [ fhir:v "CTPP" ]
  ] ) . #