@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/ValueSet/ema-vs-lab-organism-no-fermentadores> a fhir:ValueSet ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:Resource.id [ fhir:value "ema-vs-lab-organism-no-fermentadores"] ;
  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: ValueSet ema-vs-lab-organism-no-fermentadores</b></p><a name=\"ema-vs-lab-organism-no-fermentadores\"> </a><a name=\"hcema-vs-lab-organism-no-fermentadores\"> </a><ul><li>Include these codes as defined in <a href=\"http://www.snomed.org/\"><code>http://snomed.info/sct</code></a><span title=\"Version is not explicitly stated. No matching Code System found\"> version Not Stated (use latest from terminology server)</span><table class=\"none\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td></tr><tr><td><a href=\"http://snomed.info/id/91288006\">91288006</a></td><td>Acinetobacter baumannii</td></tr><tr><td><a href=\"http://snomed.info/id/113669008\">113669008</a></td><td>Burkholderia cepacia</td></tr><tr><td><a href=\"http://snomed.info/id/24226003\">24226003</a></td><td>Moraxella catarrhalis</td></tr><tr><td><a href=\"http://snomed.info/id/52499004\">52499004</a></td><td>Pseudomonas aeruginosa</td></tr><tr><td><a href=\"http://snomed.info/id/39289003\">39289003</a></td><td>Pseudomonas fluorescens</td></tr><tr><td><a href=\"http://snomed.info/id/113697002\">113697002</a></td><td>Stenotrophomonas maltophilia</td></tr></table></li></ul></div>"
  ] ;
  fhir:ValueSet.url [ fhir:value "https://emahealth.io/fhir/core/ValueSet/ema-vs-lab-organism-no-fermentadores"] ;
  fhir:ValueSet.version [ fhir:value "0.10.0"] ;
  fhir:ValueSet.name [ fhir:value "EmaVsLabOrganismNoFermentadores"] ;
  fhir:ValueSet.title [ fhir:value "EMA — Organismos: No fermentadores"] ;
  fhir:ValueSet.status [ fhir:value "active"] ;
  fhir:ValueSet.experimental [ fhir:value "false"^^xsd:boolean] ;
  fhir:ValueSet.date [ fhir:value "2026-08-31T21:14:26+00:00"^^xsd:dateTime] ;
  fhir:ValueSet.publisher [ fhir:value "EMA Health SpA"] ;
  fhir:ValueSet.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:ValueSet.description [ fhir:value "Subconjunto por grupo clínico. Plantilla para el panel por examen."] ;
  fhir:ValueSet.compose [
     fhir:ValueSet.compose.include [
       fhir:index 0 ;
       fhir:ValueSet.compose.include.system [ fhir:value "http://snomed.info/sct" ] ;
       fhir:ValueSet.compose.include.concept [
         fhir:index 0 ;
         fhir:ValueSet.compose.include.concept.code [ fhir:value "91288006" ] ;
         fhir:ValueSet.compose.include.concept.display [ fhir:value "Acinetobacter baumannii" ]
       ], [
         fhir:index 1 ;
         fhir:ValueSet.compose.include.concept.code [ fhir:value "113669008" ] ;
         fhir:ValueSet.compose.include.concept.display [ fhir:value "Burkholderia cepacia" ]
       ], [
         fhir:index 2 ;
         fhir:ValueSet.compose.include.concept.code [ fhir:value "24226003" ] ;
         fhir:ValueSet.compose.include.concept.display [ fhir:value "Moraxella catarrhalis" ]
       ], [
         fhir:index 3 ;
         fhir:ValueSet.compose.include.concept.code [ fhir:value "52499004" ] ;
         fhir:ValueSet.compose.include.concept.display [ fhir:value "Pseudomonas aeruginosa" ]
       ], [
         fhir:index 4 ;
         fhir:ValueSet.compose.include.concept.code [ fhir:value "39289003" ] ;
         fhir:ValueSet.compose.include.concept.display [ fhir:value "Pseudomonas fluorescens" ]
       ], [
         fhir:index 5 ;
         fhir:ValueSet.compose.include.concept.code [ fhir:value "113697002" ] ;
         fhir:ValueSet.compose.include.concept.display [ fhir:value "Stenotrophomonas maltophilia" ]
       ]
     ]
  ] .

# - ontology header ------------------------------------------------------------

<https://emahealth.io/fhir/core/ValueSet/ema-vs-lab-organism-no-fermentadores.ttl> a owl:Ontology ;
  owl:imports fhir:fhir.ttl .

# -------------------------------------------------------------------------------------

