Nictiz FHIR NL STU3 Zib2017 - Local Development build (v1.3.15) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions
: Medications-category - 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 "Medications-category"] ; #
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 Medications-category</b></p><a name=\"Medications-category\"> </a><a name=\"hcMedications-category\"> </a><h2>Medications-category</h2><p>Parameter <code>category</code>:<code>token</code></p><div><p>Multiple Resources: * <a href=\"http://hl7.org/fhir/medicationdispense.html\">MedicationDispense</a>: Return dispenses based on the value of category. * <a href=\"http://hl7.org/fhir/medicationadministration.html\">MedicationAdministration</a>: Return administrations based on the value of category.</p>\n</div><table class=\"grid\"><tr><td>Resources</td><td><a href=\"http://hl7.org/fhir/STU3/medicationdispense.html\">MedicationDispense</a>, <a href=\"http://hl7.org/fhir/STU3/medicationadministration.html\">MedicationAdministration</a></td></tr><tr><td>Expression</td><td><code>MedicationDispense.category | MedicationAdministration.category</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>"^^rdf:XMLLiteral
] ; #
fhir:url [ fhir:v "http://nictiz.nl/fhir/SearchParameter/Medications-category"^^xsd:anyURI] ; #
fhir:version [ fhir:v "1.3.15"] ; #
fhir:name [ fhir:v "Medications-category"] ; #
fhir:status [ fhir:v "active"] ; #
fhir:date [ fhir:v "2025-09-22T10:11:17+00:00"^^xsd:dateTime] ; #
fhir:publisher [ fhir:v "HL7 Netherlands"] ; #
fhir:contact ( [
fhir:name [ fhir:v "Nictiz" ] ;
( fhir:telecom [
fhir:system [ fhir:v "email" ] ;
fhir:value [ fhir:v "info@nictiz.nl" ] ;
fhir:use [ fhir:v "work" ] ] )
] ) ; #
fhir:purpose [ fhir:v "To select the MedicationDispense and MedicationAdministration instances based Health and Care Information models (HCIM) for Medication. Every HCIM has a system and code which is stored in the category element. This category element can be used to retrieve a Resource that reflects a specific HCIM."] ; #
fhir:code [ fhir:v "category"] ; #
fhir:base ( [ fhir:v "MedicationDispense"] [ fhir:v "MedicationAdministration"] ) ; #
fhir:type [ fhir:v "token"] ; #
fhir:description [ fhir:v "Multiple Resources: * [MedicationDispense](http://hl7.org/fhir/medicationdispense.html): Return dispenses based on the value of category. * [MedicationAdministration](http://hl7.org/fhir/medicationadministration.html): Return administrations based on the value of category."] ; #
fhir:expression [ fhir:v "MedicationDispense.category | MedicationAdministration.category"] ; #
fhir:xpathUsage [ fhir:v "normal"] . #