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

FHIR IG analytics

Packageca.infoway.io.core
Resource TypeAppointment
IdAppointment-example-appointment-ca-core.json
FHIR VersionR4

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

No narrative content found in resource


Source1

{
  "resourceType": "Appointment",
  "id": "example-appointment-ca-core",
  "meta": {
    "profile": [
      "http://fhir.infoway-inforoute.ca/cacore/StructureDefinition/appointment-ca-core"
    ]
  },
  "status": "pending",
  "description": "Regular check-up appointment",
  "start": "2024-03-27T09:00:00-07:00",
  "end": "2024-03-27T09:30:00-07:00",
  "created": "2024-03-20T14:00:00-07:00",
  "specialty": [
    {
      "coding": [
        {
          "code": "394592004",
          "system": "http://snomed.info/sct",
          "display": "Clinical Oncology"
        }
      ]
    }
  ],
  "comment": "Patient is scheduled for clinical oncology appointment",
  "patientInstruction": "Please bring your insurance card and a valid ID",
  "basedOn": [
    {
      "reference": "ServiceRequest/example-servicerequest-ca-core"
    }
  ],
  "participant": [
    {
      "actor": {
        "reference": "Patient/example-patient-ca-core"
      },
      "type": [
        {
          "coding": [
            {
              "code": "PRCP",
              "system": "http://terminology.hl7.org/CodeSystem/v3-ParticipationType",
              "display": "primary information recipient"
            }
          ]
        }
      ],
      "status": "accepted"
    },
    {
      "actor": {
        "reference": "Practitioner/example-practitioner-ca-core"
      },
      "type": [
        {
          "coding": [
            {
              "code": "PPRF",
              "system": "http://terminology.hl7.org/CodeSystem/v3-ParticipationType",
              "display": "primary performer"
            }
          ]
        }
      ],
      "status": "accepted"
    }
  ]
}