Gravitate Health FHIR Implementation Guide
0.1.0 - CI Build

Gravitate Health FHIR Implementation Guide, published by Gravitate Health Project. This guide is not an authorized publication; it is the continuous build for version 0.1.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/hl7-eu/gravitate-health/ and changes regularly. See the Directory of published versions

: Bundle for returning searchset of lenses - TTL Representation

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:Bundle ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "BundleOfLenses"] ; # 
  fhir:identifier [
fhir:system [ fhir:v "https://www.gravitatehealth.eu/sid/doc"^^xsd:anyURI ] ;
fhir:value [ fhir:v "lens-bundle-1" ]
  ] ; # 
  fhir:type [ fhir:v "searchset"] ; # 
  fhir:timestamp [ fhir:v "2023-06-27T10:09:22Z"^^xsd:dateTime] ; # 
  fhir:entry ( [
fhir:fullUrl [ fhir:v "http://hl7.eu/fhir/ig/gravitate-health/Library/mock-lib"^^xsd:anyURI ] ;
    ( fhir:resource <http://hl7.eu/fhir/ig/gravitate-health/Library/mock-lib> )
  ] [
fhir:fullUrl [ fhir:v "http://hl7.eu/fhir/ig/gravitate-health/Library/mock-lib2"^^xsd:anyURI ] ;
    ( fhir:resource <http://hl7.eu/fhir/ig/gravitate-health/Library/mock-lib2> )
  ] ) . # 

<http://hl7.eu/fhir/ig/gravitate-health/Library/mock-lib> a fhir:Library ;
  fhir:id [ fhir:v "mock-lib"] ; # 
  fhir:meta [
    ( fhir:profile [
fhir:v "http://hl7.eu/fhir/ig/gravitate-health/StructureDefinition/lens"^^xsd:anyURI ;
fhir:link <http://hl7.eu/fhir/ig/gravitate-health/StructureDefinition/lens>     ] )
  ] ; # 
  fhir:text [
fhir:status [ fhir:v "extensions" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><a name=\"Library_mock-lib\"> </a><p><b>Generated Narrative: Library</b><a name=\"mock-lib\"> </a><a name=\"hcmock-lib\"> </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\">ResourceLibrary &quot;mock-lib&quot; </p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-lens.html\">Lens Profile</a></p></div><p><b>LEEversion</b>: 0.1</p><p><b>identifier</b>: <code>http://example.com</code>/mock-lens</p><p><b>version</b>: 0.1</p><p><b>name</b>: mock-lens</p><p><b>title</b>: This is a mock Lens to show how to apply them to epi</p><p><b>status</b>: draft</p><p><b>experimental</b>: true</p><p><b>type</b>: logical-library <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> ([not stated]#logical-library)</span></p><p><b>description</b>: if a person is female and between 18 and 70 years, information about pregnancy is going to be highlighted. if a person is a man, the information is collapsed</p><p><b>jurisdiction</b>: Andorra <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"http://terminology.hl7.org/5.5.0/CodeSystem-ISO3166Part1.html\">ISO 3166-1 Codes for the representation of names of countries and their subdivisions — Part 1: Country code</a>#AD)</span></p><p><b>purpose</b>: purpose of the lens</p><p><b>usage</b>: this is the explanation of the lens</p><p><b>copyright</b>: copyright label</p><h3>Parameters</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Use</b></td><td><b>Documentation</b></td><td><b>Type</b></td></tr><tr><td style=\"display: none\">*</td><td>in</td><td>parameter documentation</td><td>CodeableConcept</td></tr></table><h3>Contents</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>ContentType</b></td><td><b>Data</b></td></tr><tr><td style=\"display: none\">*</td><td>application/javascript</td><td>(base64 data - 10 bytes)</td></tr></table></div>"
  ] ; # 
  fhir:extension ( [
fhir:url [ fhir:v "http://hl7.eu/fhir/ig/gravitate-health/StructureDefinition/lee-version"^^xsd:anyURI ] ;
fhir:value [ fhir:v "0.1" ]
  ] ) ; # 
  fhir:identifier ( [
fhir:system [ fhir:v "http://example.com"^^xsd:anyURI ] ;
fhir:value [ fhir:v "mock-lens" ]
  ] ) ; # 
  fhir:version [ fhir:v "0.1"] ; # 
  fhir:name [ fhir:v "mock-lens"] ; # 
  fhir:title [ fhir:v "This is a mock Lens to show how to apply them to epi"] ; # 
  fhir:status [ fhir:v "draft"] ; # 
  fhir:experimental [ fhir:v "true"^^xsd:boolean] ; # 
  fhir:type [
    ( fhir:coding [
fhir:code [ fhir:v "logical-library" ]     ] )
  ] ; # 
  fhir:description [ fhir:v "if a person is female and between 18 and 70 years, information about pregnancy is going to be highlighted. if a person is a man, the information is collapsed"] ; # 
  fhir:jurisdiction ( [
    ( fhir:coding [
fhir:system [ fhir:v "urn:iso:std:iso:3166"^^xsd:anyURI ] ;
fhir:code [ fhir:v "AD" ]     ] )
  ] ) ; # 
  fhir:purpose [ fhir:v "purpose of the lens"] ; # 
  fhir:usage [ fhir:v "this is the explanation of the lens"] ; # 
  fhir:copyright [ fhir:v "copyright label"] ; # 
  fhir:parameter ( [
fhir:use [ fhir:v "in" ] ;
fhir:documentation [ fhir:v "parameter documentation" ] ;
fhir:type [ fhir:v "CodeableConcept" ]
  ] ) ; # 
  fhir:content ( [
fhir:contentType [ fhir:v "application/javascript" ] ;
fhir:data [ fhir:v "Y29kZSBkdW1teQ=="^^xsd:base64Binary ]
  ] ) . # 

<http://hl7.eu/fhir/ig/gravitate-health/Library/mock-lib2> a fhir:Library ;
  fhir:id [ fhir:v "mock-lib2"] ; # 
  fhir:meta [
    ( fhir:profile [
fhir:v "http://hl7.eu/fhir/ig/gravitate-health/StructureDefinition/lens"^^xsd:anyURI ;
fhir:link <http://hl7.eu/fhir/ig/gravitate-health/StructureDefinition/lens>     ] )
  ] ; # 
  fhir:text [
fhir:status [ fhir:v "extensions" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><a name=\"Library_mock-lib2\"> </a><p><b>Generated Narrative: Library</b><a name=\"mock-lib2\"> </a><a name=\"hcmock-lib2\"> </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\">ResourceLibrary &quot;mock-lib2&quot; </p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-lens.html\">Lens Profile</a></p></div><p><b>LEEversion</b>: 0.1</p><p><b>identifier</b>: <code>http://example.com</code>/mock-lens2</p><p><b>version</b>: 0.1</p><p><b>name</b>: mock-lens 2</p><p><b>title</b>: This is a mock Lens to show how to apply them to epi</p><p><b>status</b>: draft</p><p><b>experimental</b>: true</p><p><b>type</b>: logical-library <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> ([not stated]#logical-library)</span></p><p><b>description</b>: if a person is female and between 18 and 70 years, information about pregnancy is going to be highlighted. if a person is a man, the information is collapsed</p><p><b>jurisdiction</b>: Andorra <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"http://terminology.hl7.org/5.5.0/CodeSystem-ISO3166Part1.html\">ISO 3166-1 Codes for the representation of names of countries and their subdivisions — Part 1: Country code</a>#AD)</span></p><p><b>purpose</b>: purpose of the lens</p><p><b>usage</b>: this is the explanation of the lens</p><p><b>copyright</b>: copyright label</p><h3>Parameters</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Use</b></td><td><b>Documentation</b></td><td><b>Type</b></td></tr><tr><td style=\"display: none\">*</td><td>in</td><td>parameter documentation</td><td>CodeableConcept</td></tr></table><h3>Contents</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>ContentType</b></td><td><b>Data</b></td></tr><tr><td style=\"display: none\">*</td><td>application/javascript</td><td>(base64 data - 10 bytes)</td></tr></table></div>"
  ] ; # 
  fhir:extension ( [
fhir:url [ fhir:v "http://hl7.eu/fhir/ig/gravitate-health/StructureDefinition/lee-version"^^xsd:anyURI ] ;
fhir:value [ fhir:v "0.1" ]
  ] ) ; # 
  fhir:identifier ( [
fhir:system [ fhir:v "http://example.com"^^xsd:anyURI ] ;
fhir:value [ fhir:v "mock-lens2" ]
  ] ) ; # 
  fhir:version [ fhir:v "0.1"] ; # 
  fhir:name [ fhir:v "mock-lens 2"] ; # 
  fhir:title [ fhir:v "This is a mock Lens to show how to apply them to epi"] ; # 
  fhir:status [ fhir:v "draft"] ; # 
  fhir:experimental [ fhir:v "true"^^xsd:boolean] ; # 
  fhir:type [
    ( fhir:coding [
fhir:code [ fhir:v "logical-library" ]     ] )
  ] ; # 
  fhir:description [ fhir:v "if a person is female and between 18 and 70 years, information about pregnancy is going to be highlighted. if a person is a man, the information is collapsed"] ; # 
  fhir:jurisdiction ( [
    ( fhir:coding [
fhir:system [ fhir:v "urn:iso:std:iso:3166"^^xsd:anyURI ] ;
fhir:code [ fhir:v "AD" ]     ] )
  ] ) ; # 
  fhir:purpose [ fhir:v "purpose of the lens"] ; # 
  fhir:usage [ fhir:v "this is the explanation of the lens"] ; # 
  fhir:copyright [ fhir:v "copyright label"] ; # 
  fhir:parameter ( [
fhir:use [ fhir:v "in" ] ;
fhir:documentation [ fhir:v "parameter documentation" ] ;
fhir:type [ fhir:v "CodeableConcept" ]
  ] ) ; # 
  fhir:content ( [
fhir:contentType [ fhir:v "application/javascript" ] ;
fhir:data [ fhir:v "Y29kZSBkdW1teQ=="^^xsd:base64Binary ]
  ] ) . #