IKNL PZP STU3
1.0.0-alpha1 - consultation International flag

IKNL PZP STU3, published by IKNL. This guide is not an authorized publication; it is the continuous build for version 1.0.0-alpha1 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/IKNL/PZP-FHIR-STU3/ and changes regularly. See the Directory of published versions

: ReasonCode - TTL Representation

Draft as of 2025-07-24

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 "Communication-reason-code"] ; # 
  fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div [ fhir:v "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: SearchParameter Communication-reason-code</b></p><a name=\"Communication-reason-code\"> </a><a name=\"hcCommunication-reason-code\"> </a><h2>ReasonCode</h2><p>Parameter <code>reason-code</code>:<code>token</code></p><div><p>ReasonCode for the Communication</p>\n</div><table class=\"grid\"><tr><td>Resource</td><td><a href=\"http://hl7.org/fhir/STU3/communication.html\">Communication</a></td></tr><tr><td>Expression</td><td><code>Communication.reasonCode</code></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 "https://api.iknl.nl/docs/pzp/stu3/SearchParameter/Communication-reason-code"^^xsd:anyURI ;
fhir:l <https://api.iknl.nl/docs/pzp/stu3/SearchParameter/Communication-reason-code>
  ] ; # 
  fhir:version [ fhir:v "1.0.0-alpha1"] ; # 
  fhir:name [ fhir:v "ReasonCode"] ; # 
  fhir:status [ fhir:v "draft"] ; # 
  fhir:experimental [ fhir:v false] ; # 
  fhir:date [ fhir:v "2025-07-24T15:21:02+11:00"^^xsd:dateTime] ; # 
  fhir:publisher [ fhir:v "IKNL"] ; # 
  fhir:contact ( [
    ( fhir:telecom [
fhir:system [ fhir:v "url" ] ;
fhir:value [ fhir:v "https://www.iknl.nl" ]     ] )
  ] ) ; # 
  fhir:jurisdiction ( [
    ( fhir:coding [
fhir:system [
fhir:v "http://unstats.un.org/unsd/methods/m49/m49.htm"^^xsd:anyURI ;
fhir:l <http://unstats.un.org/unsd/methods/m49/m49.htm>       ] ;
fhir:code [ fhir:v "001" ]     ] )
  ] ) ; # 
  fhir:code [ fhir:v "reason-code"] ; # 
  fhir:base ( [ fhir:v "Communication"] ) ; # 
  fhir:type [ fhir:v "token"] ; # 
  fhir:description [ fhir:v "ReasonCode for the Communication"] ; # 
  fhir:expression [ fhir:v "Communication.reasonCode"] . #