{
  "resourceType": "CodeSystem",
  "id": "participantrequired",
  "meta": {
    "lastUpdated": "2017-04-18T21:44:43.294+00:00"
  },
  "text": {
    "status": "generated",
    "div": "<div xmlns=\"http://www.w3.org/1999/xhtml\"><h2>ParticipantRequired</h2><div><p>Is the Participant required to attend the appointment.</p></div><p>This code system http://hl7.org/fhir/participantrequired 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\r\n                  <a name=\"participantrequired-required\"></a></td><td>Required</td><td>The participant is required to attend the appointment.</td></tr><tr><td>optional\r\n                  <a name=\"participantrequired-optional\"></a></td><td>Optional</td><td>The participant may optionally attend the appointment.</td></tr><tr><td>information-only\r\n                  <a name=\"participantrequired-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/structuredefinition-ballot-status",
      "valueString": "Informative"
    },
    {
      "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm",
      "valueInteger": 3
    },
    {
      "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg",
      "valueCode": "pa"
    }
  ],
  "url": "http://hl7.org/fhir/participantrequired",
  "identifier": {
    "system": "urn:ietf:rfc:3986",
    "value": "urn:oid:2.16.840.1.113883.4.642.1.482"
  },
  "version": "3.0.1",
  "name": "ParticipantRequired",
  "status": "draft",
  "experimental": false,
  "date": "2017-04-18T21:44:43+00:00",
  "publisher": "HL7 (FHIR Project)",
  "contact": [
    {
      "telecom": [
        {
          "system": "url",
          "value": "http://hl7.org/fhir"
        },
        {
          "system": "email",
          "value": "fhir@lists.hl7.org"
        }
      ]
    }
  ],
  "description": "Is the Participant required to attend the appointment.",
  "caseSensitive": true,
  "valueSet": "http://hl7.org/fhir/ValueSet/participantrequired",
  "content": "complete",
  "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)."
    }
  ]
}