@prefix fhir: <http://hl7.org/fhir/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

# - resource -------------------------------------------------------------------

<https://emahealth.io/fhir/core/CodeSystem/ema-cs-extract-strategy> a fhir:CodeSystem ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:Resource.id [ fhir:value "ema-cs-extract-strategy"] ;
  fhir:DomainResource.text [
     fhir:Narrative.status [ fhir:value "generated" ] ;
     fhir:Narrative.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>"
  ] ;
  fhir:CodeSystem.url [ fhir:value "https://emahealth.io/fhir/core/CodeSystem/ema-cs-extract-strategy"] ;
  fhir:CodeSystem.version [ fhir:value "0.10.0"] ;
  fhir:CodeSystem.name [ fhir:value "EmaCsExtractStrategy"] ;
  fhir:CodeSystem.title [ fhir:value "EMA — Estrategia de extracción SDC"] ;
  fhir:CodeSystem.status [ fhir:value "active"] ;
  fhir:CodeSystem.experimental [ fhir:value "false"^^xsd:boolean] ;
  fhir:CodeSystem.date [ fhir:value "2026-08-31T21:14:26+00:00"^^xsd:dateTime] ;
  fhir:CodeSystem.publisher [ fhir:value "EMA Health SpA"] ;
  fhir:CodeSystem.contact [
     fhir:index 0 ;
     fhir:ContactDetail.name [ fhir:value "EMA Health SpA" ] ;
     fhir:ContactDetail.telecom [
       fhir:index 0 ;
       fhir:ContactPoint.system [ fhir:value "url" ] ;
       fhir:ContactPoint.value [ fhir:value "https://emahealth.io" ]
     ], [
       fhir:index 1 ;
       fhir:ContactPoint.system [ fhir:value "email" ] ;
       fhir:ContactPoint.value [ fhir:value "contacto@emahealth.io" ]
     ]
  ] ;
  fhir:CodeSystem.description [ fhir:value "Qué extractor procesa las respuestas de un Questionnaire."] ;
  fhir:CodeSystem.caseSensitive [ fhir:value "true"^^xsd:boolean] ;
  fhir:CodeSystem.content [ fhir:value "complete"] ;
  fhir:CodeSystem.count [ fhir:value "2"^^xsd:nonNegativeInteger] ;
  fhir:CodeSystem.concept [
     fhir:index 0 ;
     fhir:CodeSystem.concept.code [ fhir:value "structuremap" ] ;
     fhir:CodeSystem.concept.display [ fhir:value "StructureMap" ] ;
     fhir:CodeSystem.concept.definition [ fhir:value "Extracción SDC vía el StructureMap declarado en targetStructureMap." ]
  ], [
     fhir:index 1 ;
     fhir:CodeSystem.concept.code [ fhir:value "legacy" ] ;
     fhir:CodeSystem.concept.display [ fhir:value "Extractor propio" ] ;
     fhir:CodeSystem.concept.definition [ fhir:value "Extractor legado de la plataforma." ]
  ] .

# - ontology header ------------------------------------------------------------

<https://emahealth.io/fhir/core/CodeSystem/ema-cs-extract-strategy.ttl> a owl:Ontology ;
  owl:imports fhir:fhir.ttl .

# -------------------------------------------------------------------------------------

