HL7® FHIR® Malaysia Core (MY Core) Implementation Guide - Local Development build (v2.0.1) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions
: SearchParameter Appointment Service MyCore - 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:SearchParameter ;
fhir:nodeRole fhir:treeRoot ;
fhir:id [ fhir:v "Appointment-service-my-core"] ; #
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 Appointment-service-my-core</b></p><a name=\"Appointment-service-my-core\"> </a><a name=\"hcAppointment-service-my-core\"> </a><h2>SearchParameterAppointmentHealthcareServiceMyCore</h2><p>Parameter <code>service</code>:<code>reference</code></p><div><p>The HealthcareService involved in the Appointment</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.participant.actor.where(type='HealthcareService')</code></td></tr><tr><td>Target Resources</td><td><a href=\"http://hl7.org/fhir/R4/healthcareservice.html\">HealthcareService</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://fhir.hie.moh.gov.my/SearchParameter/appointment-service-my-core"^^xsd:anyURI] ; #
fhir:version [ fhir:v "2.0.1"] ; #
fhir:name [ fhir:v "SearchParameterAppointmentHealthcareServiceMyCore"] ; #
fhir:status [ fhir:v "active"] ; #
fhir:date [ fhir:v "2025-08-27T15:21:45+08:00"^^xsd:dateTime] ; #
fhir:publisher [ fhir:v "MHNexus Sdn Bhd"] ; #
fhir:contact ( [
fhir:name [ fhir:v "MHNexus Sdn Bhd" ] ;
( fhir:telecom [
fhir:system [ fhir:v "url" ] ;
fhir:value [ fhir:v "http://www.hl7.org/Special/committees/ | https://www.mhn.asia/" ] ] [
fhir:system [ fhir:v "email" ] ;
fhir:value [ fhir:v "bizdev@mhnexus.com" ] ] )
] ) ; #
fhir:description [ fhir:v "The HealthcareService involved in the Appointment"] ; #
fhir:code [ fhir:v "service"] ; #
fhir:base ( [ fhir:v "Appointment"] ) ; #
fhir:type [ fhir:v "reference"] ; #
fhir:expression [ fhir:v "Appointment.participant.actor.where(type='HealthcareService')"] ; #
fhir:target ( [ fhir:v "HealthcareService"] ) . #