{

"resourceType": "ValueSet",
"id": "participantrequired",
"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>ParticipantRequired</h2><p>Is the Participant required to attend the appointment.</p><p>This value set has an inline code system http://hl7.org/fhir/participantrequired, 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>required<a name=\"required\"> </a></td><td>Required</td><td>The participant is required to attend the appointment.</td></tr><tr><td>optional<a name=\"optional\"> </a></td><td>Optional</td><td>The participant may optionally attend the appointment.</td></tr><tr><td>information-only<a name=\"information-only\"> </a></td><td>Information Only</td><td>The participant is excluded from the appointment, and may not be informed of the appointment taking place. (Appointment is about them, not for them - such as 2 doctors discussing results about a patient's test).</td></tr></table></div>"
},
"extension": [
  {
    "url": "http://hl7.org/fhir/StructureDefinition/valueset-oid",
    "valueUri": "urn:oid:2.16.840.1.113883.4.642.2.286"
  }
],
"url": "http://hl7.org/fhir/ValueSet/participantrequired",
"version": "1.0.2",
"name": "ParticipantRequired",
"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": "Is the Participant required to attend the appointment.",
"codeSystem": {
  "extension": [
    {
      "url": "http://hl7.org/fhir/StructureDefinition/valueset-oid",
      "valueUri": "urn:oid:2.16.840.1.113883.4.642.1.286"
    }
  ],
  "system": "http://hl7.org/fhir/participantrequired",
  "version": "1.0.2",
  "caseSensitive": true,
  "concept": [
    {
      "code": "required",
      "display": "Required",
      "definition": "The participant is required to attend the appointment."
    },
    {
      "code": "optional",
      "display": "Optional",
      "definition": "The participant may optionally attend the appointment."
    },
    {
      "code": "information-only",
      "display": "Information Only",
      "definition": "The participant is excluded from the appointment, and may not be informed of the appointment taking place. (Appointment is about them, not for them - such as 2 doctors discussing results about a patient's test)."
    }
  ]
}

}