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

: Tipo de diabetes y opción de si no posee - TTL Representation

Active as of 2022-01-18

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 "CSDiab"] ; # 
  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 CSDiab</b></p><a name=\"CSDiab\"> </a><a name=\"hcCSDiab\"> </a><a name=\"CSDiab-en-US\"> </a><p>This case-sensitive code system <code>https://IPSFalp.cl/CodeSystem/CSDiab</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\">tipo1<a name=\"CSDiab-tipo1\"> </a></td><td>Diabetes Tipo 1</td></tr><tr><td style=\"white-space:nowrap\">tipo2<a name=\"CSDiab-tipo2\"> </a></td><td>Diabetes Tipo 2</td></tr><tr><td style=\"white-space:nowrap\">No<a name=\"CSDiab-No\"> </a></td><td>No posee</td></tr></table></div>"
  ] ; # 
  fhir:url [ fhir:v "https://IPSFalp.cl/CodeSystem/CSDiab"^^xsd:anyURI] ; # 
  fhir:version [ fhir:v "0.1.0"] ; # 
  fhir:name [ fhir:v "CSDiab"] ; # 
  fhir:title [ fhir:v "Tipo de diabetes y opción de si no posee"] ; # 
  fhir:status [ fhir:v "active"] ; # 
  fhir:experimental [ fhir:v "false"^^xsd:boolean] ; # 
  fhir:date [ fhir:v "2022-01-18T00:00:00-03: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 "Nombres del tipo de diabetes y opción de si no posee"] ; # 
  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 "tipo1" ] ;
fhir:display [ fhir:v "Diabetes Tipo 1" ]
  ] [
fhir:code [ fhir:v "tipo2" ] ;
fhir:display [ fhir:v "Diabetes Tipo 2" ]
  ] [
fhir:code [ fhir:v "No" ] ;
fhir:display [ fhir:v "No posee" ]
  ] ) . #