FHIR IG analytics| Package | ch.fhir.ig.ch-orf |
| Resource Type | Appointment |
| Id | Appointment-AppointmentProposed.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: Appointment AppointmentProposed
Profile: CH ORF Appointment
status: Proposed
patientInstruction: Patient-oriented instructions
| Actor | Status |
| Location Appointment-Location | Tentative |
requestedPeriod: 2019-04-01 15:00:00+0000 --> 2019-04-01 15:30:00+0000
{
"resourceType": "Appointment",
"id": "AppointmentProposed",
"meta": {
"profile": [
"http://fhir.ch/ig/ch-orf/StructureDefinition/ch-orf-appointment"
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"status": "proposed",
"patientInstruction": "Patient-oriented instructions",
"participant": [
{
"actor": {
"reference": "Location/LocationOfAppointment"
},
"status": "tentative"
}
],
"requestedPeriod": [
{
"start": "2019-04-01T15:00:00.000+00:00",
"end": "2019-04-01T15:30:00.000+00:00"
}
]
}