{
"description": "Current state of the encounter",
"_filename": "codesystem-encounter-state.json",
"package_name": "hl7.fhir.core",
"date": "2016-03-31T08:01:25+11:00",
"meta": {
"lastUpdated": "2016-03-31T08:01:25.570+11:00"
},
"publisher": "HL7 (FHIR Project)",
"content": "complete",
"name": "EncounterState",
"type": null,
"experimental": "false",
"resourceType": "CodeSystem",
"title": null,
"package_version": "1.4.0",
"extension": [ {
"url": "http://hl7.org/fhir/StructureDefinition/valueset-oid",
"valueUri": "urn:oid:2.16.840.1.113883.4.642.1.136"
} ],
"status": "draft",
"id": "8fe7357a-37ff-46a9-9c78-8b0e2a3bb37b",
"valueSet": "http://hl7.org/fhir/ValueSet/encounter-state",
"kind": null,
"url": "http://hl7.org/fhir/encounter-state",
"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."
} ],
"caseSensitive": true,
"version": "1.4.0",
"contact": [ {
"telecom": [ {
"value": "http://hl7.org/fhir",
"system": "other"
}, {
"value": "fhir@lists.hl7.org",
"system": "email"
} ]
} ]
}