Guia de Implementação da OMNISAUDE - CORE
0.0.1 - draft Brazil flag

Guia de Implementação da OMNISAUDE - CORE - Local Development build (v0.0.1) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

: West Office - Local - 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:Location ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "local-01"] ; # 
  fhir:meta [
    ( fhir:profile [
fhir:v "https://fhir.omnisaude.co/r4/core/StructureDefinition/location"^^xsd:anyURI ;
fhir:link <https://fhir.omnisaude.co/r4/core/StructureDefinition/location>     ] )
  ] ; # 
  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: Location local-01</b></p><a name=\"local-01\"> </a><a name=\"hclocal-01\"> </a><a name=\"local-01-pt-BR\"> </a><p><b>status</b>: Active</p><p><b>name</b>: Condomínio West Office</p><p><b>description</b>: Prédio comercial</p><p><b>mode</b>: Instance</p><p><b>telecom</b>: ph: (62) 3088-4005</p><p><b>address</b>: R. 3, 1022 - St. Oeste, Goiânia - GO, 74115-050</p><h3>Positions</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Longitude</b></td><td><b>Latitude</b></td></tr><tr><td style=\"display: none\">*</td><td>-49.263284303881804</td><td>-16.68714430352598</td></tr></table><blockquote><p><b>hoursOfOperation</b></p><p><b>daysOfWeek</b>: Monday, Tuesday, Wednesday, Thursday, Friday, Saturday, Sunday</p><p><b>allDay</b>: true</p></blockquote></div>"^^rdf:XMLLiteral
  ] ; # 
  fhir:status [ fhir:v "active"] ; # 
  fhir:name [ fhir:v "Condomínio West Office"] ; # 
  fhir:description [ fhir:v "Prédio comercial"] ; # 
  fhir:mode [ fhir:v "instance"] ; # 
  fhir:telecom ( [
fhir:system [ fhir:v "phone" ] ;
fhir:value [ fhir:v "(62) 3088-4005" ]
  ] ) ; # 
  fhir:address [
fhir:text [ fhir:v "R. 3, 1022 - St. Oeste, Goiânia - GO, 74115-050" ] ;
    ( fhir:line [
fhir:v "081" ;
fhir:id [ fhir:v "tipoLogradouro" ]     ] [
fhir:v "3" ;
fhir:id [ fhir:v "logradouro" ]     ] [
fhir:v "1022" ;
fhir:id [ fhir:v "numero" ]     ] [
fhir:v "Oeste" ;
fhir:id [ fhir:v "bairro" ]     ] ) ;
fhir:city [ fhir:v "520870" ] ;
fhir:state [ fhir:v "52" ] ;
fhir:postalCode [ fhir:v "74115-050" ] ;
fhir:country [ fhir:v "BRA" ]
  ] ; # 
  fhir:position [
fhir:longitude [ fhir:v "-49.263284303881804"^^xsd:decimal ] ;
fhir:latitude [ fhir:v "-16.68714430352598"^^xsd:decimal ]
  ] ; # 
  fhir:hoursOfOperation ( [
    ( fhir:daysOfWeek [ fhir:v "mon" ] [ fhir:v "tue" ] [ fhir:v "wed" ] [ fhir:v "thu" ] [ fhir:v "fri" ] [ fhir:v "sat" ] [ fhir:v "sun" ] ) ;
fhir:allDay [ fhir:v "true"^^xsd:boolean ]
  ] ) . #