@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 -------------------------------------------------------------------

<http://canshare.co.nz/fhir/SearchParameter/an-supporting-info> a fhir:SearchParameter ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "an-supporting-info"] ; # 
  fhir:text [
     fhir:status [ fhir:v "generated" ] ;
     fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: SearchParameter an-supporting-info</b></p><a name=\"an-supporting-info\"> </a><a name=\"hcan-supporting-info\"> </a><h2>cp-supporting-info</h2><p>Parameter <code>supporting-info</code>:<code>reference</code></p><div><p>Supporting Info</p>\n</div><table class=\"grid\"><tr><td>Resource</td><td><a href=\"http://hl7.org/fhir/R4/careplan.html\">CarePlan</a></td></tr><tr><td>Expression</td><td><code>CarePlan.supportingInfo</code></td></tr><tr><td>Target Resources</td><td><a href=\"http://hl7.org/fhir/R4/observation.html\">Observation</a>, <a href=\"http://hl7.org/fhir/R4/condition.html\">Condition</a></td></tr><tr><td>Multiples</td><td><ul><li>multipleAnd: It's up to the server whether the parameter may repeat in order to specify multiple values that must all be true</li><li>multipleOr: It's up to the server whether the parameter can have multiple values (separated by comma) where at least one must be true</li></ul></td></tr></table></div>"^^rdf:XMLLiteral
  ] ; # 
  fhir:url [ fhir:v "http://canshare.co.nz/fhir/SearchParameter/an-supporting-info"^^xsd:anyURI] ; # 
  fhir:version [ fhir:v "0.5.0"] ; # 
  fhir:name [ fhir:v "cp-supporting-info"] ; # 
  fhir:status [ fhir:v "active"] ; # 
  fhir:date [ fhir:v "2026-06-15T22:18:26+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 "Supporting Info"] ; # 
  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:code [ fhir:v "supporting-info"] ; # 
  fhir:base ( [ fhir:v "CarePlan"] ) ; # 
  fhir:type [ fhir:v "reference"] ; # 
  fhir:expression [ fhir:v "CarePlan.supportingInfo"] ; # 
  fhir:target ( [ fhir:v "Observation"] [ fhir:v "Condition"] ) . # 

# -------------------------------------------------------------------------------------

