FHIR IG analytics| Package | ca.infoway.io.core |
| Resource Type | Appointment |
| Id | Appointment-example-appointment-ca-core.json |
| FHIR Version | R4 |
No resources found
No resources found
No narrative content found in resource
{
"resourceType": "Appointment",
"id": "example-appointment-ca-core",
"meta": {
"profile": [
"http://fhir.infoway-inforoute.ca/cacore/StructureDefinition/appointment-ca-core"
]
},
"status": "pending",
"description": "Regular check-up appointment",
"start": "2024-03-27T09:00:00-07:00",
"end": "2024-03-27T09:30:00-07:00",
"created": "2024-03-20T14:00:00-07:00",
"specialty": [
{
"coding": [
{
"code": "394592004",
"system": "http://snomed.info/sct",
"display": "Clinical Oncology"
}
]
}
],
"comment": "Patient is scheduled for clinical oncology appointment",
"patientInstruction": "Please bring your insurance card and a valid ID",
"basedOn": [
{
"reference": "ServiceRequest/example-servicerequest-ca-core"
}
],
"participant": [
{
"actor": {
"reference": "Patient/example-patient-ca-core"
},
"type": [
{
"coding": [
{
"code": "PRCP",
"system": "http://terminology.hl7.org/CodeSystem/v3-ParticipationType",
"display": "primary information recipient"
}
]
}
],
"status": "accepted"
},
{
"actor": {
"reference": "Practitioner/example-practitioner-ca-core"
},
"type": [
{
"coding": [
{
"code": "PPRF",
"system": "http://terminology.hl7.org/CodeSystem/v3-ParticipationType",
"display": "primary performer"
}
]
}
],
"status": "accepted"
}
]
}