FHIR © HL7.org  |  Server Home  |  XIG Home  |  XIG Stats  |  Server Source  |  FHIR  

FHIR IG Statistics: ValueSet/eReferral-AppointmentReasonCodes

PackageeReferralOntarioNew.core
Resource TypeValueSet
IdeReferral-AppointmentReasonCodes
FHIR VersionR4
Sourcehttps://simplifier.net/resolve?scope=eReferralOntarioNew.core@0.10.0&canonical=http://ehealthontario.ca/fhir/ValueSet/eReferral-appointment-reason-codes
URLhttp://ehealthontario.ca/fhir/ValueSet/eReferral-appointment-reason-codes
Version1.0.0
Statusdraft
NameAppointmentReasonCodes
DescriptionCodes supported by eHealth Ontario for Appointment reason codes

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

No narrative content found in resource


Source

{
  "resourceType": "ValueSet",
  "id": "eReferral-AppointmentReasonCodes",
  "url": "http://ehealthontario.ca/fhir/ValueSet/eReferral-appointment-reason-codes",
  "version": "1.0.0",
  "name": "AppointmentReasonCodes",
  "status": "draft",
  "publisher": "eHealth Ontario",
  "description": "Codes supported by eHealth Ontario for Appointment reason codes",
  "compose": {
    "include": [
      {
        "system": "http://hl7.org/fhir/AppointmentReasonCodes",
        "concept": [
          {
            "code": "Intake",
            "display": "An appointment used to collect the patient information required to initiate a service"
          },
          {
            "code": "Assessment",
            "display": "An appointment focused on performing a formal assessment of a patient"
          },
          {
            "code": "Event",
            "display": "A generic appointment, for example with a patient to provide an organization’s healthcare service program"
          },
          {
            "code": "Meeting",
            "display": "An appointment that is not necessarily related to the direct provision of a service, such as a planning meeting"
          },
          {
            "code": "Workshop",
            "display": "A hands on session to work through a process or problem, often in an informal setting with many participants"
          },
          {
            "code": "Class",
            "display": "An education session where the primary objective is learning, often in a formal setting with many participants"
          },
          {
            "code": "Consultation",
            "display": "A meeting with an expert or professional, such as a medical doctor, in order to seek advice"
          },
          {
            "code": "Screening",
            "display": "An appointment used to do preliminary evaluation on a patient for condition or service eligibility,  usually before a full assessment or initiation of service"
          },
          {
            "code": "Information Session",
            "display": "A session where the goal is to communicate information, such as an info session about a specific program the patient is interested in works"
          }
        ]
      }
    ]
  }
}