Guía de Implementación Vigilancia ESAVI
0.1.0 - ci-build International flag

Guía de Implementación Vigilancia ESAVI, published by CENS. 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/cens-chile/OPS-Esavi-IG/ and changes regularly. See the Directory of published versions

: Cargos - TTL Representation

Active as of 2025-07-23

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:CodeSystem ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "CargoCS"] ; # 
  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 CargoCS</b></p><a name=\"CargoCS\"> </a><a name=\"hcCargoCS\"> </a><p>This  code system <code>https://paho.org/fhir/ops-esavi/CodeSystem/CargoCS</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\">1<a name=\"CargoCS-1\"> </a></td><td>Médico</td></tr><tr><td style=\"white-space:nowrap\">2<a name=\"CargoCS-2\"> </a></td><td>Enfermero</td></tr><tr><td style=\"white-space:nowrap\">3<a name=\"CargoCS-3\"> </a></td><td>Farmacéutico</td></tr><tr><td style=\"white-space:nowrap\">4<a name=\"CargoCS-4\"> </a></td><td>Técnico</td></tr><tr><td style=\"white-space:nowrap\">5<a name=\"CargoCS-5\"> </a></td><td>Abogado</td></tr><tr><td style=\"white-space:nowrap\">0<a name=\"CargoCS-0\"> </a></td><td>Otro</td></tr></table></div>"^^rdf:XMLLiteral
  ] ; # 
  fhir:url [ fhir:v "https://paho.org/fhir/ops-esavi/CodeSystem/CargoCS"^^xsd:anyURI] ; # 
  fhir:version [ fhir:v "0.1.0"] ; # 
  fhir:name [ fhir:v "CargoCS"] ; # 
  fhir:title [ fhir:v "Cargos"] ; # 
  fhir:status [ fhir:v "active"] ; # 
  fhir:date [ fhir:v "2025-07-23T20:21:09+00:00"^^xsd:dateTime] ; # 
  fhir:publisher [ fhir:v "CENS"] ; # 
  fhir:contact ( [
fhir:name [ fhir:v "CENS" ] ;
    ( fhir:telecom [
fhir:system [ fhir:v "url" ] ;
fhir:value [ fhir:v "https://www.cens.cl" ]     ] )
  ] ) ; # 
  fhir:description [ fhir:v "Cargos dentro de una organizacion"] ; # 
  fhir:jurisdiction ( [
    ( fhir:coding [
fhir:system [ fhir:v "http://unstats.un.org/unsd/methods/m49/m49.htm"^^xsd:anyURI ] ;
fhir:code [ fhir:v "001" ]     ] )
  ] ) ; # 
  fhir:content [ fhir:v "complete"] ; # 
  fhir:count [ fhir:v "6"^^xsd:nonNegativeInteger] ; # 
  fhir:concept ( [
fhir:code [ fhir:v "1" ] ;
fhir:display [ fhir:v "Médico" ]
  ] [
fhir:code [ fhir:v "2" ] ;
fhir:display [ fhir:v "Enfermero" ]
  ] [
fhir:code [ fhir:v "3" ] ;
fhir:display [ fhir:v "Farmacéutico" ]
  ] [
fhir:code [ fhir:v "4" ] ;
fhir:display [ fhir:v "Técnico" ]
  ] [
fhir:code [ fhir:v "5" ] ;
fhir:display [ fhir:v "Abogado" ]
  ] [
fhir:code [ fhir:v "0" ] ;
fhir:display [ fhir:v "Otro" ]
  ] ) . #