Resumen Clínico de Pacientes Embarazadas Chile
0.1.0 - ci-build Chile flag

Resumen Clínico de Pacientes Embarazadas Chile, published by HL7 Chile. 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/HL7Chile-BiomedicaUv/IPS-Embarazo/ and changes regularly. See the Directory of published versions

: Códigos sobre si la paciente presenta o no el antecedente u otro. - TTL Representation

Active as of 2024-10-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 "CSOtrosDatos"] ; # 
  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 CSOtrosDatos</b></p><a name=\"CSOtrosDatos\"> </a><a name=\"hcCSOtrosDatos\"> </a><a name=\"CSOtrosDatos-es-CL\"> </a><p>This case-sensitive code system <code>https://hl7chile.cl/fhir/ig/clembarazos/CodeSystem/CSOtrosDatos</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\">NI<a name=\"CSOtrosDatos-NI\"> </a></td><td>Ninguno</td></tr><tr><td style=\"white-space:nowrap\">NE<a name=\"CSOtrosDatos-NE\"> </a></td><td>No especifica</td></tr><tr><td style=\"white-space:nowrap\">OT<a name=\"CSOtrosDatos-OT\"> </a></td><td>Otro</td></tr></table></div>"
  ] ; # 
  fhir:url [ fhir:v "https://hl7chile.cl/fhir/ig/clembarazos/CodeSystem/CSOtrosDatos"^^xsd:anyURI] ; # 
  fhir:version [ fhir:v "0.1.0"] ; # 
  fhir:name [ fhir:v "CSOtrosDatos"] ; # 
  fhir:title [ fhir:v "Códigos sobre si la paciente presenta o no el antecedente u otro."] ; # 
  fhir:status [ fhir:v "active"] ; # 
  fhir:experimental [ fhir:v "false"^^xsd:boolean] ; # 
  fhir:date [ fhir:v "2024-10-20T00:00:00-03:00"^^xsd:dateTime] ; # 
  fhir:publisher [ fhir:v "HL7 Chile"] ; # 
  fhir:contact ( [
fhir:name [ fhir:v "HL7 Chile" ] ;
    ( fhir:telecom [
fhir:system [ fhir:v "url" ] ;
fhir:value [ fhir:v "http://hl7chile.cl" ]     ] )
  ] ) ; # 
  fhir:description [ fhir:v "Códigos sobre si la paciente no presenta el antecedente o resultados, si no se especifica u otro."] ; # 
  fhir:jurisdiction ( [
    ( fhir:coding [
fhir:system [ fhir:v "urn:iso:std:iso:3166"^^xsd:anyURI ] ;
fhir:code [ fhir:v "CL" ] ;
fhir:display [ fhir:v "Chile" ]     ] )
  ] ) ; # 
  fhir:caseSensitive [ fhir:v "true"^^xsd:boolean] ; # 
  fhir:content [ fhir:v "complete"] ; # 
  fhir:count [ fhir:v "3"^^xsd:nonNegativeInteger] ; # 
  fhir:concept ( [
fhir:code [ fhir:v "NI" ] ;
fhir:display [ fhir:v "Ninguno" ]
  ] [
fhir:code [ fhir:v "NE" ] ;
fhir:display [ fhir:v "No especifica" ]
  ] [
fhir:code [ fhir:v "OT" ] ;
fhir:display [ fhir:v "Otro" ]
  ] ) . #