Interoperabilidad de Historia Clínica - PERÚ (versión en desarrollo)
0.1 - ci-build Peru flag

Interoperabilidad de Historia Clínica - PERÚ (versión en desarrollo) - Local Development build (v0.1) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

: Instituciones Prestadoras de Servicios de Salud IPRESS CS - TTL Representation

Active as of 2023-05-01

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 "IPRESSCS"] ; # 
  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 IPRESSCS</b></p><a name=\"IPRESSCS\"> </a><a name=\"hcIPRESSCS\"> </a><a name=\"IPRESSCS-es-PE\"> </a><p><b>Properties</b></p><p><b>This code system defines the following properties for its concepts</b></p><table class=\"grid\"><tr><td><b>Name</b></td><td><b>Code</b></td><td><b>Type</b></td><td><b>Description</b></td></tr><tr><td>clasificacion</td><td>clasificacion</td><td>string</td><td>Utilizado para la clasificacion del establecimiento</td></tr><tr><td>tipo</td><td>tipo</td><td>string</td><td>tipo de establecimiento</td></tr></table><p><b>Concepts</b></p><p>This  code system <code>https://www.gob.pe/minsa/RENHICE/fhir/CodeSystem/IPRESSCS</code> defines the following code:</p><table class=\"codes\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td><td><b>Definition</b></td><td><b>clasificacion</b></td><td><b>tipo</b></td></tr><tr><td style=\"white-space:nowrap\">00031361<a name=\"IPRESSCS-00031361\"> </a></td><td>ESTETICA DENTAL SONRIE</td><td>ESTETICA DENTAL SONRIE</td><td>CONSULTORIOS MEDICOS Y DE OTROS PROFESIONALES DE LA SALUD</td><td>ESTABLECIMIENTO DE SALUD SIN INTERNAMIENTO</td></tr></table></div>"
  ] ; # 
  fhir:url [ fhir:v "https://www.gob.pe/minsa/RENHICE/fhir/CodeSystem/IPRESSCS"^^xsd:anyURI] ; # 
  fhir:version [ fhir:v "0.1"] ; # 
  fhir:name [ fhir:v "IPRESSCS"] ; # 
  fhir:title [ fhir:v "Instituciones Prestadoras de Servicios de Salud IPRESS CS"] ; # 
  fhir:status [ fhir:v "active"] ; # 
  fhir:experimental [ fhir:v "false"^^xsd:boolean] ; # 
  fhir:date [ fhir:v "2023-05-01"^^xsd:date] ; # 
  fhir:publisher [ fhir:v "MSP PERÚ"] ; # 
  fhir:contact ( [
fhir:name [ fhir:v "MSP PERÚ" ] ;
    ( fhir:telecom [
fhir:system [ fhir:v "url" ] ;
fhir:value [ fhir:v "https://www.gob.pe/minsa" ]     ] )
  ] ) ; # 
  fhir:description [ fhir:v "Instituciones Prestadoras de Servicios de Salud IPRESS CS"] ; # 
  fhir:jurisdiction ( [
    ( fhir:coding [
fhir:system [ fhir:v "urn:iso:std:iso:3166"^^xsd:anyURI ] ;
fhir:code [ fhir:v "PE" ]     ] )
  ] ) ; # 
  fhir:content [ fhir:v "complete"] ; # 
  fhir:count [ fhir:v "1"^^xsd:nonNegativeInteger] ; # 
  fhir:property ( [
fhir:code [ fhir:v "clasificacion" ] ;
fhir:description [ fhir:v "Utilizado para la clasificacion del establecimiento" ] ;
fhir:type [ fhir:v "string" ]
  ] [
fhir:code [ fhir:v "tipo" ] ;
fhir:description [ fhir:v "tipo de establecimiento" ] ;
fhir:type [ fhir:v "string" ]
  ] ) ; # 
  fhir:concept ( [
fhir:code [ fhir:v "00031361" ] ;
fhir:display [ fhir:v "ESTETICA DENTAL SONRIE" ] ;
fhir:definition [ fhir:v "ESTETICA DENTAL SONRIE" ] ;
    ( fhir:property [
fhir:code [ fhir:v "clasificacion" ] ;
fhir:value [ fhir:v "CONSULTORIOS MEDICOS Y DE OTROS PROFESIONALES DE LA SALUD" ]     ] [
fhir:code [ fhir:v "tipo" ] ;
fhir:value [ fhir:v "ESTABLECIMIENTO DE SALUD SIN INTERNAMIENTO" ]     ] )
  ] ) . #