EMA Clinical Implementation Guide
0.1.0 - ci-build
EMA Clinical Implementation Guide - Local Development build (v0.1.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions
| Active as of 2026-03-15 |
@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:PlanDefinition ;
fhir:nodeRole fhir:treeRoot ;
fhir:id [ fhir:v "EjemploEmaPlanDefinition"] ; #
fhir:meta [
( fhir:profile [
fhir:v "https://emahealth.io/fhir/clinical/StructureDefinition/ema-plan-definition"^^xsd:anyURI ;
fhir:l <https://emahealth.io/fhir/clinical/StructureDefinition/ema-plan-definition> ] )
] ; #
fhir:text [
fhir:status [ fhir:v "extensions" ] ;
fhir:div [ fhir:v "<div xmlns=\"http://www.w3.org/1999/xhtml\">\n<div>\n <table class=\"grid dict\">\n \n <tr>\n <th scope=\"row\"><b>Id: </b></th>\n <td style=\"padding-left: 4px;\">EjemploEmaPlanDefinition</td>\n </tr>\n \n\n \n <tr>\n <th scope=\"row\"><b>Url: </b></th>\n <td style=\"padding-left: 4px;\"><a href=\"PlanDefinition-EjemploEmaPlanDefinition.html\">Protocolo de control de diabetes mellitus tipo 2</a></td>\n </tr>\n \n\n \n <tr>\n <th scope=\"row\"><b>Version: </b></th>\n <td style=\"padding-left: 4px;\">0.1.0</td>\n </tr>\n \n\n \n\n \n <tr>\n <th scope=\"row\"><b>Title: </b></th>\n <td style=\"padding-left: 4px;\">Protocolo de control de diabetes mellitus tipo 2</td>\n </tr>\n \n\n \n\n \n\n \n\n \n <tr>\n <th scope=\"row\"><b>Type: </b></th>\n <td style=\"padding-left: 4px;\">\n \n \n \n <p style=\"margin-bottom: 5px;\">\n <b>system: </b> <span><a href=\"http://terminology.hl7.org/7.1.0/CodeSystem-plan-definition-type.html\">http://terminology.hl7.org/CodeSystem/plan-definition-type</a></span>\n </p>\n \n \n <p style=\"margin-bottom: 5px;\">\n <b>code: </b> <span>clinical-protocol</span>\n </p>\n \n \n \n \n \n </td>\n </tr>\n \n\n \n\n \n <tr>\n <th scope=\"row\"><b>Date: </b></th>\n <td style=\"padding-left: 4px;\">2026-03-15 22:34:07+0000</td>\n </tr>\n \n\n \n <tr>\n <th scope=\"row\"><b>Publisher: </b></th>\n <td style=\"padding-left: 4px;\">EMA Health SpA</td>\n </tr>\n \n\n \n\n \n\n \n\n \n\n \n <tr>\n <th scope=\"row\"><b>Jurisdiction: </b></th>\n <td style=\"padding-left: 4px;\">CL</td>\n </tr>\n \n\n \n\n \n\n \n\n \n\n \n\n \n\n \n\n \n\n \n <tr>\n <th scope=\"row\"><b>Actions: </b></th>\n <td style=\"padding-left: 4px;\">\n <table class=\"grid-dict\">\n \n <tr>\n <td>\n \n <b> Control de glicemia en ayunas:</b> \n \n <br/>\n \n \n <b>If:</b>\n \n <i>Applicability:</i>\n \n <i>(Condition.code.coding.where(system='http://snomed.info/sct' and code='44054006').exists())</i>\n <br/>\n \n \n \n \n \n </td>\n </tr>\n \n <tr>\n <td>\n \n <b> Solicitar hemoglobina glicosilada trimestral:</b> \n \n <br/>\n \n \n \n \n \n </td>\n </tr>\n \n <tr>\n <td>\n \n <b> Control de presión arterial:</b> \n \n <br/>\n \n \n \n \n \n </td>\n </tr>\n \n <tr>\n <td>\n \n <b> Evaluación de función renal anual:</b> \n \n <br/>\n \n \n \n \n \n </td>\n </tr>\n \n </table>\n </td>\n </tr>\n \n </table>\n</div>\n</div>"^^rdf:XMLLiteral ]
] ; #
fhir:url [
fhir:v "https://emahealth.io/fhir/clinical/PlanDefinition/EjemploEmaPlanDefinition"^^xsd:anyURI ;
fhir:l <https://emahealth.io/fhir/clinical/PlanDefinition/EjemploEmaPlanDefinition>
] ; #
fhir:version [ fhir:v "0.1.0"] ; #
fhir:name [ fhir:v "ProtocoloControlDiabetico"] ; #
fhir:title [ fhir:v "Protocolo de control de diabetes mellitus tipo 2"] ; #
fhir:type [
( fhir:coding [
fhir:system [
fhir:v "http://terminology.hl7.org/CodeSystem/plan-definition-type"^^xsd:anyURI ;
fhir:l <http://terminology.hl7.org/CodeSystem/plan-definition-type> ] ;
fhir:code [ fhir:v "clinical-protocol" ] ] )
] ; #
fhir:status [ fhir:v "active"] ; #
fhir:date [ fhir:v "2026-03-15T22:34:07+00:00"^^xsd:dateTime] ; #
fhir:publisher [ fhir:v "EMA Health SpA"] ; #
fhir:contact ( [
fhir:name [ fhir:v "EMA Health SpA" ] ;
( fhir:telecom [
fhir:system [ fhir:v "url" ] ;
fhir:value [ fhir:v "https://emahealth.io" ] ] )
] ) ; #
fhir:jurisdiction ( [
( fhir:coding [
fhir:system [
fhir:v "urn:iso:std:iso:3166"^^xsd:anyURI ;
fhir:l <urn:iso:std:iso:3166> ] ;
fhir:code [ fhir:v "CL" ] ;
fhir:display [ fhir:v "Chile" ] ] )
] ) ; #
fhir:action ( [
fhir:title [ fhir:v "Control de glicemia en ayunas" ] ;
( fhir:condition [
fhir:kind [ fhir:v "applicability" ] ;
fhir:expression [
fhir:language [ fhir:v "text/fhirpath" ] ;
fhir:expression [ fhir:v "Condition.code.coding.where(system='http://snomed.info/sct' and code='44054006').exists()" ] ] ] )
] [
fhir:title [ fhir:v "Solicitar hemoglobina glicosilada trimestral" ]
] [
fhir:title [ fhir:v "Control de presión arterial" ]
] [
fhir:title [ fhir:v "Evaluación de función renal anual" ]
] ) . #
IG © 2026+ EMA Health SpA. Package ema.fhir.cl.clinical#0.1.0 based on FHIR 4.0.1. Generated 2026-03-15
Links: Table of Contents |
QA Report
EMA
>>>
Health
· ig.emahealth.io