Data Management with FHIR
0.1.0 - ci-build France (la) flag

Data Management with FHIR - version de développement local (intégration continue v0.1.0) construite par les outils de publication FHIR (HL7® FHIR® Standard). Voir le répertoire des versions publiées

: Location - TTL Representation

Raw ttl | Download


@prefix fhir: <http://hl7.org/fhir/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

# - resource -------------------------------------------------------------------

 a fhir:Https://sql-on-fhir.org/ig/StructureDefinition/ViewDefinition ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:name [ fhir:v "Location"] ; # 
  fhir:status [ fhir:v "draft"] ; # 
  fhir:description [ fhir:v "Vue se rapprochant de la table OMOP location"] ; # 
  fhir:resource [ fhir:v "Patient"] ; # 
  fhir:select ( [
    ( fhir:column [
fhir:path [ fhir:v "id" ] ;
fhir:name [ fhir:v "location_id" ]     ] [
fhir:path [ fhir:v "id" ] ;
fhir:name [ fhir:v "person_id" ]     ] [
fhir:path [ fhir:v "address.first().extension.where(url='http://hl7.org/fhir/StructureDefinition/geolocation').first().extension.where(url='latitude').first().valueDecimal" ] ;
fhir:name [ fhir:v "latitude" ]     ] [
fhir:path [ fhir:v "address.first().extension.where(url='http://hl7.org/fhir/StructureDefinition/geolocation').first().extension.where(url='longitude').first().valueDecimal" ] ;
fhir:name [ fhir:v "longitude" ]     ] )
  ] ) . #