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

: Escritório Corporativo Omnisaude - 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-02"] ; # 
  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-02</b></p><a name=\"local-02\"> </a><a name=\"hclocal-02\"> </a><a name=\"local-02-pt-BR\"> </a><p><b>status</b>: Active</p><p><b>name</b>: Escritório Corporativo Omnisaude</p><p><b>description</b>: Sala Corporativa da empresa Omnisaude</p><p><b>mode</b>: Instance</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><p><b>managingOrganization</b>: <a href=\"Organization-AMH.html\">Organization Americas Health</a></p><p><b>partOf</b>: <a href=\"Location-local-01.html\">Location Condomínio West Office</a></p><blockquote><p><b>hoursOfOperation</b></p><p><b>daysOfWeek</b>: Monday, Tuesday, Wednesday, Thursday, Friday</p><p><b>openingTime</b>: 08:00:00</p><p><b>closingTime</b>: 18:00:00</p></blockquote></div>"^^rdf:XMLLiteral
  ] ; # 
  fhir:status [ fhir:v "active"] ; # 
  fhir:name [ fhir:v "Escritório Corporativo Omnisaude"] ; # 
  fhir:description [ fhir:v "Sala Corporativa da empresa Omnisaude"] ; # 
  fhir:mode [ fhir:v "instance"] ; # 
  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:v "Sala 1601, 16º andar" ;
fhir:id [ fhir:v "complemento" ]     ] ) ;
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:managingOrganization [
fhir:reference [ fhir:v "Organization/AMH" ]
  ] ; # 
  fhir:partOf [
fhir:reference [ fhir:v "Location/local-01" ]
  ] ; # 
  fhir:hoursOfOperation ( [
    ( fhir:daysOfWeek [ fhir:v "mon" ] [ fhir:v "tue" ] [ fhir:v "wed" ] [ fhir:v "thu" ] [ fhir:v "fri" ] ) ;
fhir:openingTime [ fhir:v "08:00:00"^^xsd:time ] ;
fhir:closingTime [ fhir:v "18:00:00"^^xsd:time ]
  ] ) . #