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

FHIR IG analytics

Packagelazio.crea.cup.irt
Resource TypeSlot
IdSlot-esempio-slot-libero.json
FHIR VersionR5

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

No narrative content found in resource


Source1

{
  "resourceType": "Slot",
  "id": "esempio-slot-libero",
  "meta": {
    "profile": [
      "https://www.fhir.laziocrea.it/StructureDefinition/lccup-slot"
    ]
  },
  "schedule": {
    "reference": "Schedule/esempio-agenda-cardiologia"
  },
  "status": "free",
  "serviceType": [
    {
      "concept": {
        "coding": [
          {
            "system": "http://snomed.info/sct",
            "code": "408471009",
            "display": "Visita cardiologica"
          }
        ]
      }
    }
  ],
  "start": "2025-04-15T09:00:00+01:00",
  "end": "2025-04-15T09:20:00+01:00",
  "overbooked": false
}