0.1.0 - ci-build

IPS_Falp, published by EstebanFredes. 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/SIMSADIs/GI_IPS_FALP/ and changes regularly. See the Directory of published versions

: Tramos de Severidad Diagnóstica - TTL Representation

Draft as of 2024-11-17

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:CodeSystem ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "CSseveridadDiagnostica"] ; # 
  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: CodeSystem CSseveridadDiagnostica</b></p><a name=\"CSseveridadDiagnostica\"> </a><a name=\"hcCSseveridadDiagnostica\"> </a><a name=\"CSseveridadDiagnostica-en-US\"> </a><p>This case-sensitive code system <code>https://IPSFalp.cl/CodeSystem/CSseveridadDiagnostica</code> defines the following codes:</p><table class=\"codes\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td></tr><tr><td style=\"white-space:nowrap\">LEVE<a name=\"CSseveridadDiagnostica-LEVE\"> </a></td></tr><tr><td style=\"white-space:nowrap\">MODERADO<a name=\"CSseveridadDiagnostica-MODERADO\"> </a></td></tr><tr><td style=\"white-space:nowrap\">GRAVE<a name=\"CSseveridadDiagnostica-GRAVE\"> </a></td></tr></table></div>"
  ] ; # 
  fhir:url [ fhir:v "https://IPSFalp.cl/CodeSystem/CSseveridadDiagnostica"^^xsd:anyURI] ; # 
  fhir:version [ fhir:v "0.1.0"] ; # 
  fhir:name [ fhir:v "CSseveridadDiagnostica"] ; # 
  fhir:title [ fhir:v "Tramos de Severidad Diagnóstica"] ; # 
  fhir:status [ fhir:v "draft"] ; # 
  fhir:experimental [ fhir:v "false"^^xsd:boolean] ; # 
  fhir:date [ fhir:v "2024-11-17T23:09:28+00:00"^^xsd:dateTime] ; # 
  fhir:publisher [ fhir:v "EstebanFredes"] ; # 
  fhir:contact ( [
fhir:name [ fhir:v "EstebanFredes" ] ;
    ( fhir:telecom [
fhir:system [ fhir:v "url" ] ;
fhir:value [ fhir:v "http://example.org/example-publisher" ]     ] )
  ] ) ; # 
  fhir:description [ fhir:v "Tramos de Severidad Diagnóstica dependiendo de la valoración subjetiva de la gravedad de la enfermedad evaluada por el clínico"] ; # 
  fhir:caseSensitive [ fhir:v "true"^^xsd:boolean] ; # 
  fhir:content [ fhir:v "complete"] ; # 
  fhir:count [ fhir:v "3"^^xsd:nonNegativeInteger] ; # 
  fhir:concept ( [
fhir:code [ fhir:v "LEVE" ] ;
fhir:display [ fhir:v "LEVE" ]
  ] [
fhir:code [ fhir:v "MODERADO" ] ;
fhir:display [ fhir:v "MODERADO" ]
  ] [
fhir:code [ fhir:v "GRAVE" ] ;
fhir:display [ fhir:v "GRAVE" ]
  ] ) . #