HL7® FHIR® Te Aho o Te Kahu, Cancer Control Agency Implementation Guide
0.1.0 - CI Build

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

Retired as of 2024-03-03

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: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:link <http://hl7.org.nz/fhir/StructureDefinition/CcaPlanDefinition>     ] )
  ] ; # 
  fhir:text [
fhir:status [ fhir:v "extensions" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative: PlanDefinition</b><a name=\"SuperceededPlan\"> </a></p><div style=\"display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%\"><p style=\"margin-bottom: 0px\">Resource PlanDefinition &quot;SuperceededPlan&quot; </p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-CcaPlanDefinition.html\">PlanDefinition</a></p></div><p><b>Replaced by</b>: <a href=\"PlanDefinition/newPlan\">PlanDefinition/newPlan</a></p><p><b>url</b>: <code>http://hl7.org.nz/fhir/ig/cca/PlanDefinition/SuperceededPlan</code></p><p><b>version</b>: 0.1.0</p><p><b>status</b>: retired</p><p><b>date</b>: 2024-03-03 21:52:06+0000</p><p><b>publisher</b>: Te Aho o Te Kahu, Cancer Control Agency</p><h3>Actions</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Description</b></td></tr><tr><td style=\"display: none\">*</td><td>Here would be the details of this plan.</td></tr></table></div>"
  ] ; # 
  fhir:extension ( [
fhir:url [ fhir:v "http://hl7.org.nz/fhir/StructureDefinition/sact-replaced-by"^^xsd:anyURI ] ;
fhir:value [
a fhir:Reference ;
fhir:reference [ fhir:v "PlanDefinition/newPlan" ]     ]
  ] ) ; # 
  fhir:url [ fhir:v "http://hl7.org.nz/fhir/ig/cca/PlanDefinition/SuperceededPlan"^^xsd:anyURI] ; # 
  fhir:version [ fhir:v "0.1.0"] ; # 
  fhir:status [ fhir:v "retired"] ; # 
  fhir:date [ fhir:v "2024-03-03T21:52:06+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." ]
  ] ) . #