GI CORE FALP
1.0.0 - ci-build Chile flag

GI CORE FALP, published by Esteban Fredes. This guide is not an authorized publication; it is the continuous build for version 1.0.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/SIMSADIs/GI-CORE-Falp/ and changes regularly. See the Directory of published versions

: Example-Localizacion - 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:Location ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "example-Localizacion"] ; # 
  fhir:meta [
    ( fhir:profile [
fhir:v "https://falp.cl/fhir/ig/corefalp/StructureDefinition/Localizacion"^^xsd:anyURI ;
fhir:link <https://falp.cl/fhir/ig/corefalp/StructureDefinition/Localizacion>     ] )
  ] ; # 
  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 example-Localizacion</b></p><a name=\"example-Localizacion\"> </a><a name=\"hcexample-Localizacion\"> </a><a name=\"example-Localizacion-es-CL\"> </a><p><b>status</b>: Active</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>-0.1278</td><td>51.5074</td></tr></table><p><b>managingOrganization</b>: <a href=\"Organization-example-Organizacion.html\">Organization: extension = Público,Establecimientos Hospitalarios,Nivel Terciario,Perteneciente al Sistema Nacional de Servicios de Salud; identifier = http://example.org/identifiers#7777777-7</a></p></div>"
  ] ; # 
  fhir:status [ fhir:v "active"] ; # 
  fhir:position [
fhir:longitude [ fhir:v "-0.1278"^^xsd:decimal ] ;
fhir:latitude [ fhir:v "51.5074"^^xsd:decimal ]
  ] ; # 
  fhir:managingOrganization [
fhir:reference [ fhir:v "Organization/example-Organizacion" ]
  ] . #