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

: AllergyIntoleranceCriticality - TTL Representation

Page standards status: Trial-use Maturity Level: 3

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 "allergy-intolerance-criticality"] ; # 
  fhir:meta [
fhir:versionId [ fhir:v "1" ] ;
fhir:lastUpdated [ fhir:v "2024-11-05T17:13:38.369+13:00"^^xsd:dateTime ]
  ] ; # 
  fhir:extension ( [
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg"^^xsd:anyURI ] ;
fhir:value [ fhir:v "pc" ]
  ] [
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status"^^xsd:anyURI ] ;
fhir:value [ fhir:v "trial-use" ]
  ] [
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm"^^xsd:anyURI ] ;
fhir:value [ fhir:v "3"^^xsd:integer ]
  ] ) ; # 
  fhir:url [ fhir:v "http://hl7.org/fhir/allergy-intolerance-criticality"^^xsd:anyURI] ; # 
  fhir:identifier ( [
fhir:system [ fhir:v "urn:ietf:rfc:3986"^^xsd:anyURI ] ;
fhir:value [ fhir:v "urn:oid:2.16.840.1.113883.4.642.4.130" ]
  ] ) ; # 
  fhir:version [ fhir:v "0.1.0"] ; # 
  fhir:name [ fhir:v "AllergyIntoleranceCriticality"] ; # 
  fhir:title [ fhir:v "AllergyIntoleranceCriticality"] ; # 
  fhir:status [ fhir:v "draft"] ; # 
  fhir:experimental [ fhir:v "false"^^xsd:boolean] ; # 
  fhir:date [ fhir:v "2019-11-01T09:29:23+11:00"^^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:description [ fhir:v "Estimate of the potential clinical harm, or seriousness, of a reaction to an identified substance."] ; # 
  fhir:caseSensitive [ fhir:v "true"^^xsd:boolean] ; # 
  fhir:valueSet [
fhir:v "http://hl7.org/fhir/ValueSet/allergy-intolerance-criticality"^^xsd:anyURI ;
fhir:link <http://hl7.org/fhir/ValueSet/allergy-intolerance-criticality>
  ] ; # 
  fhir:content [ fhir:v "complete"] ; # 
  fhir:concept ( [
fhir:code [ fhir:v "low" ] ;
fhir:display [ fhir:v "Low Risk" ] ;
fhir:definition [ fhir:v "Worst case result of a future exposure is not assessed to be life-threatening or having high potential for organ system failure." ]
  ] [
fhir:code [ fhir:v "high" ] ;
fhir:display [ fhir:v "High Risk" ] ;
fhir:definition [ fhir:v "Worst case result of a future exposure is assessed to be life-threatening or having high potential for organ system failure." ]
  ] [
fhir:code [ fhir:v "unable-to-assess" ] ;
fhir:display [ fhir:v "Unable to Assess Risk" ] ;
fhir:definition [ fhir:v "Unable to assess the worst case result of a future exposure." ]
  ] ) . #