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
: Tipos de implantes. - TTL Representation
Raw ttl | Download
@prefix fhir: <http://hl7.org/fhir/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
# - resource -------------------------------------------------------------------
a fhir:ValueSet ;
fhir:nodeRole fhir:treeRoot ;
fhir:id [ fhir:v "ImplantTypeVS"] ; #
fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div [ fhir:v "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: ValueSet ImplantTypeVS</b></p><a name=\"ImplantTypeVS\"> </a><a name=\"hcImplantTypeVS\"> </a><ul><li>Include these codes as defined in <a href=\"http://www.snomed.org/\"><code>http://snomed.info/sct</code></a><span title=\"Version is not explicitly stated. No matching Code System found\"> version Not Stated (use latest from terminology server)</span><table class=\"none\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td></tr><tr><td><a href=\"http://snomed.info/id/262001002\">262001002</a></td><td>None Used</td></tr><tr><td><a href=\"http://snomed.info/id/261018001\">261018001</a></td><td>Mechanical</td></tr><tr><td><a href=\"http://snomed.info/id/12893009\">12893009</a></td><td>Biologic</td></tr><tr><td><a href=\"http://snomed.info/id/15879007\">15879007</a></td><td>Autograft</td></tr><tr><td><a href=\"http://snomed.info/id/256681002\">256681002</a></td><td>Allograft of skin</td></tr></table></li></ul></div>"^^rdf:XMLLiteral ]
] ; #
fhir:url [
fhir:v "https://centrocardiovascular.cl/ValueSet/ImplantTypeVS"^^xsd:anyURI ;
fhir:l <https://centrocardiovascular.cl/ValueSet/ImplantTypeVS>
] ; #
fhir:version [ fhir:v "0.1.0"] ; #
fhir:name [ fhir:v "ImplantTypeVS"] ; #
fhir:title [ fhir:v "Tipos de implantes."] ; #
fhir:status [ fhir:v "active"] ; #
fhir:experimental [ fhir:v false] ; #
fhir:date [ fhir:v "2023-01-15"^^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 "Tipos de implantes"] ; #
fhir:compose [
( fhir:include [
fhir:system [
fhir:v "http://snomed.info/sct"^^xsd:anyURI ;
fhir:l <http://snomed.info/sct> ] ;
( fhir:concept [
fhir:code [ fhir:v "262001002" ] ;
fhir:display [ fhir:v "None Used" ] ] [
fhir:code [ fhir:v "261018001" ] ;
fhir:display [ fhir:v "Mechanical" ] ] [
fhir:code [ fhir:v "12893009" ] ;
fhir:display [ fhir:v "Biologic" ] ] [
fhir:code [ fhir:v "15879007" ] ;
fhir:display [ fhir:v "Autograft" ] ] [
fhir:code [ fhir:v "256681002" ] ;
fhir:display [ fhir:v "Allograft of skin" ] ] ) ] )
] . #