Guía de Implementación cl core FHIR R4, (Versión Evolutiva)
2.0.0 - ci-build
Guía de Implementación cl core FHIR R4, (Versión Evolutiva), published by HL7 Chile. This guide is not an authorized publication; it is the continuous build for version 2.0.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/HL7Chile/clcore_ig/ and changes regularly. See the Directory of published versions
Active as of 2025-07-08 |
{
"resourceType" : "ValueSet",
"id" : "cl-core-tipo-reporte",
"language" : "es",
"text" : {
"status" : "generated",
"div" : "<div xml:lang=\"es\" xmlns=\"http://www.w3.org/1999/xhtml\" lang=\"es\"><p class=\"res-header-id\"><b>Generated Narrative: ConjuntoValores / ConjuntoDeValores cl-core-tipo-reporte</b></p><a name=\"cl-core-tipo-reporte\"> </a><a name=\"hccl-core-tipo-reporte\"> </a><div style=\"display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%\"><p style=\"margin-bottom: 0px\">Language: es</p></div><p>This value set includes codes based on the following rules:</p><ul><li>Include codes from<a href=\"http://loinc.org\"><code>http://loinc.org</code></a> where CLASSTYPE = Laboratory class</li><li>Include codes from<a href=\"http://loinc.org\"><code>http://loinc.org</code></a> where CLASSTYPE = Radiology class</li></ul></div>"
},
"url" : "https://hl7chile.cl/fhir/ig/clcore/ValueSet/cl-core-tipo-reporte",
"version" : "2.0.0",
"name" : "VsTipoReporteCL",
"title" : "Set de Valores de Tipo de Reporte",
"status" : "active",
"experimental" : false,
"date" : "2025-07-08T00:00:00-03:00",
"publisher" : "HL7 Chile",
"contact" : [
{
"name" : "HL7 Chile",
"telecom" : [
{
"system" : "url",
"value" : "http://hl7chile.cl"
},
{
"system" : "email",
"value" : "chair@hl7chile.cl"
}
]
}
],
"description" : "Este conjunto de valores define los tipos de reporte que pueden ser generados por el sistema de interoperabilidad del MINSAL, basado en el estándar LOINC.",
"jurisdiction" : [
{
"coding" : [
{
"system" : "urn:iso:std:iso:3166",
"code" : "CL",
"display" : "Chile"
}
]
}
],
"copyright" : "This material contains content from LOINC (http://loinc.org). LOINC is copyright © 1995-2020, Regenstrief Institute, Inc. and the Logical Observation Identifiers Names and Codes (LOINC) Committee and is available at no cost under the license at http://loinc.org/license. LOINC® is a registered United States trademark of Regenstrief Institute, Inc",
"compose" : {
"include" : [
{
"system" : "http://loinc.org",
"filter" : [
{
"property" : "CLASSTYPE",
"op" : "=",
"value" : "Laboratory class"
}
]
},
{
"system" : "http://loinc.org",
"filter" : [
{
"property" : "CLASSTYPE",
"op" : "=",
"value" : "Radiology class"
}
]
}
]
}
}