Vision Adapter for QuickFHIR
1.0.0 - draft

Vision Adapter for QuickFHIR - Local Development build (v1.0.0). See the Directory of published versions

: Bundle patient - TTL Representation

Draft as of 2023-08-15

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

 a fhir:SearchParameter ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "Bundle-patient"] ; # 
  fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><h2>Bundle-patient</h2><p>Parameter <code>patient</code>:<code>reference</code></p><div><p>Who the data are about</p>\n</div><table class=\"grid\"><tr><td>Resource</td><td><a href=\"http://hl7.org/fhir/R4/bundle.html\">Bundle</a></td></tr><tr><td>Expression</td><td>(none)</td></tr><tr><td>Multiples</td><td>The parameter cannot repeat or have multiple values</td></tr></table></div>"
  ] ; # 
  fhir:url [ fhir:v "https://quickfhir.cloud/docs/blackpear-quickfhir-adapter-emisweb/SearchParameter/Bundle-patient"^^xsd:anyURI] ; # 
  fhir:version [ fhir:v "1.0.0"] ; # 
  fhir:name [ fhir:v "Bundle-patient"] ; # 
  fhir:status [ fhir:v "draft"] ; # 
  fhir:date [ fhir:v "2023-08-15T09:09:54+00:00"^^xsd:dateTime] ; # 
  fhir:description [ fhir:v "Who the data are about"] ; # 
  fhir:code [ fhir:v "patient"] ; # 
  fhir:base ( [ fhir:v "Bundle"] ) ; # 
  fhir:type [ fhir:v "reference"] . #