🌐 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
| Active as of 2026-08-31 |
{
"resourceType" : "CodeSystem",
"id" : "ema-cs-extract-strategy",
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: CodeSystem ema-cs-extract-strategy</b></p><a name=\"ema-cs-extract-strategy\"> </a><a name=\"hcema-cs-extract-strategy\"> </a><p>This case-sensitive code system <code>https://emahealth.io/fhir/core/CodeSystem/ema-cs-extract-strategy</code> defines the following codes:</p><table class=\"codes\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td><td><b>Definition</b></td></tr><tr><td style=\"white-space:nowrap\">structuremap<a name=\"ema-cs-extract-strategy-structuremap\"> </a></td><td>StructureMap</td><td>Extracción SDC vía el StructureMap declarado en targetStructureMap.</td></tr><tr><td style=\"white-space:nowrap\">legacy<a name=\"ema-cs-extract-strategy-legacy\"> </a></td><td>Extractor propio</td><td>Extractor legado de la plataforma.</td></tr></table></div>"
},
"url" : "https://emahealth.io/fhir/core/CodeSystem/ema-cs-extract-strategy",
"version" : "0.10.0",
"name" : "EmaCsExtractStrategy",
"title" : "EMA — Estrategia de extracción SDC",
"status" : "active",
"experimental" : false,
"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"
}
]
}
],
"description" : "Qué extractor procesa las respuestas de un Questionnaire.",
"caseSensitive" : true,
"content" : "complete",
"count" : 2,
"concept" : [
{
"code" : "structuremap",
"display" : "StructureMap",
"definition" : "Extracción SDC vía el StructureMap declarado en targetStructureMap."
},
{
"code" : "legacy",
"display" : "Extractor propio",
"definition" : "Extractor legado de la plataforma."
}
]
}