@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-lab-specimen-type> a fhir:CodeSystem ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:Resource.id [ fhir:value "ema-cs-lab-specimen-type"] ;
  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-lab-specimen-type</b></p><a name=\"ema-cs-lab-specimen-type\"> </a><a name=\"hcema-cs-lab-specimen-type\"> </a><p>This case-sensitive code system <code>https://emahealth.io/fhir/core/CodeSystem/ema-cs-lab-specimen-type</code> defines the following codes:</p><table class=\"codes\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td></tr><tr><td style=\"white-space:nowrap\">119297000<a name=\"ema-cs-lab-specimen-type-119297000\"> </a></td><td>Muestra de sangre</td></tr><tr><td style=\"white-space:nowrap\">122575003<a name=\"ema-cs-lab-specimen-type-122575003\"> </a></td><td>Muestra de orina</td></tr><tr><td style=\"white-space:nowrap\">119376003<a name=\"ema-cs-lab-specimen-type-119376003\"> </a></td><td>Muestra de tejido</td></tr><tr><td style=\"white-space:nowrap\">119342007<a name=\"ema-cs-lab-specimen-type-119342007\"> </a></td><td>Muestra de saliva</td></tr><tr><td style=\"white-space:nowrap\">119339001<a name=\"ema-cs-lab-specimen-type-119339001\"> </a></td><td>Muestra de heces</td></tr><tr><td style=\"white-space:nowrap\">258450006<a name=\"ema-cs-lab-specimen-type-258450006\"> </a></td><td>Muestra de líquido cefalorraquídeo</td></tr><tr><td style=\"white-space:nowrap\">119334006<a name=\"ema-cs-lab-specimen-type-119334006\"> </a></td><td>Muestra de esputo</td></tr><tr><td style=\"white-space:nowrap\">257261003<a name=\"ema-cs-lab-specimen-type-257261003\"> </a></td><td>Hisopado</td></tr></table></div>"
  ] ;
  fhir:CodeSystem.url [ fhir:value "https://emahealth.io/fhir/core/CodeSystem/ema-cs-lab-specimen-type"] ;
  fhir:CodeSystem.version [ fhir:value "0.2.0"] ;
  fhir:CodeSystem.name [ fhir:value "EmaCsLabSpecimenType"] ;
  fhir:CodeSystem.title [ fhir:value "EMA — Tipo de muestra"] ;
  fhir:CodeSystem.status [ fhir:value "active"] ;
  fhir:CodeSystem.experimental [ fhir:value "false"^^xsd:boolean] ;
  fhir:CodeSystem.date [ fhir:value "2026-07-19T18:14:29+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 "CodeSystem neutro de tipos de muestra biológica (códigos SNOMED CT). Semilla\nbase que se materializa por tenant como punto de partida (Opción B)."] ;
  fhir:CodeSystem.caseSensitive [ fhir:value "true"^^xsd:boolean] ;
  fhir:CodeSystem.content [ fhir:value "complete"] ;
  fhir:CodeSystem.count [ fhir:value "8"^^xsd:nonNegativeInteger] ;
  fhir:CodeSystem.concept [
     fhir:index 0 ;
     fhir:CodeSystem.concept.code [ fhir:value "119297000" ] ;
     fhir:CodeSystem.concept.display [ fhir:value "Muestra de sangre" ]
  ], [
     fhir:index 1 ;
     fhir:CodeSystem.concept.code [ fhir:value "122575003" ] ;
     fhir:CodeSystem.concept.display [ fhir:value "Muestra de orina" ]
  ], [
     fhir:index 2 ;
     fhir:CodeSystem.concept.code [ fhir:value "119376003" ] ;
     fhir:CodeSystem.concept.display [ fhir:value "Muestra de tejido" ]
  ], [
     fhir:index 3 ;
     fhir:CodeSystem.concept.code [ fhir:value "119342007" ] ;
     fhir:CodeSystem.concept.display [ fhir:value "Muestra de saliva" ]
  ], [
     fhir:index 4 ;
     fhir:CodeSystem.concept.code [ fhir:value "119339001" ] ;
     fhir:CodeSystem.concept.display [ fhir:value "Muestra de heces" ]
  ], [
     fhir:index 5 ;
     fhir:CodeSystem.concept.code [ fhir:value "258450006" ] ;
     fhir:CodeSystem.concept.display [ fhir:value "Muestra de líquido cefalorraquídeo" ]
  ], [
     fhir:index 6 ;
     fhir:CodeSystem.concept.code [ fhir:value "119334006" ] ;
     fhir:CodeSystem.concept.display [ fhir:value "Muestra de esputo" ]
  ], [
     fhir:index 7 ;
     fhir:CodeSystem.concept.code [ fhir:value "257261003" ] ;
     fhir:CodeSystem.concept.display [ fhir:value "Hisopado" ]
  ] .

# - ontology header ------------------------------------------------------------

<https://emahealth.io/fhir/core/CodeSystem/ema-cs-lab-specimen-type.ttl> a owl:Ontology ;
  owl:imports fhir:fhir.ttl .

# -------------------------------------------------------------------------------------

