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/cardioCx-IG/ and changes regularly. See the Directory of published versions
: Número de vasos con problemas - 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:CodeSystem ;
fhir:nodeRole fhir:treeRoot ;
fhir:id [ fhir:v "NumberDiseasedCoronarySegmentsCS"] ; #
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 NumberDiseasedCoronarySegmentsCS</b></p><a name=\"NumberDiseasedCoronarySegmentsCS\"> </a><a name=\"hcNumberDiseasedCoronarySegmentsCS\"> </a><a name=\"NumberDiseasedCoronarySegmentsCS-en-US\"> </a><p>This case-sensitive code system <code>https://centrocardiovascular.cl/CodeSystem/NumberDiseasedCoronarySegmentsCS</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\">LA137-2<a name=\"NumberDiseasedCoronarySegmentsCS-LA137-2\"> </a></td><td>None</td></tr><tr><td style=\"white-space:nowrap\">LA24356-0<a name=\"NumberDiseasedCoronarySegmentsCS-LA24356-0\"> </a></td><td>1 vessel without left main coronary artery</td></tr><tr><td style=\"white-space:nowrap\">LA24358-6<a name=\"NumberDiseasedCoronarySegmentsCS-LA24358-6\"> </a></td><td>2 vessels without left main coronary artery</td></tr><tr><td style=\"white-space:nowrap\">LA24360-2<a name=\"NumberDiseasedCoronarySegmentsCS-LA24360-2\"> </a></td><td>3 vessels without left main coronary artery</td></tr><tr><td style=\"white-space:nowrap\">LA24354-5<a name=\"NumberDiseasedCoronarySegmentsCS-LA24354-5\"> </a></td><td>Left main coronary artery alone</td></tr><tr><td style=\"white-space:nowrap\">LA24355-2<a name=\"NumberDiseasedCoronarySegmentsCS-LA24355-2\"> </a></td><td>1 vessel and left main coronary artery</td></tr><tr><td style=\"white-space:nowrap\">LA24357-8<a name=\"NumberDiseasedCoronarySegmentsCS-LA24357-8\"> </a></td><td>2 vessels and left main coronary artery</td></tr><tr><td style=\"white-space:nowrap\">LA24359-4<a name=\"NumberDiseasedCoronarySegmentsCS-LA24359-4\"> </a></td><td>3 vessels and left main coronary artery</td></tr><tr><td style=\"white-space:nowrap\">LA13538-6<a name=\"NumberDiseasedCoronarySegmentsCS-LA13538-6\"> </a></td><td>Not tested</td></tr></table></div>"
] ; #
fhir:url [ fhir:v "https://centrocardiovascular.cl/CodeSystem/NumberDiseasedCoronarySegmentsCS"^^xsd:anyURI] ; #
fhir:version [ fhir:v "0.1.0"] ; #
fhir:name [ fhir:v "NumberDiseasedCoronarySegmentsCS"] ; #
fhir:title [ fhir:v "Número de vasos con problemas"] ; #
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 "Número de vasos con problemas"] ; #
fhir:caseSensitive [ fhir:v "true"^^xsd:boolean] ; #
fhir:content [ fhir:v "complete"] ; #
fhir:count [ fhir:v "9"^^xsd:nonNegativeInteger] ; #
fhir:concept ( [
fhir:code [ fhir:v "LA137-2" ] ;
fhir:display [ fhir:v "None" ]
] [
fhir:code [ fhir:v "LA24356-0" ] ;
fhir:display [ fhir:v "1 vessel without left main coronary artery" ]
] [
fhir:code [ fhir:v "LA24358-6" ] ;
fhir:display [ fhir:v "2 vessels without left main coronary artery" ]
] [
fhir:code [ fhir:v "LA24360-2" ] ;
fhir:display [ fhir:v "3 vessels without left main coronary artery" ]
] [
fhir:code [ fhir:v "LA24354-5" ] ;
fhir:display [ fhir:v "Left main coronary artery alone" ]
] [
fhir:code [ fhir:v "LA24355-2" ] ;
fhir:display [ fhir:v "1 vessel and left main coronary artery" ]
] [
fhir:code [ fhir:v "LA24357-8" ] ;
fhir:display [ fhir:v "2 vessels and left main coronary artery" ]
] [
fhir:code [ fhir:v "LA24359-4" ] ;
fhir:display [ fhir:v "3 vessels and left main coronary artery" ]
] [
fhir:code [ fhir:v "LA13538-6" ] ;
fhir:display [ fhir:v "Not tested" ]
] ) . #