EMIS Web Adapter for QuickFHIR
2.0.0 - draft

Publish Box goes here

: Bundle patient - TTL Representation

Draft as of 2022-12-13

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:Resource.id [ fhir:value "Bundle-patient"]; # 
  fhir:DomainResource.text [
     fhir:Narrative.status [ fhir:value "generated" ];
     fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative: SearchParameter</b><a name=\"Bundle-patient\"> </a></p><div style=\"display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%\"><p style=\"margin-bottom: 0px\">Resource SearchParameter &quot;Bundle-patient&quot; </p></div><p><b>url</b>: <code>https://quickfhir.cloud/docs/blackpear-quickfhir-adapter-emisweb/SearchParameter/Bundle-patient</code></p><p><b>version</b>: 2.0.0</p><p><b>name</b>: Bundle-patient</p><p><b>status</b>: draft</p><p><b>date</b>: 2022-12-13 08:06:20+0000</p><p><b>description</b>: Who the data are about</p><p><b>code</b>: patient</p><p><b>base</b>: Bundle</p><p><b>type</b>: reference</p></div>"
  ]; # 
  fhir:SearchParameter.url [ fhir:value "https://quickfhir.cloud/docs/blackpear-quickfhir-adapter-emisweb/SearchParameter/Bundle-patient"]; # 
  fhir:SearchParameter.version [ fhir:value "2.0.0"]; # 
  fhir:SearchParameter.name [ fhir:value "Bundle-patient"]; # 
  fhir:SearchParameter.status [ fhir:value "draft"]; # 
  fhir:SearchParameter.date [ fhir:value "2022-12-13T08:06:20+00:00"^^xsd:dateTime]; # 
  fhir:SearchParameter.description [ fhir:value "Who the data are about"]; # 
  fhir:SearchParameter.code [ fhir:value "patient"]; # 
  fhir:SearchParameter.base [
     fhir:value "Bundle";
     fhir:index 0
  ]; # 
  fhir:SearchParameter.type [ fhir:value "reference"]. # 

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

 a owl:Ontology;
  owl:imports fhir:fhir.ttl.