0.1.0 - ci-build

FALP_CORE, 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

: Example-HistoriaClínica - 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:Condition ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "EjDiagnosticoPrevio"] ; # 
  fhir:meta [
    ( fhir:profile [
fhir:v "https://FALP.cl/StructureDefinition/DiagnosticoPrevio"^^xsd:anyURI ;
fhir:link <https://FALP.cl/StructureDefinition/DiagnosticoPrevio>     ] )
  ] ; # 
  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: Condition EjDiagnosticoPrevio</b></p><a name=\"EjDiagnosticoPrevio\"> </a><a name=\"hcEjDiagnosticoPrevio\"> </a><a name=\"EjDiagnosticoPrevio-en-US\"> </a><p><b>clinicalStatus</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/condition-clinical active}\">Active</span></p><p><b>severity</b>: <span title=\"Codes:{https://FALP.cl/CodeSystem/CSseveridadDiagnostica MODERADO}\">MODERADO</span></p><p><b>code</b>: <span title=\"Codes:{http://snomed.info/sct 1648002}\">Lymphocytic pseudotumor of lung</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>onset</b>: 2024-08-02</p><p><b>note</b>: Pulmón derecho</p></div>"
  ] ; # 
  fhir:clinicalStatus [
    ( fhir:coding [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/condition-clinical"^^xsd:anyURI ] ;
fhir:code [ fhir:v "active" ]     ] )
  ] ; # 
  fhir:severity [
    ( fhir:coding [
fhir:system [ fhir:v "https://FALP.cl/CodeSystem/CSseveridadDiagnostica"^^xsd:anyURI ] ;
fhir:code [ fhir:v "MODERADO" ]     ] )
  ] ; # 
  fhir:code [
    ( fhir:coding [
a sct:1648002 ;
fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ;
fhir:code [ fhir:v "1648002" ] ;
fhir:display [ fhir:v "Lymphocytic pseudotumor of lung" ]     ] )
  ] ; # 
  fhir:subject [
fhir:reference [ fhir:v "Patient/EjPaciente" ]
  ] ; # 
  fhir:onset [ fhir:v "2024-08-02"^^xsd:date] ; # 
  fhir:note ( [
fhir:text [ fhir:v "Pulmón derecho" ]
  ] ) . #