FHIR IG analytics| Package | ca.on.oh-erec-ig |
| Resource Type | Appointment |
| Id | Appointment-example.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
{
"resourceType": "Appointment",
"id": "DA043B10-7956-46F4-AA0A-6EE2997CF956",
"meta": {
"profile": [
"http://ehealthontario.ca/fhir/StructureDefinition/ca-on-eReferral-profile-Appointment|1.1.0"
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"status": "booked",
"appointmentType": {
"text": "ASSESSMENT"
},
"description": "Phone assessment for home care services",
"start": "2020-10-11T09:00:00Z",
"end": "2020-10-11T10:00:00Z",
"created": "2020-10-10",
"comment": "More information could be provided here.",
"patientInstruction": "I will call you at your home # at the planned time.",
"basedOn": [
{
"reference": "urn:uuid:24A332A0-D399-40AF-A88E-26604B7BA0FF"
}
],
"participant": [
{
"type": [
{
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/v3-ParticipationType",
"code": "PART"
}
]
}
],
"actor": {
"reference": "urn:uuid:7F7AD826-F47B-4C18-9D4A-BD3D0988AD3B",
"display": "Jane Doe"
},
"required": "required",
"status": "accepted"
},
{
"type": [
{
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/v3-ParticipationType",
"code": "PART"
}
]
}
],
"actor": {
"reference": "urn:uuid:F6F237B4-4FEB-4CE2-B5E1-81DD8883E4A6",
"display": "April May"
},
"required": "required",
"status": "accepted"
}
]
}