ACT-NOW Implementation Guide
0.4.0 - ci-build New Zealand flag

ACT-NOW Implementation Guide, published by Te aho o te kahu - Cancer Control Agency. This guide is not an authorized publication; it is the continuous build for version 0.4.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/davidhay25/actnow/ and changes regularly. See the Directory of published versions

: The reason why a regimen was discontinued - TTL Representation

Draft as of 2024-06-24

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 "an-regimen-discontinued-reason-cs"] ; # 
  fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p>This case-sensitive code system <code>http://canshare.co.nz/fhir/CodeSystem/an-regimen-discontinued-reason-cs</code> defines the following codes:</p><table class=\"codes\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td><td><b>Definition</b></td></tr><tr><td style=\"white-space:nowrap\">died<a name=\"an-regimen-discontinued-reason-cs-died\"> </a></td><td>Died</td><td>The patient died</td></tr><tr><td style=\"white-space:nowrap\">pf<a name=\"an-regimen-discontinued-reason-cs-pf\"> </a></td><td>PF</td><td>Patient factors such as intolerance</td></tr><tr><td style=\"white-space:nowrap\">tox<a name=\"an-regimen-discontinued-reason-cs-tox\"> </a></td><td>TOX</td><td>Toxicity</td></tr></table></div>"
  ] ; # 
  fhir:url [ fhir:v "http://canshare.co.nz/fhir/CodeSystem/an-regimen-discontinued-reason-cs"^^xsd:anyURI] ; # 
  fhir:version [ fhir:v "0.4.0"] ; # 
  fhir:name [ fhir:v "RegimenDiscontinuedReason"] ; # 
  fhir:title [ fhir:v "The reason why a regimen was discontinued"] ; # 
  fhir:status [ fhir:v "draft"] ; # 
  fhir:experimental [ fhir:v "true"^^xsd:boolean] ; # 
  fhir:date [ fhir:v "2024-06-24T06:46:32+00:00"^^xsd:dateTime] ; # 
  fhir:publisher [ fhir:v "Te aho o te kahu - Cancer Control Agency"] ; # 
  fhir:contact ( [
fhir:name [ fhir:v "Te aho o te kahu - Cancer Control Agency" ] ;
    ( fhir:telecom [
fhir:system [ fhir:v "email" ] ;
fhir:value [ fhir:v "mailto:david.hay25@gmail.com" ]     ] )
  ] ) ; # 
  fhir:description [ fhir:v "The reason why a regimen was discontinued"] ; # 
  fhir:jurisdiction ( [
    ( fhir:coding [
fhir:system [ fhir:v "urn:iso:std:iso:3166"^^xsd:anyURI ] ;
fhir:code [ fhir:v "NZ" ] ;
fhir:display [ fhir:v "New Zealand" ]     ] )
  ] ) ; # 
  fhir:caseSensitive [ fhir:v "true"^^xsd:boolean] ; # 
  fhir:content [ fhir:v "complete"] ; # 
  fhir:count [ fhir:v "3"^^xsd:nonNegativeInteger] ; # 
  fhir:concept ( [
fhir:code [ fhir:v "died" ] ;
fhir:display [ fhir:v "Died" ] ;
fhir:definition [ fhir:v "The patient died" ]
  ] [
fhir:code [ fhir:v "pf" ] ;
fhir:display [ fhir:v "PF" ] ;
fhir:definition [ fhir:v "Patient factors such as intolerance" ]
  ] [
fhir:code [ fhir:v "tox" ] ;
fhir:display [ fhir:v "TOX" ] ;
fhir:definition [ fhir:v "Toxicity" ]
  ] ) . #