This page is part of the FHIR Specification (v0.0.82: DSTU 1). The current version which supercedes this version is 5.0.0. For a full list of available versions, see the Directory of published versions
Definition for Value SetEncounterState
{ "resourceType": "ValueSet", "text": { "status": "generated", "div": "<div><h2>EncounterState</h2><p>Current state of the encounter</p><p>This value set defines its own terms in the system http://hl7.org/fhir/encounter-state</p><table><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/><td>The Encounter has not yet started.</td></tr><tr><td>in progress<a name=\"inprogress\"> </a></td><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/><td>The Encounter has begun, but the patient is temporarily on leave.</td></tr><tr><td>finished<a name=\"finished\"> </a></td><td/><td>The Encounter has ended.</td></tr><tr><td>cancelled<a name=\"cancelled\"> </a></td><td/><td>The Encounter has ended before it has begun.</td></tr></table></div>" }, "identifier": "http://hl7.org/fhir/vs/encounter-state", "name": "EncounterState", "publisher": "HL7 (FHIR Project)", "telecom": [ { "system": "url", "value": "http://hl7.org/fhir" }, { "system": "email", "value": "fhir@lists.hl7.org" } ], "description": "Current state of the encounter", "status": "draft", "date": "2014-09-30T18:09:16.977+10:00", "define": { "system": "http://hl7.org/fhir/encounter-state", "caseSensitive": true, "concept": [ { "code": "planned", "definition": "The Encounter has not yet started." }, { "code": "in progress", "definition": "The Encounter has begun and the patient is present / the practitioner and the patient are meeting." }, { "code": "onleave", "definition": "The Encounter has begun, but the patient is temporarily on leave." }, { "code": "finished", "definition": "The Encounter has ended." }, { "code": "cancelled", "definition": "The Encounter has ended before it has begun." } ] } }