@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/cl/ValueSet/ema-slot-status> a fhir:ValueSet ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:Resource.id [ fhir:value "ema-slot-status"] ;
  fhir:DomainResource.text [
     fhir:Narrative.status [ fhir:value "extensions" ] ;
     fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: ValueSet ema-slot-status</b></p><a name=\"ema-slot-status\"> </a><a name=\"hcema-slot-status\"> </a><ul><li>Include these codes as defined in <a href=\"http://hl7.org/fhir/R4/codesystem-slotstatus.html\"><code>http://hl7.org/fhir/slotstatus</code></a><span title=\"Version is not explicitly stated, which means it is fixed to 4.0.1, the version found through the package references\"> version ?4.0.1</span><table class=\"none\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td><td><b>Definition</b></td></tr><tr><td><a href=\"http://hl7.org/fhir/R4/codesystem-slotstatus.html#slotstatus-free\">free</a></td><td>Free</td><td>Indicates that the time interval is free for scheduling.</td></tr><tr><td><a href=\"http://hl7.org/fhir/R4/codesystem-slotstatus.html#slotstatus-busy\">busy</a></td><td>Busy</td><td>Indicates that the time interval is busy because one  or more events have been scheduled for that interval.</td></tr><tr><td><a href=\"http://hl7.org/fhir/R4/codesystem-slotstatus.html#slotstatus-busy-unavailable\">busy-unavailable</a></td><td>Busy (Unavailable)</td><td>Indicates that the time interval is busy and that the interval cannot be scheduled.</td></tr></table></li></ul></div>"
  ] ;
  fhir:ValueSet.url [ fhir:value "https://emahealth.io/fhir/cl/ValueSet/ema-slot-status"] ;
  fhir:ValueSet.version [ fhir:value "0.1.0"] ;
  fhir:ValueSet.name [ fhir:value "EmaSlotStatus"] ;
  fhir:ValueSet.title [ fhir:value "EMA Slot Status"] ;
  fhir:ValueSet.status [ fhir:value "draft"] ;
  fhir:ValueSet.experimental [ fhir:value "false"^^xsd:boolean] ;
  fhir:ValueSet.date [ fhir:value "2026-06-30T03:05:46-04: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 "Estados permitidos para un slot de agenda."] ;
  fhir:ValueSet.compose [
     fhir:ValueSet.compose.include [
       fhir:index 0 ;
       fhir:ValueSet.compose.include.system [ fhir:value "http://hl7.org/fhir/slotstatus" ] ;
       fhir:ValueSet.compose.include.concept [
         fhir:index 0 ;
         fhir:ValueSet.compose.include.concept.code [ fhir:value "free" ] ;
         fhir:ValueSet.compose.include.concept.display [ fhir:value "Free" ]
       ], [
         fhir:index 1 ;
         fhir:ValueSet.compose.include.concept.code [ fhir:value "busy" ] ;
         fhir:ValueSet.compose.include.concept.display [ fhir:value "Busy" ]
       ], [
         fhir:index 2 ;
         fhir:ValueSet.compose.include.concept.code [ fhir:value "busy-unavailable" ] ;
         fhir:ValueSet.compose.include.concept.display [ fhir:value "Busy (Unavailable)" ]
       ]
     ]
  ] .

# - ontology header ------------------------------------------------------------

<https://emahealth.io/fhir/cl/ValueSet/ema-slot-status.ttl> a owl:Ontology ;
  owl:imports fhir:fhir.ttl .

# -------------------------------------------------------------------------------------

