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
: Solicitud del Procedimiento - 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:ServiceRequest ;
fhir:nodeRole fhir:treeRoot ;
fhir:id [ fhir:v "example-SolicitudProcedimiento"] ; #
fhir:meta [
( fhir:profile [
fhir:v "https://falp.cl/fhir/ig/corefalp/StructureDefinition/SolicitudProcedimiento"^^xsd:anyURI ;
fhir:link <https://falp.cl/fhir/ig/corefalp/StructureDefinition/SolicitudProcedimiento> ] )
] ; #
fhir:text [
fhir:status [ fhir:v "extensions" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: ServiceRequest example-SolicitudProcedimiento</b></p><a name=\"example-SolicitudProcedimiento\"> </a><a name=\"hcexample-SolicitudProcedimiento\"> </a><a name=\"example-SolicitudProcedimiento-es-CL\"> </a><p><b>Fecha de Solicitud</b>: 2024-07-17</p><p><b>Urgencia del Procedimiento</b>: <span title=\"Codes:{https://falp.cl/fhir/ig/corefalp/CodeSystem/CSurgProcedimiento MEDIA}\">MEDIA</span></p><p><b>status</b>: Completed</p><p><b>intent</b>: Proposal</p><p><b>code</b>: <span title=\"Codes:{http://snomed.info/sct 5738003}\">Biopsy of cul-de-sac</span></p><p><b>subject</b>: <a href=\"Patient-EjPaciente.html\">Franchesco Perez (official) (no stated gender), DoB: 1980-01-01 ( RUN: 30.696.558-7 (use: secondary, ))</a></p><p><b>note</b>: Alergia a la anestesia</p></div>"
] ; #
fhir:extension ( [
fhir:url [ fhir:v "https://falp.cl/fhir/ig/corefalp/StructureDefinition/Fecha-Solicitud"^^xsd:anyURI ] ;
fhir:value [ fhir:v "2024-07-17"^^xsd:date ]
] [
fhir:url [ fhir:v "https://falp.cl/fhir/ig/corefalp/StructureDefinition/UrgenciaProcedimiento"^^xsd:anyURI ] ;
fhir:value [
a fhir:CodeableConcept ;
( fhir:coding [
fhir:system [ fhir:v "https://falp.cl/fhir/ig/corefalp/CodeSystem/CSurgProcedimiento"^^xsd:anyURI ] ;
fhir:code [ fhir:v "MEDIA" ] ;
fhir:display [ fhir:v "MEDIA" ] ] ) ]
] ) ; #
fhir:status [ fhir:v "completed"] ; #
fhir:intent [ fhir:v "proposal"] ; #
fhir:code [
( fhir:coding [
a sct:5738003 ;
fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ;
fhir:code [ fhir:v "5738003" ] ] )
] ; #
fhir:subject [
fhir:reference [ fhir:v "Patient/EjPaciente" ]
] ; #
fhir:note ( [
fhir:text [ fhir:v "Alergia a la anestesia" ]
] ) . #