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

: Condition Clinical Status Codes - 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 "condition-clinical"] ; # 
  fhir:meta [
fhir:versionId [ fhir:v "1" ] ;
fhir:lastUpdated [ fhir:v "2024-11-05T17:14:15.364+13:00"^^xsd:dateTime ] ;
    ( fhir:profile [
fhir:v "http://hl7.org/fhir/StructureDefinition/shareablecodesystem"^^xsd:anyURI ;
fhir:link <http://hl7.org/fhir/StructureDefinition/shareablecodesystem>     ] )
  ] ; # 
  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://terminology.hl7.org/CodeSystem/condition-clinical"^^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.1074" ]
  ] ) ; # 
  fhir:version [ fhir:v "0.1.0"] ; # 
  fhir:name [ fhir:v "ConditionClinicalStatusCodes"] ; # 
  fhir:title [ fhir:v "Condition Clinical Status Codes"] ; # 
  fhir:status [ fhir:v "draft"] ; # 
  fhir:experimental [ fhir:v "false"^^xsd:boolean] ; # 
  fhir:date [ fhir:v "2024-11-11T02:01:44+00: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 "Preferred value set for Condition Clinical Status."] ; # 
  fhir:caseSensitive [ fhir:v "true"^^xsd:boolean] ; # 
  fhir:valueSet [
fhir:v "http://hl7.org/fhir/ValueSet/condition-clinical"^^xsd:anyURI ;
fhir:link <http://hl7.org/fhir/ValueSet/condition-clinical>
  ] ; # 
  fhir:content [ fhir:v "complete"] ; # 
  fhir:concept ( [
fhir:code [ fhir:v "active" ] ;
fhir:display [ fhir:v "Active" ] ;
fhir:definition [ fhir:v "The subject is currently experiencing the symptoms of the condition or there is evidence of the condition." ] ;
    ( fhir:concept [
fhir:code [ fhir:v "recurrence" ] ;
fhir:display [ fhir:v "Recurrence" ] ;
fhir:definition [ fhir:v "The subject is experiencing a re-occurence or repeating of a previously resolved condition, e.g. urinary tract infection, pancreatitis, cholangitis, conjunctivitis." ]     ] [
fhir:code [ fhir:v "relapse" ] ;
fhir:display [ fhir:v "Relapse" ] ;
fhir:definition [ fhir:v "The subject is experiencing a return of a condition, or signs and symptoms after a period of improvement or remission, e.g. relapse of cancer, multiple sclerosis, rheumatoid arthritis, systemic lupus erythematosus, bipolar disorder, [psychotic relapse of] schizophrenia, etc." ]     ] )
  ] [
fhir:code [ fhir:v "inactive" ] ;
fhir:display [ fhir:v "Inactive" ] ;
fhir:definition [ fhir:v "The subject is no longer experiencing the symptoms of the condition or there is no longer evidence of the condition." ] ;
    ( fhir:concept [
fhir:code [ fhir:v "remission" ] ;
fhir:display [ fhir:v "Remission" ] ;
fhir:definition [ fhir:v "The subject is no longer experiencing the symptoms of the condition, but there is a risk of the symptoms returning." ]     ] [
fhir:code [ fhir:v "resolved" ] ;
fhir:display [ fhir:v "Resolved" ] ;
fhir:definition [ fhir:v "The subject is no longer experiencing the symptoms of the condition and there is a negligible perceived risk of the symptoms returning." ]     ] )
  ] ) . #