GI CORE FALP
0.1.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 0.1.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/HL7Chile-BiomedicaUv/FALP-CORE/ and changes regularly. See the Directory of published versions

: Reporte 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 xsd: <http://www.w3.org/2001/XMLSchema#> .

# - resource -------------------------------------------------------------------

 a fhir:Condition ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "example-ReporteProcedimiento"] ; # 
  fhir:meta [
    ( fhir:profile [
fhir:v "https://FALP.cl/StructureDefinition/ReporteProcedimiento"^^xsd:anyURI ;
fhir:link <https://FALP.cl/StructureDefinition/ReporteProcedimiento>     ] )
  ] ; # 
  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: Condition example-ReporteProcedimiento</b></p><a name=\"example-ReporteProcedimiento\"> </a><a name=\"hcexample-ReporteProcedimiento\"> </a><a name=\"example-ReporteProcedimiento-es-CL\"> </a><p><b>Fecha de Solicitud</b>: 2024-07-03</p><p><b>Fecha de Procedimiento</b>: 2024-09-15</p><p><b>Set de códigos de tipos de procedimientos</b>: BIOPSIA</p><p><b>Observación</b>: Ninguna</p><p><b>clinicalStatus</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/condition-clinical active}\">Active</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></div>"
  ] ; # 
  fhir:extension ( [
fhir:url [ fhir:v "https://FALP.cl/StructureDefinition/Fecha-Solicitud"^^xsd:anyURI ] ;
fhir:value [ fhir:v "2024-07-03"^^xsd:date ]
  ] [
fhir:url [ fhir:v "https://FALP.cl/StructureDefinition/FechaProcedimiento"^^xsd:anyURI ] ;
fhir:value [ fhir:v "2024-09-15"^^xsd:date ]
  ] [
fhir:url [ fhir:v "https://FALP.cl/StructureDefinition/TipoProcedimiento"^^xsd:anyURI ] ;
fhir:value [ fhir:v "BIOPSIA" ]
  ] [
fhir:url [ fhir:v "https://FALP.cl/StructureDefinition/Observacion"^^xsd:anyURI ] ;
fhir:value [ fhir:v "Ninguna" ]
  ] ) ; # 
  fhir:clinicalStatus [
    ( fhir:coding [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/condition-clinical"^^xsd:anyURI ] ;
fhir:code [ fhir:v "active" ]     ] )
  ] ; # 
  fhir:subject [
fhir:reference [ fhir:v "Patient/EjPaciente" ]
  ] . #