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
: Infarto al miocardio más reciente - 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 "MostRecentMICS"] ; #
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 MostRecentMICS</b></p><a name=\"MostRecentMICS\"> </a><a name=\"hcMostRecentMICS\"> </a><a name=\"MostRecentMICS-en-US\"> </a><p>This case-sensitive code system <code>https://centrocardiovascular.cl/CodeSystem/MostRecentMICS</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\">No MI<a name=\"MostRecentMICS-NoMI\"> </a></td><td>Sin infartos al miocardio</td></tr><tr><td style=\"white-space:nowrap\">< 6 hours before operation<a name=\"MostRecentMICS-.606hoursbeforeoperation\"> </a></td><td>< 6 horas antes de la operación</td></tr><tr><td style=\"white-space:nowrap\">6-24 hours before operation<a name=\"MostRecentMICS-6-24hoursbeforeoperation\"> </a></td><td>6-24 horas antes de la operación</td></tr><tr><td style=\"white-space:nowrap\">1-7 days before operation<a name=\"MostRecentMICS-1-7daysbeforeoperation\"> </a></td><td>1-7 días antes de la operación</td></tr><tr><td style=\"white-space:nowrap\">8-21 days before operation<a name=\"MostRecentMICS-8-21daysbeforeoperation\"> </a></td><td>8-21 días antes de la operación</td></tr><tr><td style=\"white-space:nowrap\">22-90 days before operation<a name=\"MostRecentMICS-22-90daysbeforeoperation\"> </a></td><td>22-90 días antes de la operación</td></tr><tr><td style=\"white-space:nowrap\">>90 days before operation<a name=\"MostRecentMICS-.6290daysbeforeoperation\"> </a></td><td>>90 días antes de la operación</td></tr></table></div>"
] ; #
fhir:url [ fhir:v "https://centrocardiovascular.cl/CodeSystem/MostRecentMICS"^^xsd:anyURI] ; #
fhir:version [ fhir:v "0.1.0"] ; #
fhir:name [ fhir:v "MostRecentMICS"] ; #
fhir:title [ fhir:v "Infarto al miocardio más reciente"] ; #
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 describir cuándo fue el IM más reciente."] ; #
fhir:caseSensitive [ fhir:v "true"^^xsd:boolean] ; #
fhir:content [ fhir:v "complete"] ; #
fhir:count [ fhir:v "7"^^xsd:nonNegativeInteger] ; #
fhir:concept ( [
fhir:code [ fhir:v "No MI" ] ;
fhir:display [ fhir:v "Sin infartos al miocardio" ]
] [
fhir:code [ fhir:v "< 6 hours before operation" ] ;
fhir:display [ fhir:v "< 6 horas antes de la operación" ]
] [
fhir:code [ fhir:v "6-24 hours before operation" ] ;
fhir:display [ fhir:v "6-24 horas antes de la operación" ]
] [
fhir:code [ fhir:v "1-7 days before operation" ] ;
fhir:display [ fhir:v "1-7 días antes de la operación" ]
] [
fhir:code [ fhir:v "8-21 days before operation" ] ;
fhir:display [ fhir:v "8-21 días antes de la operación" ]
] [
fhir:code [ fhir:v "22-90 days before operation" ] ;
fhir:display [ fhir:v "22-90 días antes de la operación" ]
] [
fhir:code [ fhir:v ">90 days before operation" ] ;
fhir:display [ fhir:v ">90 días antes de la operación" ]
] ) . #