HL7® FHIR® Te Aho o Te Kahu, Cancer Control Agency 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.1.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/HL7NZ/cca/ and changes regularly. See the Directory of published versions
: SuperceededPlan - TTL Representation
Raw ttl | Download
@prefix fhir: <http://hl7.org/fhir/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
# - resource -------------------------------------------------------------------
a fhir:PlanDefinition ;
fhir:nodeRole fhir:treeRoot ;
fhir:id [ fhir:v "SuperceededPlan"] ; #
fhir:meta [
( fhir:profile [
fhir:v "http://hl7.org.nz/fhir/StructureDefinition/CcaPlanDefinition"^^xsd:anyURI ;
fhir:l <http://hl7.org.nz/fhir/StructureDefinition/CcaPlanDefinition> ] )
] ; #
fhir:text [
fhir:status [ fhir:v "extensions" ] ;
fhir:div [ fhir:v "<div xmlns=\"http://www.w3.org/1999/xhtml\">\n<div>\n <table class=\"grid dict\">\n \n <tr>\n <th scope=\"row\"><b>Id: </b></th>\n <td style=\"padding-left: 4px;\">SuperceededPlan</td>\n </tr>\n \n\n \n <tr>\n <th scope=\"row\"><b>Url: </b></th>\n <td style=\"padding-left: 4px;\"><a href=\"PlanDefinition-SuperceededPlan.html\">SuperceededPlan</a></td>\n </tr>\n \n\n \n <tr>\n <th scope=\"row\"><b>Version: </b></th>\n <td style=\"padding-left: 4px;\">0.1.0</td>\n </tr>\n \n\n \n\n \n\n \n\n \n <tr>\n <th scope=\"row\"><b>Status: </b></th>\n <td style=\"padding-left: 4px;\">retired</td>\n </tr>\n \n\n \n\n \n\n \n\n \n <tr>\n <th scope=\"row\"><b>Date: </b></th>\n <td style=\"padding-left: 4px;\">2026-05-21 02:29:02+0000</td>\n </tr>\n \n\n \n <tr>\n <th scope=\"row\"><b>Publisher: </b></th>\n <td style=\"padding-left: 4px;\">Te Aho o Te Kahu, Cancer Control Agency</td>\n </tr>\n \n\n \n\n \n\n \n\n \n\n \n\n \n\n \n\n \n\n \n\n \n\n \n\n \n\n \n\n \n <tr>\n <th scope=\"row\"><b>Actions: </b></th>\n <td style=\"padding-left: 4px;\">\n <table class=\"grid-dict\">\n \n <tr>\n <td>\n \n <b> :</b> Here would be the details of this plan.\n \n <br/>\n \n \n \n \n \n </td>\n </tr>\n \n </table>\n </td>\n </tr>\n \n </table>\n</div>\n</div>"^^rdf:XMLLiteral ]
] ; #
fhir:extension ( [
fhir:url [
fhir:v "http://hl7.org.nz/fhir/StructureDefinition/sact-replaced-by"^^xsd:anyURI ;
fhir:l <http://hl7.org.nz/fhir/StructureDefinition/sact-replaced-by> ] ;
fhir:value [
a fhir:Reference ;
fhir:l fhir:PlanDefinition/newPlan ;
fhir:reference [ fhir:v "PlanDefinition/newPlan" ] ]
] ) ; #
fhir:url [
fhir:v "http://hl7.org.nz/fhir/ig/cca/PlanDefinition/SuperceededPlan"^^xsd:anyURI ;
fhir:l <http://hl7.org.nz/fhir/ig/cca/PlanDefinition/SuperceededPlan>
] ; #
fhir:version [ fhir:v "0.1.0"] ; #
fhir:status [ fhir:v "retired"] ; #
fhir:date [ fhir:v "2026-05-21T02:29:02+00:00"^^xsd:dateTime] ; #
fhir:publisher [ fhir:v "Te Aho o Te Kahu, Cancer Control Agency"] ; #
fhir:action ( [
fhir:description [ fhir:v "Here would be the details of this plan." ]
] ) . #