Interoperabilidad de Historia Clínica - Colombia
0.4.2 - ci-build Colombia flag

Interoperabilidad de Historia Clínica - Colombia - Local Development build (v0.4.2). See the Directory of published versions

: Tipo Alergia - TTL Representation

Draft as of 2023-10-31

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 "AlergiasCS"] ; # 
  fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p>This code system <code>https://www.minsalud.gov.co/ihc/fhir/CodeSystem/AlergiasCS</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\">01<a name=\"AlergiasCS-01\"> </a></td><td>Medicamento</td></tr><tr><td style=\"white-space:nowrap\">02<a name=\"AlergiasCS-02\"> </a></td><td>Alimento</td></tr><tr><td style=\"white-space:nowrap\">03<a name=\"AlergiasCS-03\"> </a></td><td>Sustancia del ambiente</td></tr><tr><td style=\"white-space:nowrap\">04<a name=\"AlergiasCS-04\"> </a></td><td>Sustancia que entran en contacto con la piel</td></tr><tr><td style=\"white-space:nowrap\">05<a name=\"AlergiasCS-05\"> </a></td><td>Picadura de insectos</td></tr><tr><td style=\"white-space:nowrap\">06<a name=\"AlergiasCS-06\"> </a></td><td>Otra</td></tr></table></div>"
  ] ; # 
  fhir:url [ fhir:v "https://www.minsalud.gov.co/ihc/fhir/CodeSystem/AlergiasCS"^^xsd:anyURI] ; # 
  fhir:version [ fhir:v "0.4.2"] ; # 
  fhir:name [ fhir:v "AlergiasCS"] ; # 
  fhir:title [ fhir:v "Tipo Alergia"] ; # 
  fhir:status [ fhir:v "draft"] ; # 
  fhir:date [ fhir:v "2023-10-31T00:38:42-03:00"^^xsd:dateTime] ; # 
  fhir:publisher [ fhir:v "MSP Colombia"] ; # 
  fhir:contact ( [
fhir:name [ fhir:v "MSP Colombia" ] ;
    ( fhir:telecom [
fhir:system [ fhir:v "url" ] ;
fhir:value [ fhir:v "https://www.minsalud.gov.co/" ]     ] )
  ] ) ; # 
  fhir:description [ fhir:v "Antecedente de Alergia"] ; # 
  fhir:jurisdiction ( [
    ( fhir:coding [
fhir:system [ fhir:v "urn:iso:std:iso:3166"^^xsd:anyURI ] ;
fhir:code [ fhir:v "CO" ] ;
fhir:display [ fhir:v "Colombia" ]     ] )
  ] ) ; # 
  fhir:content [ fhir:v "complete"] ; # 
  fhir:count [ fhir:v "6"^^xsd:nonNegativeInteger] ; # 
  fhir:concept ( [
fhir:code [ fhir:v "01" ] ;
fhir:display [ fhir:v "Medicamento" ]
  ] [
fhir:code [ fhir:v "02" ] ;
fhir:display [ fhir:v "Alimento" ]
  ] [
fhir:code [ fhir:v "03" ] ;
fhir:display [ fhir:v "Sustancia del ambiente" ]
  ] [
fhir:code [ fhir:v "04" ] ;
fhir:display [ fhir:v "Sustancia que entran en contacto con la piel" ]
  ] [
fhir:code [ fhir:v "05" ] ;
fhir:display [ fhir:v "Picadura de insectos" ]
  ] [
fhir:code [ fhir:v "06" ] ;
fhir:display [ fhir:v "Otra" ]
  ] ) . #