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

: interaction-lens - TTL Representation

Draft as of 2024-06-12

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:Library ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "interaction-lens"] ; # 
  fhir:meta [
fhir:versionId [ fhir:v "1" ] ;
fhir:lastUpdated [ fhir:v "2024-06-12T12:30:09.424+00:00"^^xsd:dateTime ] ;
fhir:source [ fhir:v "#8e0ccded-206a-96"^^xsd:anyURI ] ;
    ( 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 "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Library interaction-lens</b></p><a name=\"interaction-lens\"> </a><a name=\"hcinteraction-lens\"> </a><a name=\"interaction-lens-en-US\"> </a><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\">version: 1; Last updated: 2024-06-12 12:30:09+0000; </p><p style=\"margin-bottom: 0px\">Information Source: #8e0ccded-206a-96</p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-lens.html\">Lens Profile</a></p></div><h2>Parameters</h2><table class=\"grid\"><tr><td/><td>in</td><td/><td/><td>CodeableConcept</td><td>parameter if it exists</td></tr></table><h2>Contents</h2><p><code>No Content</code> (<code>application/javascript</code>)</p></div>"
  ] ; # 
  fhir:extension ( [
fhir:url [ fhir:v "http://hl7.eu/fhir/ig/gravitate-health/StructureDefinition/lee-version"^^xsd:anyURI ] ;
fhir:value [ fhir:v "dev" ]
  ] ) ; # 
  fhir:url [ fhir:v "http://hl7.eu/fhir/ig/gravitate-health/Library/mock-lib"^^xsd:anyURI] ; # 
  fhir:identifier ( [
fhir:system [ fhir:v "http://gravitate-health.lst.tfo.upm.es"^^xsd:anyURI ] ;
fhir:value [ fhir:v "interaction-lens" ]
  ] ) ; # 
  fhir:version [ fhir:v "0.1.0"] ; # 
  fhir:name [ fhir:v "interaction-lens"] ; # 
  fhir:title [ fhir:v "interaction-lens"] ; # 
  fhir:status [ fhir:v "draft"] ; # 
  fhir:experimental [ fhir:v "true"^^xsd:boolean] ; # 
  fhir:type [
    ( fhir:coding [
fhir:code [ fhir:v "logical-library" ]     ] )
  ] ; # 
  fhir:date [ fhir:v "2024-06-12T12:23:10.005Z"^^xsd:dateTime] ; # 
  fhir:publisher [ fhir:v "Gravitate Health Project"] ; # 
  fhir:contact ( [
fhir:name [ fhir:v "Gravitate Health Project" ] ;
    ( fhir:telecom [
fhir:system [ fhir:v "url" ] ;
fhir:value [ fhir:v "https://www.gravitatehealth.eu/" ]     ] )
  ] [
fhir:name [ fhir:v "Gravitate Health Project" ] ;
    ( fhir:telecom [
fhir:system [ fhir:v "url" ] ;
fhir:value [ fhir:v "https://www.gravitatehealth.eu/" ]     ] )
  ] ) ; # 
  fhir:description [ fhir:v "Lens that highlight or collapses pregnancy related information"] ; # 
  fhir:purpose [ fhir:v "Collapse or highlight interactions between drugs to related information on a preprocessed ePI."] ; # 
  fhir:usage [ fhir:v "You can import this lens directly to your FHIR Server which suports Library Resource type."] ; # 
  fhir:copyright [ fhir:v "© 2024 Gravitate Health"] ; # 
  fhir:parameter ( [
fhir:use [ fhir:v "in" ] ;
fhir:documentation [ fhir:v "parameter if it exists" ] ;
fhir:type [ fhir:v "CodeableConcept" ]
  ] ) ; # 
  fhir:content ( [
fhir:contentType [ fhir:v "application/javascript" ]
  ] ) . #