Guías de Implementación FHIR | Ministerio de Salud
1.1.0-ballot - ci-build Costa Rica flag

Guías de Implementación FHIR | Ministerio de Salud - Local Development build (v1.1.0-ballot) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

: Classificación de dosis - TTL Representation

Active as of 2023-12-20

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 "dosis-cs"] ; # 
  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 dosis-cs</b></p><a name=\"dosis-cs\"> </a><a name=\"hcdosis-cs\"> </a><a name=\"dosis-cs-en-US\"> </a><p>This case-sensitive code system <code>https://ministeriodesalud.go.cr/fhir/CodeSystem/dosis-cs</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=\"dosis-cs-1\"> </a></td><td>I DOSIS</td></tr><tr><td style=\"white-space:nowrap\">2<a name=\"dosis-cs-2\"> </a></td><td>II DOSIS</td></tr><tr><td style=\"white-space:nowrap\">3<a name=\"dosis-cs-3\"> </a></td><td>III DOSIS</td></tr><tr><td style=\"white-space:nowrap\">4<a name=\"dosis-cs-4\"> </a></td><td>I REFUERZO</td></tr><tr><td style=\"white-space:nowrap\">5<a name=\"dosis-cs-5\"> </a></td><td>II REFUERZO</td></tr><tr><td style=\"white-space:nowrap\">6<a name=\"dosis-cs-6\"> </a></td><td>I ADICIONAL</td></tr><tr><td style=\"white-space:nowrap\">7<a name=\"dosis-cs-7\"> </a></td><td>II ADICIONAL</td></tr><tr><td style=\"white-space:nowrap\">8<a name=\"dosis-cs-8\"> </a></td><td>IV DOSIS</td></tr><tr><td style=\"white-space:nowrap\">10<a name=\"dosis-cs-10\"> </a></td><td>V DOSIS</td></tr><tr><td style=\"white-space:nowrap\">11<a name=\"dosis-cs-11\"> </a></td><td>VI DOSIS</td></tr><tr><td style=\"white-space:nowrap\">12<a name=\"dosis-cs-12\"> </a></td><td>VII DOSIS</td></tr><tr><td style=\"white-space:nowrap\">14<a name=\"dosis-cs-14\"> </a></td><td>DOSIS UNICA</td></tr></table></div>"
  ] ; # 
  fhir:url [ fhir:v "https://ministeriodesalud.go.cr/fhir/CodeSystem/dosis-cs"^^xsd:anyURI] ; # 
  fhir:version [ fhir:v "1.1.0-ballot"] ; # 
  fhir:name [ fhir:v "Dosis"] ; # 
  fhir:title [ fhir:v "Classificación de dosis"] ; # 
  fhir:status [ fhir:v "active"] ; # 
  fhir:experimental [ fhir:v "false"^^xsd:boolean] ; # 
  fhir:date [ fhir:v "2023-12-20T00:00:00-03:00"^^xsd:dateTime] ; # 
  fhir:publisher [ fhir:v "Ministerio de Salud de Costa Rica"] ; # 
  fhir:contact ( [
fhir:name [ fhir:v "Ministerio de Salud de Costa Rica" ] ;
    ( fhir:telecom [
fhir:system [ fhir:v "url" ] ;
fhir:value [ fhir:v "https://www.ministeriodesalud.go.cr/fhir" ]     ] )
  ] ) ; # 
  fhir:description [ fhir:v "Clasificación de dosis de vacunas"] ; # 
  fhir:jurisdiction ( [
    ( fhir:coding [
fhir:system [ fhir:v "urn:iso:std:iso:3166"^^xsd:anyURI ] ;
fhir:code [ fhir:v "CR" ] ;
fhir:display [ fhir:v "Costa Rica" ]     ] )
  ] ) ; # 
  fhir:caseSensitive [ fhir:v "true"^^xsd:boolean] ; # 
  fhir:content [ fhir:v "complete"] ; # 
  fhir:count [ fhir:v "12"^^xsd:nonNegativeInteger] ; # 
  fhir:concept ( [
fhir:code [ fhir:v "1" ] ;
fhir:display [ fhir:v "I DOSIS" ]
  ] [
fhir:code [ fhir:v "2" ] ;
fhir:display [ fhir:v "II DOSIS" ]
  ] [
fhir:code [ fhir:v "3" ] ;
fhir:display [ fhir:v "III DOSIS" ]
  ] [
fhir:code [ fhir:v "4" ] ;
fhir:display [ fhir:v "I REFUERZO" ]
  ] [
fhir:code [ fhir:v "5" ] ;
fhir:display [ fhir:v "II REFUERZO" ]
  ] [
fhir:code [ fhir:v "6" ] ;
fhir:display [ fhir:v "I ADICIONAL" ]
  ] [
fhir:code [ fhir:v "7" ] ;
fhir:display [ fhir:v "II ADICIONAL" ]
  ] [
fhir:code [ fhir:v "8" ] ;
fhir:display [ fhir:v "IV DOSIS" ]
  ] [
fhir:code [ fhir:v "10" ] ;
fhir:display [ fhir:v "V DOSIS" ]
  ] [
fhir:code [ fhir:v "11" ] ;
fhir:display [ fhir:v "VI DOSIS" ]
  ] [
fhir:code [ fhir:v "12" ] ;
fhir:display [ fhir:v "VII DOSIS" ]
  ] [
fhir:code [ fhir:v "14" ] ;
fhir:display [ fhir:v "DOSIS UNICA" ]
  ] ) . #