{
  "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\"><h2>EventTiming</h2><div><p>Real world event relating to the schedule.</p></div><p>This code system http://hl7.org/fhir/event-timing 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>MORN\r\n                  <a name=\"event-timing-MORN\"></a></td><td>Morning</td><td>event occurs during the morning</td></tr><tr><td>AFT\r\n                  <a name=\"event-timing-AFT\"></a></td><td>Afternoon</td><td>event occurs during the afternoon</td></tr><tr><td>EVE\r\n                  <a name=\"event-timing-EVE\"></a></td><td>Evening</td><td>event occurs during the evening</td></tr><tr><td>NIGHT\r\n                  <a name=\"event-timing-NIGHT\"></a></td><td>Night</td><td>event occurs during the night</td></tr><tr><td>PHS\r\n                  <a name=\"event-timing-PHS\"></a></td><td>After Sleep</td><td>event occurs [offset] after subject goes to sleep</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": 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"
    }
  ]
}