New Zealand Health Terminology Service (NZHTS) Implementation Guide
0.1.0 - ci-build

New Zealand Health Terminology Service (NZHTS) Implementation Guide, published by Health New Zealand | Te Whatu Ora. This guide is not an authorized publication; it is the continuous build for version 0.1.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/daniel-thomson/nzhts/ and changes regularly. See the Directory of published versions

: Antiviral eligibility - criteria codes - TTL Representation

Draft as of 2023-08-11

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 "AntiviralEligibilityCriteriaCode"] ; # 
  fhir:meta [
fhir:versionId [ fhir:v "1" ] ;
fhir:lastUpdated [ fhir:v "2024-10-29T17:16:24.254+13:00"^^xsd:dateTime ]
  ] ; # 
  fhir:url [ fhir:v "https://standards.digital.health.nz/ns/antiviraleligibilitycriteriacodes"^^xsd:anyURI] ; # 
  fhir:version [ fhir:v "0.1.0"] ; # 
  fhir:name [ fhir:v "AntiviralEligibiltyCriteriaCode"] ; # 
  fhir:title [ fhir:v "Antiviral eligibility - criteria codes"] ; # 
  fhir:status [ fhir:v "draft"] ; # 
  fhir:date [ fhir:v "2023-08-11T00:00:00.000Z"^^xsd:dateTime] ; # 
  fhir:publisher [ fhir:v "Health New Zealand | Te Whatu Ora"] ; # 
  fhir:contact ( [
fhir:name [ fhir:v "Health New Zealand | Te Whatu Ora" ] ;
    ( fhir:telecom [
fhir:system [ fhir:v "url" ] ;
fhir:value [ fhir:v "https://www.tewhatuora.govt.nz/" ]     ] )
  ] ) ; # 
  fhir:caseSensitive [ fhir:v "false"^^xsd:boolean] ; # 
  fhir:compositional [ fhir:v "false"^^xsd:boolean] ; # 
  fhir:versionNeeded [ fhir:v "false"^^xsd:boolean] ; # 
  fhir:content [ fhir:v "complete"] ; # 
  fhir:count [ fhir:v "9"^^xsd:nonNegativeInteger] ; # 
  fhir:concept ( [
fhir:code [ fhir:v "immunocompromised" ] ;
fhir:display [ fhir:v "Patient is immunocompromised[1] and not expected to reliably mount an adequate immune response to COVID-19 vaccination or SARS-CoV-2 infection, regardless of vaccination status" ]
  ] [
fhir:code [ fhir:v "down-syndrome" ] ;
fhir:display [ fhir:v "Patient has Down syndrome" ]
  ] [
fhir:code [ fhir:v "sickle-cell" ] ;
fhir:display [ fhir:v "Patient has sickle cell disease" ]
  ] [
fhir:code [ fhir:v "covid-prior-admission" ] ;
fhir:display [ fhir:v "Patient has had a previous admission to critical or high dependency care as a result of COVID-19" ]
  ] [
fhir:code [ fhir:v "sixty-five-plus" ] ;
fhir:display [ fhir:v "Patient is 65 years old or older" ]
  ] [
fhir:code [ fhir:v "fifty-plus-ethnicity" ] ;
fhir:display [ fhir:v "Patient is 50 years old or older and is of Māori or Pacific ethnicity" ]
  ] [
fhir:code [ fhir:v "fifty-plus-no-vax" ] ;
fhir:display [ fhir:v "Patient is 50 years old or older and has not completed a primary course of vaccination [2]" ]
  ] [
fhir:code [ fhir:v "multi-conditions" ] ;
fhir:display [ fhir:v "Patient has three or more high-risk conditions, as defined by the Ministry of Health [3]" ]
  ] [
fhir:code [ fhir:v "none-of-the-above" ] ;
fhir:display [ fhir:v "None of the above apply to patient" ]
  ] ) . #