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

: Type of recurrence - 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:ValueSet ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "recurrence-type"] ; # 
  fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><ul><li>Include these codes as defined in <a href=\"http://www.snomed.org/\"><code>http://snomed.info/sct</code></a><table class=\"none\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td></tr><tr><td><a href=\"http://snomed.info/id/372288004\">372288004</a></td><td>Local tumor invasion (finding)</td></tr><tr><td><a href=\"http://snomed.info/id/399374009\">399374009</a></td><td>Regional lymph node metastasis present (finding)</td></tr><tr><td><a href=\"http://snomed.info/id/399409002\">399409002</a></td><td>Distant metastasis present (finding)</td></tr><tr><td><a href=\"http://snomed.info/id/261665006\">261665006</a></td><td>Unknown (qualifier value)</td></tr><tr><td><a href=\"http://snomed.info/id/385432009\">385432009</a></td><td>Not applicable (qualifier value)</td></tr></table></li></ul></div>"
  ] ; # 
  fhir:url [ fhir:v "http://canshare.co.nz/fhir/ValueSet/an-recurrence-type-vs"^^xsd:anyURI] ; # 
  fhir:version [ fhir:v "0.4.0"] ; # 
  fhir:name [ fhir:v "RecurrenceType"] ; # 
  fhir:title [ fhir:v "Type of recurrence"] ; # 
  fhir:status [ fhir:v "draft"] ; # 
  fhir:experimental [ fhir:v "false"^^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 "Type of recurrence"] ; # 
  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:compose [
    ( fhir:include [
fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ;
      ( fhir:concept [
fhir:code [ fhir:v "372288004" ] ;
fhir:display [ fhir:v "Local tumor invasion (finding)" ]       ] [
fhir:code [ fhir:v "399374009" ] ;
fhir:display [ fhir:v "Regional lymph node metastasis present (finding)" ]       ] [
fhir:code [ fhir:v "399409002" ] ;
fhir:display [ fhir:v "Distant metastasis present (finding)" ]       ] [
fhir:code [ fhir:v "261665006" ] ;
fhir:display [ fhir:v "Unknown (qualifier value)" ]       ] [
fhir:code [ fhir:v "385432009" ] ;
fhir:display [ fhir:v "Not applicable (qualifier value)" ]       ] )     ] )
  ] . #