{
  "resourceType": "CodeSystem",
  "id": "event-timing",
  "meta": {
    "lastUpdated": "2017-04-18T21:44:43.294+00:00"
  },
  "text": {
    "status": "generated",
    "div": "<div xmlns=\"http://www.w3.org/1999/xhtml\">\n            <h2>EventTiming</h2>\n            <div>\n              <p>Real world event relating to the schedule.</p>\n\n            </div>\n            <p>This code system http://hl7.org/fhir/event-timing defines the following codes:</p>\n            <table class=\"codes\">\n              <tr>\n                <td>\n                  <b>Code</b>\n                </td>\n                <td>\n                  <b>Display</b>\n                </td>\n                <td>\n                  <b>Definition</b>\n                </td>\n              </tr>\n              <tr>\n                <td>MORN\n                  <a name=\"event-timing-MORN\"> </a>\n                </td>\n                <td>Morning</td>\n                <td>event occurs during the morning</td>\n              </tr>\n              <tr>\n                <td>AFT\n                  <a name=\"event-timing-AFT\"> </a>\n                </td>\n                <td>Afternoon</td>\n                <td>event occurs during the afternoon</td>\n              </tr>\n              <tr>\n                <td>EVE\n                  <a name=\"event-timing-EVE\"> </a>\n                </td>\n                <td>Evening</td>\n                <td>event occurs during the evening</td>\n              </tr>\n              <tr>\n                <td>NIGHT\n                  <a name=\"event-timing-NIGHT\"> </a>\n                </td>\n                <td>Night</td>\n                <td>event occurs during the night</td>\n              </tr>\n              <tr>\n                <td>PHS\n                  <a name=\"event-timing-PHS\"> </a>\n                </td>\n                <td>After Sleep</td>\n                <td>event occurs [offset] after subject goes to sleep</td>\n              </tr>\n            </table>\n          </div>"
  },
  "extension": [
    {
      "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-ballot-status",
      "valueString": "Informative"
    },
    {
      "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm",
      "valueInteger": 0
    },
    {
      "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg",
      "valueCode": "fhir"
    }
  ],
  "url": "http://hl7.org/fhir/event-timing",
  "identifier": {
    "system": "urn:ietf:rfc:3986",
    "value": "urn:oid:2.16.840.1.113883.4.642.1.69"
  },
  "version": "3.0.1",
  "name": "EventTiming",
  "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": "Real world event relating to the schedule.",
  "caseSensitive": true,
  "valueSet": "http://hl7.org/fhir/ValueSet/event-timing",
  "content": "complete",
  "concept": [
    {
      "code": "MORN",
      "display": "Morning",
      "definition": "event occurs during the morning"
    },
    {
      "code": "AFT",
      "display": "Afternoon",
      "definition": "event occurs during the afternoon"
    },
    {
      "code": "EVE",
      "display": "Evening",
      "definition": "event occurs during the evening"
    },
    {
      "code": "NIGHT",
      "display": "Night",
      "definition": "event occurs during the night"
    },
    {
      "code": "PHS",
      "display": "After Sleep",
      "definition": "event occurs [offset] after subject goes to sleep"
    }
  ]
}