PackagesCanonicalsLogsProblems
    Packages
    hl7.fhir.core@3.2.0
    http://hl7.org/fhir/appointmentstatus
{
  "description": "The free/busy status of an appointment.",
  "_filename": "CodeSystem-appointmentstatus.json",
  "package_name": "hl7.fhir.core",
  "date": "2017-12-20T15:52:34+11:00",
  "meta": {
    "lastUpdated": "2017-12-20T15:52:34.818+11:00"
  },
  "publisher": "HL7 (FHIR Project)",
  "content": "complete",
  "name": "AppointmentStatus",
  "type": null,
  "experimental": "false",
  "resourceType": "CodeSystem",
  "title": null,
  "package_version": "3.2.0",
  "extension": [ {
    "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg",
    "valueCode": "pa"
  }, {
    "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-ballot-status",
    "valueString": "Trial Use"
  }, {
    "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm",
    "valueInteger": 3
  } ],
  "status": "draft",
  "id": "529bdda4-c40a-4604-992b-4955d9e06921",
  "valueSet": "http://hl7.org/fhir/ValueSet/appointmentstatus",
  "kind": null,
  "url": "http://hl7.org/fhir/appointmentstatus",
  "identifier": {
    "value": "urn:oid:2.16.840.1.113883.4.642.1.485",
    "system": "urn:ietf:rfc:3986"
  },
  "concept": [ {
    "code": "proposed",
    "display": "Proposed",
    "definition": "None of the participant(s) have finalized their acceptance of the appointment request, and the start/end time might not be set yet."
  }, {
    "code": "pending",
    "display": "Pending",
    "definition": "Some or all of the participant(s) have not finalized their acceptance of the appointment request."
  }, {
    "code": "booked",
    "display": "Booked",
    "definition": "All participant(s) have been considered and the appointment is confirmed to go ahead at the date/times specified."
  }, {
    "code": "arrived",
    "display": "Arrived",
    "definition": "Some of the patients have arrived."
  }, {
    "code": "fulfilled",
    "display": "Fulfilled",
    "definition": "This appointment has completed and may have resulted in an encounter."
  }, {
    "code": "cancelled",
    "display": "Cancelled",
    "definition": "The appointment has been cancelled."
  }, {
    "code": "noshow",
    "display": "No Show",
    "definition": "Some or all of the participant(s) have not/did not appear for the appointment (usually the patient)."
  }, {
    "code": "entered-in-error",
    "display": "Entered in error",
    "definition": "This instance should not have been part of this patient's medical record."
  } ],
  "caseSensitive": true,
  "version": "3.2.0",
  "contact": [ {
    "telecom": [ {
      "value": "http://hl7.org/fhir",
      "system": "url"
    }, {
      "value": "fhir@lists.hl7.org",
      "system": "email"
    } ]
  } ]
}