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 Encounter-state.xml 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." } ] } } © HL7.org 2011+. FHIR DSTU (v0.0.82.2943) generated on Tue, Sep 30, 2014 18:09+1000. Links: What's a DSTU? | Version History | | Propose a change var _gaq = _gaq || []; _gaq.push(['_setAccount', 'UA-676355-1']); _gaq.push(['_setDomainName', '.hl7.org']); _gaq.push(['_trackPageview']); (function() { var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true; ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js'; var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s); })();