FHIR © HL7.org  |  FHIRsmith 4.0.1  |  Server Home  |  XIG Home  |  XIG Stats  | 

FHIR IG analytics

Packagehl7.fhir.no.basis
Resource TypeAppointment
Idno-basis-Appointment-example.json
FHIR VersionR4

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

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.

Participants

-ActorRequiredStatus
*Patient/e70f0ba2-44d8-4f14-9c3a-ff4c6ead7473: Peter James Chalmers " CHALMERS"requiredaccepted

Source1

{
  "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"
    }
  ]
}