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

: Vital Signs Units - TTL Representation

Draft as of 2019-11-01

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:ValueSet ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "ucum-vitals-common"] ; # 
  fhir:meta [
fhir:versionId [ fhir:v "1" ] ;
fhir:lastUpdated [ fhir:v "2024-07-25T17:30:45.950+12:00"^^xsd:dateTime ] ;
    ( fhir:profile [
fhir:v "http://hl7.org/fhir/StructureDefinition/shareablevalueset"^^xsd:anyURI ;
fhir:link <http://hl7.org/fhir/StructureDefinition/shareablevalueset>     ] )
  ] ; # 
  fhir:extension ( [
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/valueset-extensible"^^xsd:anyURI ] ;
fhir:value [ fhir:v "true"^^xsd:boolean ]
  ] [
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg"^^xsd:anyURI ] ;
fhir:value [ fhir:v "oo" ]
  ] ) ; # 
  fhir:url [ fhir:v "http://hl7.org/fhir/ValueSet/ucum-vitals-common"^^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.3.955" ]
  ] ) ; # 
  fhir:version [ fhir:v "0.1.0"] ; # 
  fhir:name [ fhir:v "VitalSignsUnits"] ; # 
  fhir:title [ fhir:v "Vital Signs Units"] ; # 
  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 "Common UCUM units for recording Vital Signs"] ; # 
  fhir:copyright [ fhir:v "UCUM is Copyright © 1999-2013 Regenstrief Institute, Inc. and The UCUM Organization, Indianapolis, IN. All rights reserved. See http://unitsofmeasure.org/trac//wiki/TermsOfUse for details"] ; # 
  fhir:compose [
    ( fhir:include [
fhir:system [ fhir:v "http://unitsofmeasure.org"^^xsd:anyURI ] ;
      ( fhir:concept [
fhir:code [ fhir:v "%" ] ;
fhir:display [ fhir:v "percent" ]       ] [
fhir:code [ fhir:v "cm" ] ;
fhir:display [ fhir:v "centimeter" ]       ] [
fhir:code [ fhir:v "[in_i]" ] ;
fhir:display [ fhir:v "inch (international)" ]       ] [
fhir:code [ fhir:v "kg" ] ;
fhir:display [ fhir:v "kilogram" ]       ] [
fhir:code [ fhir:v "g" ] ;
fhir:display [ fhir:v "gram" ]       ] [
fhir:code [ fhir:v "[lb_av]" ] ;
fhir:display [ fhir:v "pound (US and British)" ]       ] [
fhir:code [ fhir:v "Cel" ] ;
fhir:display [ fhir:v "degree Celsius" ]       ] [
fhir:code [ fhir:v "[degF]" ] ;
fhir:display [ fhir:v "degree Fahrenheit" ]       ] [
fhir:code [ fhir:v "mm[Hg]" ] ;
fhir:display [ fhir:v "millimeter of mercury" ]       ] [
fhir:code [ fhir:v "/min" ] ;
fhir:display [ fhir:v "per minute" ]       ] [
fhir:code [ fhir:v "kg/m2" ] ;
fhir:display [ fhir:v "kilogram / (meter ^ 2)" ]       ] [
fhir:code [ fhir:v "m2" ] ;
fhir:display [ fhir:v "square meter" ]       ] )     ] )
  ] . #