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 |
{
"resourceType" : "PlanDefinition",
"id" : "EjemploEmaPlanDefinition",
"meta" : {
"profile" : [
🔗 "https://emahealth.io/fhir/clinical/StructureDefinition/ema-plan-definition"
]
},
"text" : {
"status" : "extensions",
"div" : "<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>"
},
"url" : "https://emahealth.io/fhir/clinical/PlanDefinition/EjemploEmaPlanDefinition",
"version" : "0.1.0",
"name" : "ProtocoloControlDiabetico",
"title" : "Protocolo de control de diabetes mellitus tipo 2",
"type" : {
"coding" : [
{
"system" : "http://terminology.hl7.org/CodeSystem/plan-definition-type",
"code" : "clinical-protocol"
}
]
},
"status" : "active",
"date" : "2026-03-15T22:34:07+00:00",
"publisher" : "EMA Health SpA",
"contact" : [
{
"name" : "EMA Health SpA",
"telecom" : [
{
"system" : "url",
"value" : "https://emahealth.io"
}
]
}
],
"jurisdiction" : [
{
"coding" : [
{
"system" : "urn:iso:std:iso:3166",
"code" : "CL",
"display" : "Chile"
}
]
}
],
"action" : [
{
"title" : "Control de glicemia en ayunas",
"condition" : [
{
"kind" : "applicability",
"expression" : {
"language" : "text/fhirpath",
"expression" : "Condition.code.coding.where(system='http://snomed.info/sct' and code='44054006').exists()"
}
}
]
},
{
"title" : "Solicitar hemoglobina glicosilada trimestral"
},
{
"title" : "Control de presión arterial"
},
{
"title" : "Evaluación de función renal anual"
}
]
}