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

FHIR IG Statistics: ValueSet/ch-orf-vs-appointmentstatus

Packagech.fhir.ig.ch-orf
TypeValueSet
Idch-orf-vs-appointmentstatus
FHIR VersionR4
Sourcehttp://fhir.ch/ig/ch-orf/https://build.fhir.org/ig/hl7ch/ch-orf/ValueSet-ch-orf-vs-appointmentstatus.html
URLhttp://fhir.ch/ig/ch-orf/ValueSet/ch-orf-vs-appointmentstatus
Version3.0.2-ci-build
Statusactive
Date2025-05-22T09:52:16+00:00
NameChOrfAppointmentStatus
TitleAppointment Status
Realmch
Authorityhl7
DescriptionValue Set for CH ORF Appointment Status
CopyrightCC0-1.0

Resources that use this resource

StructureDefinition
ch-orf-appointmentCH ORF Appointment

Resources that this resource uses

No resources found


Narrative

Note: links and images are rebased to the (stated) source

Generated Narrative: ValueSet ch-orf-vs-appointmentstatus

  • Include these codes as defined in http://hl7.org/fhir/appointmentstatus
    CodeDisplayDefinition
    proposedProposedNone of the participant(s) have finalized their acceptance of the appointment request, and the start/end time might not be set yet.
    pendingPendingSome or all of the participant(s) have not finalized their acceptance of the appointment request.
    bookedBookedAll participant(s) have been considered and the appointment is confirmed to go ahead at the date/times specified.

Source

{
  "resourceType": "ValueSet",
  "id": "ch-orf-vs-appointmentstatus",
  "text": {
    "status": "extensions",
    "div": "<!-- snip (see above) -->"
  },
  "url": "http://fhir.ch/ig/ch-orf/ValueSet/ch-orf-vs-appointmentstatus",
  "version": "3.0.2-ci-build",
  "name": "ChOrfAppointmentStatus",
  "title": "Appointment Status",
  "status": "active",
  "experimental": false,
  "date": "2025-05-22T09:52:16+00:00",
  "publisher": "HL7 Switzerland",
  "contact": [
    {
      "name": "HL7 Switzerland",
      "telecom": [
        {
          "system": "url",
          "value": "https://www.hl7.ch/"
        }
      ]
    }
  ],
  "description": "Value Set for CH ORF Appointment Status",
  "jurisdiction": [
    {
      "coding": [
        {
          "system": "urn:iso:std:iso:3166",
          "code": "CH"
        }
      ]
    }
  ],
  "copyright": "CC0-1.0",
  "compose": {
    "include": [
      {
        "system": "http://hl7.org/fhir/appointmentstatus",
        "concept": [
          {
            "code": "proposed"
          },
          {
            "code": "pending"
          },
          {
            "code": "booked"
          }
        ]
      }
    ]
  }
}