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

: Persona Dimension - Collection - 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 "persona-dimension-collection"] ; # 
  fhir:meta [
    ( fhir:profile [
fhir:v "http://hl7.eu/fhir/ig/gravitate-health/StructureDefinition/persona-collection"^^xsd:anyURI ;
fhir:link <http://hl7.eu/fhir/ig/gravitate-health/StructureDefinition/persona-collection>     ] )
  ] ; # 
  fhir:identifier [
fhir:system [ fhir:v "https://myserver.org/persona-dimension-collection"^^xsd:anyURI ] ;
fhir:value [ fhir:v "pd-collection-1" ]
  ] ; # 
  fhir:type [ fhir:v "collection"] ; # 
  fhir:entry ( [
fhir:fullUrl [ fhir:v "http://hl7.eu/fhir/ig/gravitate-health/Observation/persona-dimension-1"^^xsd:anyURI ] ;
    ( fhir:resource <http://hl7.eu/fhir/ig/gravitate-health/Observation/persona-dimension-1> )
  ] [
fhir:fullUrl [ fhir:v "http://hl7.eu/fhir/ig/gravitate-health/Observation/persona-dimension-2"^^xsd:anyURI ] ;
    ( fhir:resource <http://hl7.eu/fhir/ig/gravitate-health/Observation/persona-dimension-2> )
  ] [
fhir:fullUrl [ fhir:v "http://hl7.eu/fhir/ig/gravitate-health/Observation/persona-dimension-3"^^xsd:anyURI ] ;
    ( fhir:resource <http://hl7.eu/fhir/ig/gravitate-health/Observation/persona-dimension-3> )
  ] [
fhir:fullUrl [ fhir:v "http://hl7.eu/fhir/ig/gravitate-health/Observation/persona-dimension-4"^^xsd:anyURI ] ;
    ( fhir:resource <http://hl7.eu/fhir/ig/gravitate-health/Observation/persona-dimension-4> )
  ] ) . # 

<http://hl7.eu/fhir/ig/gravitate-health/Observation/persona-dimension-1> a fhir:Observation ;
  fhir:id [ fhir:v "persona-dimension-1"] ; # 
  fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><a name=\"Observation_persona-dimension-1\"> </a><p class=\"res-header-id\"><b>Generated Narrative: Observation persona-dimension-1</b></p><a name=\"persona-dimension-1\"> </a><a name=\"hcpersona-dimension-1\"> </a><a name=\"persona-dimension-1-en-US\"> </a><p><b>status</b>: Final</p><p><b>code</b>: <span title=\"Codes:{http://hl7.eu/fhir/ig/gravitate-health/CodeSystem/pd-type-cs EMP}\">employment</span></p><p><b>subject</b>: IPS-4</p><p><b>effective</b>: 2019-01-01 00:00:00+0000</p><p><b>value</b>: <span title=\"Codes:{http://example.org currenly-employed}\">Currently employed</span></p></div>"
  ] ; # 
  fhir:status [ fhir:v "final"] ; # 
  fhir:code [
    ( fhir:coding [
fhir:system [ fhir:v "http://hl7.eu/fhir/ig/gravitate-health/CodeSystem/pd-type-cs"^^xsd:anyURI ] ;
fhir:code [ fhir:v "EMP" ]     ] )
  ] ; # 
  fhir:subject [
fhir:display [ fhir:v "IPS-4" ]
  ] ; # 
  fhir:effective [ fhir:v "2019-01-01T00:00:00Z"^^xsd:dateTime] ; # 
  fhir:value [
a fhir:CodeableConcept ;
    ( fhir:coding [
fhir:system [ fhir:v "http://example.org"^^xsd:anyURI ] ;
fhir:code [ fhir:v "currenly-employed" ] ;
fhir:display [ fhir:v "Currently employed" ]     ] )
  ] . # 

<http://hl7.eu/fhir/ig/gravitate-health/Observation/persona-dimension-2> a fhir:Observation ;
  fhir:id [ fhir:v "persona-dimension-2"] ; # 
  fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><a name=\"Observation_persona-dimension-2\"> </a><p class=\"res-header-id\"><b>Generated Narrative: Observation persona-dimension-2</b></p><a name=\"persona-dimension-2\"> </a><a name=\"hcpersona-dimension-2\"> </a><a name=\"persona-dimension-2-en-US\"> </a><p><b>status</b>: Final</p><p><b>code</b>: <span title=\"Codes:{http://hl7.eu/fhir/ig/gravitate-health/CodeSystem/pd-type-cs SHW}\">Share info Willingly</span></p><p><b>subject</b>: IPS-4</p><p><b>effective</b>: 2019-01-01 00:00:00+0000</p><p><b>value</b>: true</p></div>"
  ] ; # 
  fhir:status [ fhir:v "final"] ; # 
  fhir:code [
    ( fhir:coding [
fhir:system [ fhir:v "http://hl7.eu/fhir/ig/gravitate-health/CodeSystem/pd-type-cs"^^xsd:anyURI ] ;
fhir:code [ fhir:v "SHW" ]     ] )
  ] ; # 
  fhir:subject [
fhir:display [ fhir:v "IPS-4" ]
  ] ; # 
  fhir:effective [ fhir:v "2019-01-01T00:00:00Z"^^xsd:dateTime] ; # 
  fhir:value [ fhir:v "true"^^xsd:boolean] . # 

<http://hl7.eu/fhir/ig/gravitate-health/Observation/persona-dimension-3> a fhir:Observation ;
  fhir:id [ fhir:v "persona-dimension-3"] ; # 
  fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><a name=\"Observation_persona-dimension-3\"> </a><p class=\"res-header-id\"><b>Generated Narrative: Observation persona-dimension-3</b></p><a name=\"persona-dimension-3\"> </a><a name=\"hcpersona-dimension-3\"> </a><a name=\"persona-dimension-3-en-US\"> </a><p><b>status</b>: Final</p><p><b>code</b>: <span title=\"Codes:{http://hl7.eu/fhir/ig/gravitate-health/CodeSystem/pd-type-cs WKL}\">WorkLife</span></p><p><b>subject</b>: IPS-4</p><p><b>effective</b>: 2019-01-01 00:00:00+0000</p><p><b>value</b>: <span title=\"Codes:{http://example.org work-life}\">Work Life Balance</span></p></div>"
  ] ; # 
  fhir:status [ fhir:v "final"] ; # 
  fhir:code [
    ( fhir:coding [
fhir:system [ fhir:v "http://hl7.eu/fhir/ig/gravitate-health/CodeSystem/pd-type-cs"^^xsd:anyURI ] ;
fhir:code [ fhir:v "WKL" ]     ] )
  ] ; # 
  fhir:subject [
fhir:display [ fhir:v "IPS-4" ]
  ] ; # 
  fhir:effective [ fhir:v "2019-01-01T00:00:00Z"^^xsd:dateTime] ; # 
  fhir:value [
a fhir:CodeableConcept ;
    ( fhir:coding [
fhir:system [ fhir:v "http://example.org"^^xsd:anyURI ] ;
fhir:code [ fhir:v "work-life" ] ;
fhir:display [ fhir:v "Work Life Balance" ]     ] )
  ] . # 

<http://hl7.eu/fhir/ig/gravitate-health/Observation/persona-dimension-4> a fhir:Observation ;
  fhir:id [ fhir:v "persona-dimension-4"] ; # 
  fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><a name=\"Observation_persona-dimension-4\"> </a><p class=\"res-header-id\"><b>Generated Narrative: Observation persona-dimension-4</b></p><a name=\"persona-dimension-4\"> </a><a name=\"hcpersona-dimension-4\"> </a><a name=\"persona-dimension-4-en-US\"> </a><p><b>status</b>: Final</p><p><b>code</b>: <span title=\"Codes:{http://hl7.eu/fhir/ig/gravitate-health/CodeSystem/pd-type-cs EVI}\">Extrovert/introvert</span></p><p><b>subject</b>: IPS-4</p><p><b>effective</b>: 2019-01-01 00:00:00+0000</p><p><b>value</b>: Introvert</p></div>"
  ] ; # 
  fhir:status [ fhir:v "final"] ; # 
  fhir:code [
    ( fhir:coding [
fhir:system [ fhir:v "http://hl7.eu/fhir/ig/gravitate-health/CodeSystem/pd-type-cs"^^xsd:anyURI ] ;
fhir:code [ fhir:v "EVI" ]     ] )
  ] ; # 
  fhir:subject [
fhir:display [ fhir:v "IPS-4" ]
  ] ; # 
  fhir:effective [ fhir:v "2019-01-01T00:00:00Z"^^xsd:dateTime] ; # 
  fhir:value [ fhir:v "Introvert"] . #