FHIR IG analytics| Package | il.core.fhir.r4 |
| Resource Type | Appointment |
| Id | Appointment-gp-appointment-hl7.json |
| FHIR Version | R4 |
No resources found
No resources found
No narrative content found in resource
{
"resourceType": "Appointment",
"id": "gp-appointment-hl7",
"status": "booked",
"serviceCategory": [
{
"coding": [
{
"code": "gp",
"system": "http://example.org/service-category",
"display": "General Practice"
}
]
}
],
"serviceType": [
{
"coding": [
{
"code": "52",
"display": "General Discussion"
}
]
}
],
"specialty": [
{
"coding": [
{
"code": "394814009",
"system": "http://snomed.info/sct",
"display": "General practice"
}
]
}
],
"appointmentType": {
"coding": [
{
"code": "FOLLOWUP",
"system": "http://terminology.hl7.org/CodeSystem/v2-0276",
"display": "A follow up visit from a previous appointment"
}
]
},
"reasonReference": [
{
"reference": "Condition/example",
"display": "Severe burn of left ear"
}
],
"priority": 5,
"description": "Discussion on the results of your recent MRI",
"start": "2013-12-10T09:00:00Z",
"end": "2013-12-10T11:00:00Z",
"created": "2013-10-10",
"comment": "Further expand on the results of the MRI and determine the next actions that may be appropriate.",
"basedOn": [
{
"reference": "ServiceRequest/myringotomy"
}
],
"participant": [
{
"actor": {
"reference": "Patient/example",
"display": "Peter James Chalmers"
},
"required": "required",
"status": "accepted"
},
{
"type": [
{
"coding": [
{
"code": "ATND",
"system": "http://terminology.hl7.org/CodeSystem/v3-ParticipationType"
}
]
}
],
"actor": {
"reference": "Practitioner/md"
},
"required": "required",
"status": "accepted"
},
{
"actor": {
"reference": "Location/hospital-unit"
},
"required": "required",
"status": "accepted"
}
],
"identifier": [
{
"system": "http://hospital.smarthealth.org/appointments",
"value": "appt-98765"
}
],
"supportingInformation": [
{
"reference": "DocumentReference/appointment-doc"
}
],
"slot": [
{
"reference": "Slot/slot-1234"
}
]
}