{

"resourceType": "ValueSet",
"id": "encounter-state",
"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>EncounterState</h2><p>Current state of the encounter</p><p>This value set has an inline code system http://hl7.org/fhir/encounter-state, 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>planned<a name=\"planned\"> </a></td><td>Planned</td><td>The Encounter has not yet started.</td></tr><tr><td>arrived<a name=\"arrived\"> </a></td><td>Arrived</td><td>The Patient is present for the encounter, however is not currently meeting with a practitioner.</td></tr><tr><td>in-progress<a name=\"in-progress\"> </a></td><td>in Progress</td><td>The Encounter has begun and the patient is present / the practitioner and the patient are meeting.</td></tr><tr><td>onleave<a name=\"onleave\"> </a></td><td>On Leave</td><td>The Encounter has begun, but the patient is temporarily on leave.</td></tr><tr><td>finished<a name=\"finished\"> </a></td><td>Finished</td><td>The Encounter has ended.</td></tr><tr><td>cancelled<a name=\"cancelled\"> </a></td><td>Cancelled</td><td>The Encounter has ended before it has begun.</td></tr></table></div>"
},
"extension": [
  {
    "url": "http://hl7.org/fhir/StructureDefinition/valueset-oid",
    "valueUri": "urn:oid:2.16.840.1.113883.4.642.2.136"
  }
],
"url": "http://hl7.org/fhir/ValueSet/encounter-state",
"version": "1.0.2",
"name": "EncounterState",
"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": "Current state of the encounter",
"codeSystem": {
  "extension": [
    {
      "url": "http://hl7.org/fhir/StructureDefinition/valueset-oid",
      "valueUri": "urn:oid:2.16.840.1.113883.4.642.1.136"
    }
  ],
  "system": "http://hl7.org/fhir/encounter-state",
  "version": "1.0.2",
  "caseSensitive": true,
  "concept": [
    {
      "code": "planned",
      "display": "Planned",
      "definition": "The Encounter has not yet started."
    },
    {
      "code": "arrived",
      "display": "Arrived",
      "definition": "The Patient is present for the encounter, however is not currently meeting with a practitioner."
    },
    {
      "code": "in-progress",
      "display": "in Progress",
      "definition": "The Encounter has begun and the patient is present / the practitioner and the patient are meeting."
    },
    {
      "code": "onleave",
      "display": "On Leave",
      "definition": "The Encounter has begun, but the patient is temporarily on leave."
    },
    {
      "code": "finished",
      "display": "Finished",
      "definition": "The Encounter has ended."
    },
    {
      "code": "cancelled",
      "display": "Cancelled",
      "definition": "The Encounter has ended before it has begun."
    }
  ]
}

}