FHIR IG analytics| Package | eng.fhir.profile.dev |
| Resource Type | Appointment |
| Id | Esempio_Appointment_PNT.json |
| FHIR Version | R4 |
No resources found
No resources found
No narrative content found in resource
{
"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"
}
]
}