FHIR © HL7.org  |  FHIRsmith 4.0.1  |  Server Home  |  XIG Home  |  XIG Stats  | 

FHIR IG analytics

Packagelazio.crea.cup.irt
Resource TypeValueSet
IdValueSet-vs-stato-slot.json
FHIR VersionR5
Sourcehttps://simplifier.net/resolve?scope=lazio.crea.cup.irt@1.3.0&canonical=https://www.fhir.laziocrea.it/ValueSet/vs-stato-slot
URLhttps://www.fhir.laziocrea.it/ValueSet/vs-stato-slot
Version1.3.0
Statusdraft
NameVsStatoSlot
TitleStato Slot

Resources that use this resource

No resources found


Resources that this resource uses

CodeSystem
hl7.terminology#currentv2-0276appointmentReason

Narrative

No narrative content found in resource


Source1

{
  "resourceType": "ValueSet",
  "id": "vs-stato-slot",
  "url": "https://www.fhir.laziocrea.it/ValueSet/vs-stato-slot",
  "version": "1.3.0",
  "name": "VsStatoSlot",
  "title": "Stato Slot",
  "status": "draft",
  "experimental": true,
  "compose": {
    "include": [
      {
        "system": "http://terminology.hl7.org/CodeSystem/v2-0276",
        "concept": [
          {
            "code": "free",
            "display": "Libero"
          },
          {
            "code": "busy",
            "display": "Occupato"
          },
          {
            "code": "busy-unavailable",
            "display": "Non disponibile"
          },
          {
            "code": "busy-tentative",
            "display": "Prenotazione tentativa"
          }
        ]
      }
    ]
  }
}