PackagesCanonicalsLogsProblems
    Packages
    hl7.fhir.r2b.core@1.4.0
    http://hl7.org/fhir/encounter-state
{
  "description": "Current state of the encounter",
  "_filename": "CodeSystem-encounter-state.json",
  "package_name": "hl7.fhir.r2b.core",
  "date": null,
  "versionNeeded": false,
  "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"
  } ],
  "compositional": false,
  "status": "draft",
  "id": "fd801abc-58fb-46c6-a8ba-54b0d3d43e1c",
  "valueSet": "http://hl7.org/fhir/ValueSet/encounter-state",
  "kind": null,
  "count": 0,
  "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": [ {
      "rank": 1,
      "value": "http://hl7.org/fhir",
      "system": "other"
    }, {
      "rank": 1,
      "value": "fhir@lists.hl7.org",
      "system": "email"
    } ]
  } ]
}