0.1.0 - ci-build

CardioIG, published by Example Publisher. 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/sguinezm/sic-ac-hemo-ig/ and changes regularly. See the Directory of published versions

: Presencia de diabetes en el paciente - TTL Representation

Active as of 2024-04-16

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 "DiabetesConditionCS"] ; # 
  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 DiabetesConditionCS</b></p><a name=\"DiabetesConditionCS\"> </a><a name=\"hcDiabetesConditionCS\"> </a><a name=\"DiabetesConditionCS-en-US\"> </a><p>This case-sensitive code system <code>https://centrocardiovascular.cl/ecmo/CodeSystem/DiabetesConditionCS</code> defines the following codes:</p><table class=\"codes\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td></tr><tr><td style=\"white-space:nowrap\">225302006<a name=\"DiabetesConditionCS-225302006\"> </a></td><td>Insulin regime (regime/therapy)</td></tr><tr><td style=\"white-space:nowrap\">170746002<a name=\"DiabetesConditionCS-170746002\"> </a></td><td>Diabetic on oral treatment (finding)</td></tr><tr><td style=\"white-space:nowrap\">418995006<a name=\"DiabetesConditionCS-418995006\"> </a></td><td>Feeding and dietary regime (regime/therapy)</td></tr></table></div>"
  ] ; # 
  fhir:url [ fhir:v "https://centrocardiovascular.cl/ecmo/CodeSystem/DiabetesConditionCS"^^xsd:anyURI] ; # 
  fhir:version [ fhir:v "0.1.0"] ; # 
  fhir:name [ fhir:v "DiabetesConditionCS"] ; # 
  fhir:title [ fhir:v "Presencia de diabetes en el paciente"] ; # 
  fhir:status [ fhir:v "active"] ; # 
  fhir:experimental [ fhir:v "false"^^xsd:boolean] ; # 
  fhir:date [ fhir:v "2024-04-16"^^xsd:date] ; # 
  fhir:publisher [ fhir:v "Example Publisher"] ; # 
  fhir:contact ( [
fhir:name [ fhir:v "Example Publisher" ] ;
    ( fhir:telecom [
fhir:system [ fhir:v "url" ] ;
fhir:value [ fhir:v "http://example.org/example-publisher" ]     ] )
  ] ) ; # 
  fhir:description [ fhir:v "Categorización utilizada para descibir si el paciente tiene (o no) diabetes y cuál es su tratamiento"] ; # 
  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 "225302006" ] ;
fhir:display [ fhir:v "Insulin regime (regime/therapy)" ]
  ] [
fhir:code [ fhir:v "170746002" ] ;
fhir:display [ fhir:v "Diabetic on oral treatment (finding)" ]
  ] [
fhir:code [ fhir:v "418995006" ] ;
fhir:display [ fhir:v "Feeding and dietary regime (regime/therapy)" ]
  ] ) . #