FHIR IG analytics| Package | hl7.fhir.no.basis |
| Resource Type | Appointment |
| Id | no-basis-Appointment-example.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: Appointment
Resource Appointment "d6c523ec-b520-4221-a8d6-c1c58911ce7a"
Profile: no-basis-Appointment
status: booked
appointmentType: A routine check-up, such as an annual physical (appointmentReason#CHECKUP; unknown#Ordinær)
description: Discussion on the results of your recent MRI
start: 10. aug. 2023, 11:00:00
end: 10. aug. 2023, 13:00:00
comment: Further expand on the results of the MRI and determine the next actions that may be appropriate.
| Actor | Required | Status |
| Patient/e70f0ba2-44d8-4f14-9c3a-ff4c6ead7473: Peter James Chalmers " CHALMERS" | required | accepted |
{
"resourceType": "Appointment",
"id": "d6c523ec-b520-4221-a8d6-c1c58911ce7a",
"meta": {
"profile": [
"http://hl7.no/fhir/StructureDefinition/no-basis-Appointment"
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"status": "booked",
"appointmentType": {
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/v2-0276",
"code": "CHECKUP"
},
{
"system": "urn:oid:2.16.578.1.12.4.1.1.7617",
"code": "Ordinær"
}
]
},
"description": "Discussion on the results of your recent MRI",
"start": "2023-08-10T09:00:00+00:00",
"end": "2023-08-10T11:00:00+00:00",
"comment": "Further expand on the results of the MRI and determine the next actions that may be appropriate.",
"participant": [
{
"actor": {
"reference": "Patient/e70f0ba2-44d8-4f14-9c3a-ff4c6ead7473",
"display": "Peter James Chalmers"
},
"required": "required",
"status": "accepted"
}
]
}