Health New Zealand Te Whatu Ora Shared Care FHIR API
0.4.5 - release New Zealand flag

Health New Zealand Te Whatu Ora Shared Care FHIR API - Local Development build (v0.4.5) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

: Search by appointment method - TTL Representation

Active as of 2026-07-20

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 -------------------------------------------------------------------

<http://hl7.org/fhir/SearchParameter/DHOAppointmentAppointmentMethod> a fhir:SearchParameter ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:Resource.id [ fhir:value "DHOAppointmentAppointmentMethod"] ;
  fhir:DomainResource.text [
     fhir:Narrative.status [ fhir:value "generated" ] ;
     fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: SearchParameter DHOAppointmentAppointmentMethod</b></p><a name=\"DHOAppointmentAppointmentMethod\"> </a><a name=\"hcDHOAppointmentAppointmentMethod\"> </a><h2>appointment-method</h2><p>Parameter <code>appointment-method</code>:<code>token</code></p><div><p>Search Appointments by the appointment delivery method conveyed in Appointment.extension:appointmentMethod (DHOAppointmentMethod).</p>\n</div><table class=\"grid\"><tr><td>Resource</td><td><a href=\"http://hl7.org/fhir/R4/appointment.html\">Appointment</a></td></tr><tr><td>Expression</td><td><code>Appointment.extension.where(url='https://fhir-ig.digital.health.nz/shared-care/StructureDefinition/DHOAppointmentMethod').value.as(CodeableConcept)</code></td></tr><tr><td>Processing Mode</td><td>Normal</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>"
  ] ;
  fhir:SearchParameter.url [ fhir:value "https://fhir-ig.digital.health.nz/shared-care/SearchParameter/DHOAppointmentAppointmentMethod"] ;
  fhir:SearchParameter.version [ fhir:value "0.4.5"] ;
  fhir:SearchParameter.name [ fhir:value "appointment-method"] ;
  fhir:SearchParameter.status [ fhir:value "active"] ;
  fhir:SearchParameter.experimental [ fhir:value "false"^^xsd:boolean] ;
  fhir:SearchParameter.date [ fhir:value "2026-07-20T04:39:31+00:00"^^xsd:dateTime] ;
  fhir:SearchParameter.publisher [ fhir:value "Te Whatu Ora"] ;
  fhir:SearchParameter.contact [
     fhir:index 0 ;
     fhir:ContactDetail.name [ fhir:value "Te Whatu Ora" ] ;
     fhir:ContactDetail.telecom [
       fhir:index 0 ;
       fhir:ContactPoint.system [ fhir:value "url" ] ;
       fhir:ContactPoint.value [ fhir:value "https://www.tewhatuora.govt.nz/" ]
     ]
  ], [
     fhir:index 1 ;
     fhir:ContactDetail.name [ fhir:value "Te Whatu Ora Integration Team" ] ;
     fhir:ContactDetail.telecom [
       fhir:index 0 ;
       fhir:ContactPoint.system [ fhir:value "email" ] ;
       fhir:ContactPoint.value [ fhir:value "integration@tewhatuora.govt.nz" ] ;
       fhir:ContactPoint.use [ fhir:value "work" ]
     ]
  ] ;
  fhir:SearchParameter.description [ fhir:value "Search Appointments by the appointment delivery method conveyed in Appointment.extension:appointmentMethod (DHOAppointmentMethod)."] ;
  fhir:SearchParameter.jurisdiction [
     fhir:index 0 ;
     fhir:CodeableConcept.coding [
       fhir:index 0 ;
       fhir:Coding.system [ fhir:value "urn:iso:std:iso:3166" ] ;
       fhir:Coding.code [ fhir:value "NZ" ] ;
       fhir:Coding.display [ fhir:value "New Zealand" ]
     ]
  ] ;
  fhir:SearchParameter.code [ fhir:value "appointment-method"] ;
  fhir:SearchParameter.base [
     fhir:value "Appointment" ;
     fhir:index 0
  ] ;
  fhir:SearchParameter.type [ fhir:value "token"] ;
  fhir:SearchParameter.expression [ fhir:value "Appointment.extension.where(url='https://fhir-ig.digital.health.nz/shared-care/StructureDefinition/DHOAppointmentMethod').value.as(CodeableConcept)"] ;
  fhir:SearchParameter.xpathUsage [ fhir:value "normal"] .

# - ontology header ------------------------------------------------------------

<http://hl7.org/fhir/SearchParameter/DHOAppointmentAppointmentMethod.ttl> a owl:Ontology ;
  owl:imports fhir:fhir.ttl ;
  owl:versionIRI <http://build.fhir.org/SearchParameter/DHOAppointmentAppointmentMethod.ttl> .