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
: Ejemplo de Servicio Solicitante - 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 sct: <http://snomed.info/id/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
# - resource -------------------------------------------------------------------
a fhir:HealthcareService ;
fhir:nodeRole fhir:treeRoot ;
fhir:id [ fhir:v "identificador"] ; #
fhir:meta [
( fhir:profile [
fhir:v "https://falp.cl/fhir/ig/corefalp/StructureDefinition/ServicioSolicitante"^^xsd:anyURI ;
fhir:link <https://falp.cl/fhir/ig/corefalp/StructureDefinition/ServicioSolicitante> ] )
] ; #
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: HealthcareService identificador</b></p><a name=\"identificador\"> </a><a name=\"hcidentificador\"> </a><a name=\"identificador-es-CL\"> </a><p><b>identifier</b>: servicio3</p><p><b>providedBy</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><p><b>specialty</b>: <span title=\"Codes:{http://snomed.info/sct 394582007}\">Dermatology (qualifier value)</span></p><p><b>name</b>: Servicio de dermatología</p></div>"
] ; #
fhir:identifier ( [
fhir:value [ fhir:v "servicio3" ]
] ) ; #
fhir:providedBy [
fhir:reference [ fhir:v "Organization/example-Organizacion" ]
] ; #
fhir:specialty ( [
( fhir:coding [
a sct:394582007 ;
fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ;
fhir:code [ fhir:v "394582007" ] ] )
] ) ; #
fhir:name [ fhir:v "Servicio de dermatología"] . #