FHIR IG analytics| Package | eng.fhir.profile.dev |
| Resource Type | Appointment |
| Id | Appointment.json |
| FHIR Version | R4 |
No resources found
No resources found
No narrative content found in resource
{
"resourceType": "Appointment",
"id": "HC40-AMB.appointment",
"meta": {
"profile": [
"https://eng.it/fhir/StructureDefinition/Appointment_Eng"
]
},
"extension": [
{
"url": "http://cct.eng.it/FHIR/schema/appointment-statusPrest",
"valueCodeableConcept": {
"coding": [
{
"system": "http://cct.eng.it/FHIR/schema/appointment-statusPrestCode",
"code": "INPROGRESS"
}
]
}
},
{
"url": "http://cct.eng.it/FHIR/schema/appointment-fasciaCont",
"valueCodeableConcept": {
"coding": [
{
"system": "http://cct.eng.it/FHIR/schema/appointment-fasciaContCode",
"code": "10010"
}
]
}
},
{
"url": "http://cct.eng.it/FHIR/schema/appointment-moltep",
"valueString": "1"
},
{
"url": "http://cct.eng.it/FHIR/schema/appointment-dataImp",
"valueDate": "2020-09-10"
}
],
"status": "booked",
"reasonCode": [
{
"coding": [
{
"system": "http://cct.eng.it/FHIR/schema/app-reasonCodeISES",
"code": "5078",
"display": "FASCIATURA SEMPLICE"
}
]
},
{
"coding": [
{
"system": "http://cct.eng.it/FHIR/schema/app-reasonCodeDM",
"code": "93.56.1",
"display": "FASCIATURA SEMPLICE"
}
]
},
{
"coding": [
{
"system": "http://cct.eng.it/FHIR/schema/app-reasonCodeSOLE",
"code": "1873.001",
"display": "FASCIATURA SEMPLICE"
}
]
}
],
"start": "2020-09-10T15:57:38.658+02:00",
"end": "2020-09-10T15:57:38.658+02:00",
"created": "2020-09-10T14:56:07+02:00",
"participant": [
{
"actor": {
"reference": "Patient/HC40-PI.39008032012545099859"
},
"status": "accepted"
}
]
}