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

FHIR IG analytics

Packageeng.fhir.profile.dev
Resource TypeAppointment
IdEsempio_Appointment_PNT.json
FHIR VersionR4

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": "Appointment",
  "id": "POD.50d0ce96-1065-4eca-a5b2-326d04b43159",
  "meta": {
    "profile": [
      "https://pnt.gov/fhir/StructureDefinition/Appointment"
    ]
  },
  "status": "booked",
  "identifier": [
    {
      "type": {
        "coding": [
          {
            "code": "FILL"
          }
        ]
      },
      "value": "123xxxxx"
    }
  ],
  "serviceCategory": [
    {
      "coding": [
        {
          "system": "https://terminology.pnt.gov/CodeSystem/regimeErogazione",
          "code": "SSN",
          "display": "Regime SSN"
        }
      ]
    }
  ],
  "basedOn": [
    {
      "reference": "ServiceRequest/POD.fa462fc8-7658-4098-ae95-56e4e4c73350"
    }
  ],
  "start": "2023-06-29T15:57:38.658+02:00",
  "end": "2023-06-29T15:57:38.658+02:00",
  "created": "2023-06-28T14:56:07+02:00",
  "participant": [
    {
      "actor": {
        "reference": "Patient/POD.fa462fc8-7658-4098-ae95-56e4e4c73350"
      },
      "status": "accepted"
    },
    {
      "actor": {
        "reference": "PractitionerRole/POD.fb5f447b-f2d2-43a0-8761-b37afd813ebb"
      },
      "status": "accepted"
    },
    {
      "actor": {
        "reference": "HealthcareService/POD.1d21e9e6-ed89-4105-9815-f1f8b9d4a53a"
      },
      "status": "accepted"
    }
  ]
}