Skip to content

Appointment Profile

Canonical../StructureDefinition/nexus-emr-core-appointment
Statusdraft · 1.26.0
BaseAppointment (constraint)
SourceFSH · JSON

Minimal Nexus EMR profile for Appointment resources, primarily for mapping status, start date (Last Visit Date), and required patient/practitioner participants. Assumes filtering for status='fulfilled' happens during data retrieval/processing. Contains embedded aliases and invariants.

Examples

With Slot Linkage · Example · Example telephone · Walk-in

Example telephone

Appointment/nexus-emr-core-appointment-example-telephone — claims conformance to Appointment Profile

{
  "resourceType": "Appointment",
  "id": "nexus-emr-core-appointment-example-telephone",
  "meta": {
    "profile": [
      "../StructureDefinition/nexus-emr-core-appointment"
    ]
  },
  "extension": [
    {
      "url": "../StructureDefinition/nexus-emr-appointment-modality-extension",
      "valueCodeableConcept": {
        "coding": [
          {
            "system": "../CodeSystem/nexus-emr-appointment-modality-cs",
            "code": "telephone",
            "display": "Telephone visit"
          },
          {
            "system": "../NamingSystem/cedarbrook-clinic-appointment-modality-raw-code",
            "code": "Tel",
            "display": "Telephone"
          }
        ],
        "text": "Telephone visit"
      }
    }
  ],
  "identifier": [
    {
      "use": "secondary",
      "system": "../NamingSystem/cedarbrook-clinic-appointment-raw-code",
      "value": "EMR-APPT-AVERY-20250410TEL"
    }
  ],
  "status": "fulfilled",
  "start": "2025-04-10T13:30:00-06:00",
  "end": "2025-04-10T13:45:00-06:00",
  "appointmentType": {
    "coding": [
      {
        "system": "../NamingSystem/cedarbrook-clinic-appointment-appointmenttype-raw-code",
        "code": "FollowUp",
        "display": "Follow-up"
      }
    ],
    "text": "Follow-up"
  },
  "text": {
    "status": "generated",
    "div": "<div xmlns='http://www.w3.org/1999/xhtml'>Telephone follow-up for Avery Linwood on April 10, 2025 with Dr. Emil Navarro at Cedarbrook Family Health Site A. Modality (telephone) is carried on the appointment-modality extension, distinct from the follow-up booking style on appointmentType.</div>"
  },
  "participant": [
    {
      "type": [
        {
          "coding": [
            {
              "system": "http://terminology.hl7.org/CodeSystem/v3-ParticipationType",
              "code": "PART",
              "display": "Participation"
            }
          ]
        }
      ],
      "actor": {
        "reference": "Patient/avery-linwood",
        "display": "Avery Linwood"
      },
      "status": "accepted"
    },
    {
      "type": [
        {
          "coding": [
            {
              "system": "http://terminology.hl7.org/CodeSystem/v3-ParticipationType",
              "code": "PPRF",
              "display": "primary performer"
            }
          ]
        }
      ],
      "actor": {
        "reference": "Practitioner/dr-emil-navarro",
        "display": "Dr. Emil Navarro"
      },
      "status": "accepted"
    },
    {
      "actor": {
        "reference": "Location/cedarbrook-site-a"
      },
      "status": "accepted"
    }
  ]
}