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

FHIR IG analytics

Packagelazio.crea.cup.irt
Resource TypeSchedule
IdSchedule-esempio-agenda-cardiologia.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": "Schedule",
  "id": "esempio-agenda-cardiologia",
  "meta": {
    "profile": [
      "https://www.fhir.laziocrea.it/StructureDefinition/lccup-schedule"
    ]
  },
  "extension": [
    {
      "url": "https://www.fhir.laziocrea.it/StructureDefinition/tipo-agenda",
      "valueCodeableConcept": {
        "coding": [
          {
            "system": "https://www.fhir.laziocrea.it/CodeSystem/cs-tipo-agenda",
            "code": "SSN"
          }
        ]
      }
    }
  ],
  "identifier": [
    {
      "system": "https://cup.regione.lazio.it/agende",
      "value": "AGN-LAZIO-CARDIO-001"
    }
  ],
  "active": true,
  "name": "Agenda Cardiologia SSN",
  "serviceType": [
    {
      "concept": {
        "coding": [
          {
            "system": "http://snomed.info/sct",
            "code": "408471009",
            "display": "Visita cardiologica"
          }
        ]
      }
    }
  ],
  "specialty": [
    {
      "coding": [
        {
          "system": "http://snomed.info/sct",
          "code": "394579002",
          "display": "Cardiologia"
        }
      ]
    }
  ],
  "actor": [
    {
      "reference": "Location/ambulatorio-cardio-sandrini"
    }
  ],
  "planningHorizon": {
    "start": "2025-01-01T00:00:00+01:00",
    "end": "2025-12-31T23:59:59+01:00"
  },
  "comment": "Agenda primo accesso cardiologia in presenza — specialty e serviceType definiscono la prestazione"
}