🌐 EMA Health Core Implementation Guide
0.10.0 - ci-build

🌐 EMA Health Core Implementation Guide - Local Development build (v0.10.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

: Ejemplo Pedible clínico — consulta de control - JSON Representation

Active as of 2026-08-31

Raw json | Download

{
  "resourceType" : "ActivityDefinition",
  "id" : "EjemploEmaClinicOrderable",
  "meta" : {
    "profile" : [
      🔗 "https://emahealth.io/fhir/core/StructureDefinition/ema-clinic-orderable"
    ]
  },
  "text" : {
    "status" : "extensions",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\">\n<div>\n    <table class=\"grid dict\">\n\n        \n        <tr>\n            <th scope=\"row\"><b>Title: </b></th>\n            <td style=\"padding-left: 4px;\">Consulta de control — medicina interna</td>\n        </tr>\n        \n\n        \n        <tr>\n            <th scope=\"row\"><b>Id: </b></th>\n            <td style=\"padding-left: 4px;\">EjemploEmaClinicOrderable</td>\n        </tr>\n        \n\n        \n        <tr>\n            <th scope=\"row\"><b>Version: </b></th>\n            <td style=\"padding-left: 4px;\">0.10.0</td>\n        </tr>\n        \n\n        \n        <tr>\n            <th scope=\"row\">\n                <b>\n                    \n                        \n                    \n                </b>\n            </th>\n            <td style=\"padding-left: 4px;\">\n                \n                <p style=\"margin-bottom: 5px;\">\n                    <span>CLI-CONS-CTRL</span>\n                </p>\n                \n            </td>\n        </tr>\n        \n\n        \n\n        \n\n        \n\n        \n        <tr>\n            <th scope=\"row\"><b>Date (date last changed): </b></th>\n            <td style=\"padding-left: 4px;\">2026-08-31 21:14:26+0000</td>\n        </tr>\n        \n\n        \n\n        \n        <tr>\n            <th scope=\"row\"><b>Publisher (steward): </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\n        \n        <tr>\n            <th scope=\"row\"><b>Use Context: </b></th>\n            <td style=\"padding-left: 4px;\">\n                <table class=\"grid-dict\">\n                    <tr>\n                        <th><b>code</b></th>\n                        <th><b>value</b></th>\n                    </tr>\n                    \n                        <tr>\n                            <td>domain</td>\n                            <td/>\n                        </tr>\n                    \n                </table>\n            </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>Code: </b></th>\n            <td style=\"padding-left: 4px;\">\n                \n                    \n                        \n                            <p><b>system: </b><span><a href=\"https://browser.ihtsdotools.org/\">http://snomed.info/sct</a></span></p>\n                        \n                        \n                            <p><b>code: </b><span>185349003</span></p>\n                        \n                        \n                            <p><b>display: </b><span>Encounter for check up</span></p>\n                        \n                    \n                \n                \n            </td>\n        </tr>\n        \n\n        \n\n        \n\n        \n\n        \n\n        \n\n        \n\n        \n\n        \n\n        \n\n        \n\n        \n\n        \n\n        \n    </table>\n</div>\n</div>"
  },
  "extension" : [
    {
      "url" : "https://emahealth.io/fhir/core/StructureDefinition/ema-catalog-archetype",
      "valueCode" : "simple"
    }
  ],
  "url" : "https://emahealth.io/fhir/core/ActivityDefinition/EjemploEmaClinicOrderable",
  "identifier" : [
    {
      "system" : "https://tenant-ejemplo.emahealth.io/fhir/CodeSystem/catalog",
      "value" : "CLI-CONS-CTRL"
    }
  ],
  "version" : "0.10.0",
  "name" : "ConsultaControlMedicina",
  "title" : "Consulta de control — medicina interna",
  "status" : "active",
  "date" : "2026-08-31T21:14:26+00:00",
  "publisher" : "EMA Health SpA",
  "contact" : [
    {
      "name" : "EMA Health SpA",
      "telecom" : [
        {
          "system" : "url",
          "value" : "https://emahealth.io"
        },
        {
          "system" : "email",
          "value" : "contacto@emahealth.io"
        }
      ]
    }
  ],
  "useContext" : [
    {
      "code" : {
        "system" : "urn:ema:context",
        "code" : "domain"
      },
      "valueCodeableConcept" : {
        "coding" : [
          {
            "system" : "urn:ema:domain",
            "code" : "clinic"
          }
        ]
      }
    }
  ],
  "code" : {
    "coding" : [
      {
        "system" : "http://snomed.info/sct",
        "code" : "185349003",
        "display" : "Encounter for check up"
      }
    ]
  }
}