{

"resourceType": "ValueSet",
"id": "participantstatus",
"meta": {
  "lastUpdated": "2015-10-24T07:41:03.495+11:00",
  "profile": [
    "http://hl7.org/fhir/StructureDefinition/valueset-shareable-definition"
  ]
},
"text": {
  "status": "generated",
  "div": "<div><h2>ParticipantStatus</h2><p>The Participation status of an appointment.</p><p>This value set has an inline code system http://hl7.org/fhir/participantstatus, which defines the following codes:</p><table class=\"codes\"><tr><td><b>Code</b></td><td><b>Display</b></td><td><b>Definition</b></td></tr><tr><td>accepted<a name=\"accepted\"> </a></td><td>Accepted</td><td>The appointment participant has accepted that they can attend the appointment at the time specified in the AppointmentResponse.</td></tr><tr><td>declined<a name=\"declined\"> </a></td><td>Declined</td><td>The appointment participant has declined the appointment.</td></tr><tr><td>tentative<a name=\"tentative\"> </a></td><td>Tentative</td><td>The appointment participant has tentatively accepted the appointment.</td></tr><tr><td>in-process<a name=\"in-process\"> </a></td><td>In Process</td><td>The participant has in-process the appointment.</td></tr><tr><td>completed<a name=\"completed\"> </a></td><td>Completed</td><td>The participant has completed the appointment.</td></tr><tr><td>needs-action<a name=\"needs-action\"> </a></td><td>Needs Action</td><td>This is the intitial status of an appointment participant until a participant has replied. It implies that there is no commitment for the appointment.</td></tr></table></div>"
},
"extension": [
  {
    "url": "http://hl7.org/fhir/StructureDefinition/valueset-oid",
    "valueUri": "urn:oid:2.16.840.1.113883.4.642.2.289"
  }
],
"url": "http://hl7.org/fhir/ValueSet/participantstatus",
"version": "1.0.2",
"name": "ParticipantStatus",
"status": "draft",
"experimental": false,
"publisher": "HL7 (FHIR Project)",
"contact": [
  {
    "telecom": [
      {
        "system": "other",
        "value": "http://hl7.org/fhir"
      },
      {
        "system": "email",
        "value": "fhir@lists.hl7.org"
      }
    ]
  }
],
"date": "2015-10-24T07:41:03+11:00",
"description": "The Participation status of an appointment.",
"codeSystem": {
  "extension": [
    {
      "url": "http://hl7.org/fhir/StructureDefinition/valueset-oid",
      "valueUri": "urn:oid:2.16.840.1.113883.4.642.1.289"
    }
  ],
  "system": "http://hl7.org/fhir/participantstatus",
  "version": "1.0.2",
  "caseSensitive": true,
  "concept": [
    {
      "code": "accepted",
      "display": "Accepted",
      "definition": "The appointment participant has accepted that they can attend the appointment at the time specified in the AppointmentResponse."
    },
    {
      "code": "declined",
      "display": "Declined",
      "definition": "The appointment participant has declined the appointment."
    },
    {
      "code": "tentative",
      "display": "Tentative",
      "definition": "The appointment participant has tentatively accepted the appointment."
    },
    {
      "code": "in-process",
      "display": "In Process",
      "definition": "The participant has in-process the appointment."
    },
    {
      "code": "completed",
      "display": "Completed",
      "definition": "The participant has completed the appointment."
    },
    {
      "code": "needs-action",
      "display": "Needs Action",
      "definition": "This is the intitial status of an appointment participant until a participant has replied. It implies that there is no commitment for the appointment."
    }
  ]
}

}